Bump screenlogicpy to v0.6.4 (#86603)

fixes undefined
pull/86761/head
Kevin Worrel 2023-01-25 05:31:31 -05:00 committed by GitHub
parent 890c2277ca
commit 82f006bc5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -54,6 +54,7 @@ async def async_setup_entry(
for chem_alarm in coordinator.data[SL_DATA.KEY_CHEMISTRY][ for chem_alarm in coordinator.data[SL_DATA.KEY_CHEMISTRY][
SL_DATA.KEY_ALERTS 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][ for chem_notif in coordinator.data[SL_DATA.KEY_CHEMISTRY][
SL_DATA.KEY_NOTIFICATIONS SL_DATA.KEY_NOTIFICATIONS
] ]
if chem_notif != "_raw"
] ]
) )

View File

@ -3,7 +3,7 @@
"name": "Pentair ScreenLogic", "name": "Pentair ScreenLogic",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/screenlogic", "documentation": "https://www.home-assistant.io/integrations/screenlogic",
"requirements": ["screenlogicpy==0.6.3"], "requirements": ["screenlogicpy==0.6.4"],
"codeowners": ["@dieselrabbit", "@bdraco"], "codeowners": ["@dieselrabbit", "@bdraco"],
"dhcp": [ "dhcp": [
{ "registered_devices": true }, { "registered_devices": true },

View File

@ -2290,7 +2290,7 @@ satel_integra==0.3.7
scapy==2.5.0 scapy==2.5.0
# homeassistant.components.screenlogic # homeassistant.components.screenlogic
screenlogicpy==0.6.3 screenlogicpy==0.6.4
# homeassistant.components.scsgate # homeassistant.components.scsgate
scsgate==0.1.0 scsgate==0.1.0

View File

@ -1611,7 +1611,7 @@ samsungtvws[async,encrypted]==2.5.0
scapy==2.5.0 scapy==2.5.0
# homeassistant.components.screenlogic # homeassistant.components.screenlogic
screenlogicpy==0.6.3 screenlogicpy==0.6.4
# homeassistant.components.backup # homeassistant.components.backup
securetar==2022.2.0 securetar==2022.2.0