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