mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
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",
|
||||
"SingleSceneRaiseLower",
|
||||
"MasterRaiseLower",
|
||||
"AdvancedToggle",
|
||||
):
|
||||
# Associate an LED with a button if there is one
|
||||
led = next(
|
||||
|
Reference in New Issue
Block a user