mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Add support for Lutron Wood Tilt Blinds (#135057)
This commit is contained in:
parent
bb4a497247
commit
f01c860c44
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user