Skip to content

Add support for devices.types.light.torchere #796

Description

@saidibragimov90

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions