parent
890c2277ca
commit
82f006bc5c
|
@ -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"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -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 },
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue