mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Add support for Lutron Wood Tilt Blinds (#135057)
This commit is contained in:
@ -99,6 +99,7 @@ class LutronCasetaTiltOnlyBlind(LutronCasetaUpdatableEntity, CoverEntity):
|
||||
|
||||
PYLUTRON_TYPE_TO_CLASSES = {
|
||||
"SerenaTiltOnlyWoodBlind": LutronCasetaTiltOnlyBlind,
|
||||
"Tilt": LutronCasetaTiltOnlyBlind,
|
||||
"SerenaHoneycombShade": LutronCasetaShade,
|
||||
"SerenaRollerShade": LutronCasetaShade,
|
||||
"TriathlonHoneycombShade": LutronCasetaShade,
|
||||
|
Reference in New Issue
Block a user