From 13015ef87921c43f5f20d622f45f7e54206f5376 Mon Sep 17 00:00:00 2001 From: vturekhanov Date: Sun, 13 Oct 2024 10:47:36 +0500 Subject: [PATCH] Support for ceiling light type --- custom_components/yandex_station/light.py | 1 + 1 file changed, 1 insertion(+) 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", )