diff --git a/homeassistant/components/deconz/light.py b/homeassistant/components/deconz/light.py index 669800e2662..7f3a47d719d 100644 --- a/homeassistant/components/deconz/light.py +++ b/homeassistant/components/deconz/light.py @@ -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 diff --git a/homeassistant/components/deconz/manifest.json b/homeassistant/components/deconz/manifest.json index 09dcc190a4f..c19d75ec054 100644 --- a/homeassistant/components/deconz/manifest.json +++ b/homeassistant/components/deconz/manifest.json @@ -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", diff --git a/requirements_all.txt b/requirements_all.txt index 3c6a0ca8d63..52ce487b265 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 18f38d1d230..0198c535090 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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