mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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",
|
||||
"SingleSceneRaiseLower",
|
||||
"MasterRaiseLower",
|
||||
"AdvancedToggle",
|
||||
):
|
||||
# Associate an LED with a button if there is one
|
||||
led = next(
|
||||
|
Loading…
x
Reference in New Issue
Block a user