Add support for Lutron Wood Tilt Blinds (#135057)

This commit is contained in:
Tomer Shemesh 2025-01-08 16:40:13 -05:00 committed by GitHub
parent bb4a497247
commit f01c860c44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,6 +99,7 @@ class LutronCasetaTiltOnlyBlind(LutronCasetaUpdatableEntity, CoverEntity):
PYLUTRON_TYPE_TO_CLASSES = { PYLUTRON_TYPE_TO_CLASSES = {
"SerenaTiltOnlyWoodBlind": LutronCasetaTiltOnlyBlind, "SerenaTiltOnlyWoodBlind": LutronCasetaTiltOnlyBlind,
"Tilt": LutronCasetaTiltOnlyBlind,
"SerenaHoneycombShade": LutronCasetaShade, "SerenaHoneycombShade": LutronCasetaShade,
"SerenaRollerShade": LutronCasetaShade, "SerenaRollerShade": LutronCasetaShade,
"TriathlonHoneycombShade": LutronCasetaShade, "TriathlonHoneycombShade": LutronCasetaShade,