core/homeassistant/components/deconz
Robert Svensson 4437b3bc97
Fix deCONZ light entity might not report a supported color mode (#112116)
* Handle case where deCONZ light entity might not report a supported color mode

* If in an unknown color mode set ColorMode.UNKNOWN

* Fix comment from external discussion
2024-03-05 11:55:22 +01:00
..
__init__.py
alarm_control_panel.py
binary_sensor.py
button.py
climate.py
config_flow.py Migrate integrations a-d to generic flowhandler (#111861) 2024-02-29 20:07:14 +01:00
const.py
cover.py
deconz_device.py
deconz_event.py
device_trigger.py
diagnostics.py
errors.py
fan.py
gateway.py Fix dict changing size during iteration in deconz (#111523) 2024-02-26 10:47:08 -10:00
icons.json Add icon translations to Deconz (#111363) 2024-02-25 17:12:14 +01:00
light.py Fix deCONZ light entity might not report a supported color mode (#112116) 2024-03-05 11:55:22 +01:00
lock.py
logbook.py
manifest.json Fix unsupported device type in deCONZ integration (#111892) 2024-02-29 21:05:43 -05:00
number.py
scene.py
select.py
sensor.py
services.py
services.yaml
siren.py
strings.json
switch.py
util.py