Add 'AdvancedToggle' to list of supported Lutron button types (#145676)
parent
8c9acf5a4d
commit
f44f2522ef
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue