Bump deCONZ dependency to v96 (#74460)
parent
f6cb2833ca
commit
b590e51f88
|
@ -113,11 +113,7 @@ async def async_setup_entry(
|
|||
|
||||
first = True
|
||||
for light_id in group.lights:
|
||||
if (
|
||||
(light := gateway.api.lights.lights.get(light_id))
|
||||
and light.ZHATYPE == Light.ZHATYPE
|
||||
and light.reachable
|
||||
):
|
||||
if (light := gateway.api.lights.lights.get(light_id)) and light.reachable:
|
||||
group.update_color_state(light, update_all_attributes=first)
|
||||
first = False
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "deCONZ",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/deconz",
|
||||
"requirements": ["pydeconz==95"],
|
||||
"requirements": ["pydeconz==96"],
|
||||
"ssdp": [
|
||||
{
|
||||
"manufacturer": "Royal Philips Electronics",
|
||||
|
|
|
@ -1447,7 +1447,7 @@ pydaikin==2.7.0
|
|||
pydanfossair==0.1.0
|
||||
|
||||
# homeassistant.components.deconz
|
||||
pydeconz==95
|
||||
pydeconz==96
|
||||
|
||||
# homeassistant.components.delijn
|
||||
pydelijn==1.0.0
|
||||
|
|
|
@ -980,7 +980,7 @@ pycoolmasternet-async==0.1.2
|
|||
pydaikin==2.7.0
|
||||
|
||||
# homeassistant.components.deconz
|
||||
pydeconz==95
|
||||
pydeconz==96
|
||||
|
||||
# homeassistant.components.dexcom
|
||||
pydexcom==0.2.3
|
||||
|
|
Loading…
Reference in New Issue