Please add support for the torchere light type to light.py:
INCLUDE_TYPES = (
"devices.types.light",
"devices.types.light.ceiling",
"devices.types.light.dimmable",
"devices.types.light.garland",
"devices.types.light.lamp",
"devices.types.light.strip",
"devices.types.light.torchere", # <-- add this
"devices.types.smart_speaker.yandex.station.orion",
)
I have a Yandex Bulb E27 Color connected via Matter and assigned the "Торшер"
(torchere) device type in the Yandex Home app. It exposes standard on_off,
color_setting and brightness capabilities — identical to devices.types.light.lamp —
but currently the integration silently skips it because the type is not in
INCLUDE_TYPES. Changing the type to "Лампа" in the Yandex app works as a
workaround, but the correct icon/category is lost.
Thanks!
Please add support for the torchere light type to light.py:
INCLUDE_TYPES = (
"devices.types.light",
"devices.types.light.ceiling",
"devices.types.light.dimmable",
"devices.types.light.garland",
"devices.types.light.lamp",
"devices.types.light.strip",
"devices.types.light.torchere", # <-- add this
"devices.types.smart_speaker.yandex.station.orion",
)
I have a Yandex Bulb E27 Color connected via Matter and assigned the "Торшер"
(torchere) device type in the Yandex Home app. It exposes standard on_off,
color_setting and brightness capabilities — identical to devices.types.light.lamp —
but currently the integration silently skips it because the type is not in
INCLUDE_TYPES. Changing the type to "Лампа" in the Yandex app works as a
workaround, but the correct icon/category is lost.
Thanks!