diff --git a/homeassistant/components/smlight/manifest.json b/homeassistant/components/smlight/manifest.json index 33d6fcbafe3..79fa14e4625 100644 --- a/homeassistant/components/smlight/manifest.json +++ b/homeassistant/components/smlight/manifest.json @@ -12,7 +12,7 @@ "integration_type": "device", "iot_class": "local_push", "quality_scale": "silver", - "requirements": ["pysmlight==0.2.14"], + "requirements": ["pysmlight==0.2.16"], "zeroconf": [ { "type": "_slzb-06._tcp.local." diff --git a/requirements_all.txt b/requirements_all.txt index 545c3e00877..100a933847d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2488,7 +2488,7 @@ pysmhi==1.1.0 pysml==0.1.5 # homeassistant.components.smlight -pysmlight==0.2.14 +pysmlight==0.2.16 # homeassistant.components.snmp pysnmp==7.1.22 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f17f5c7fa22..24b930dcd61 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2120,7 +2120,7 @@ pysmhi==1.1.0 pysml==0.1.5 # homeassistant.components.smlight -pysmlight==0.2.14 +pysmlight==0.2.16 # homeassistant.components.snmp pysnmp==7.1.22