mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add 'AdvancedToggle' to list of supported Lutron button types (#145676)
This commit is contained in:
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…
x
Reference in New Issue
Block a user