Bump deCONZ dependency to v96 (#74460)

pull/74467/head
Robert Svensson 2022-07-05 18:54:03 +02:00 committed by GitHub
parent f6cb2833ca
commit b590e51f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 8 deletions

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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