diff --git a/homeassistant/components/screenlogic/binary_sensor.py b/homeassistant/components/screenlogic/binary_sensor.py index f9bf1d3c72d..08035e25a87 100644 --- a/homeassistant/components/screenlogic/binary_sensor.py +++ b/homeassistant/components/screenlogic/binary_sensor.py @@ -54,6 +54,7 @@ async def async_setup_entry( for chem_alarm in coordinator.data[SL_DATA.KEY_CHEMISTRY][ SL_DATA.KEY_ALERTS ] + if chem_alarm != "_raw" ] ) @@ -64,6 +65,7 @@ async def async_setup_entry( for chem_notif in coordinator.data[SL_DATA.KEY_CHEMISTRY][ SL_DATA.KEY_NOTIFICATIONS ] + if chem_notif != "_raw" ] ) diff --git a/homeassistant/components/screenlogic/manifest.json b/homeassistant/components/screenlogic/manifest.json index 2a58722b13b..94f7078b706 100644 --- a/homeassistant/components/screenlogic/manifest.json +++ b/homeassistant/components/screenlogic/manifest.json @@ -3,7 +3,7 @@ "name": "Pentair ScreenLogic", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/screenlogic", - "requirements": ["screenlogicpy==0.6.3"], + "requirements": ["screenlogicpy==0.6.4"], "codeowners": ["@dieselrabbit", "@bdraco"], "dhcp": [ { "registered_devices": true }, diff --git a/requirements_all.txt b/requirements_all.txt index a0a58a952f4..f1df8023572 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2290,7 +2290,7 @@ satel_integra==0.3.7 scapy==2.5.0 # homeassistant.components.screenlogic -screenlogicpy==0.6.3 +screenlogicpy==0.6.4 # homeassistant.components.scsgate scsgate==0.1.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0961692e4b2..736e1ae5d4a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1611,7 +1611,7 @@ samsungtvws[async,encrypted]==2.5.0 scapy==2.5.0 # homeassistant.components.screenlogic -screenlogicpy==0.6.3 +screenlogicpy==0.6.4 # homeassistant.components.backup securetar==2022.2.0