diff --git a/custom_components/yandex_station/light.py b/custom_components/yandex_station/light.py index 0b1a314..093272e 100644 --- a/custom_components/yandex_station/light.py +++ b/custom_components/yandex_station/light.py @@ -7,6 +7,7 @@ INCLUDE_TYPES = ( "devices.types.light", "devices.types.light.strip", + "devices.types.light.ceiling", )