forked from home-assistant/core
Add 'AdvancedToggle' to list of supported Lutron button types (#145676)
This commit is contained in:
@@ -113,6 +113,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b
|
|||||||
"Toggle",
|
"Toggle",
|
||||||
"SingleSceneRaiseLower",
|
"SingleSceneRaiseLower",
|
||||||
"MasterRaiseLower",
|
"MasterRaiseLower",
|
||||||
|
"AdvancedToggle",
|
||||||
):
|
):
|
||||||
# Associate an LED with a button if there is one
|
# Associate an LED with a button if there is one
|
||||||
led = next(
|
led = next(
|
||||||
|
Reference in New Issue
Block a user