From f44f2522efb69fef5f0630420502705c3a6912ee Mon Sep 17 00:00:00 2001 From: Christopher Boyd Date: Wed, 11 Jun 2025 14:54:22 -0700 Subject: [PATCH] Add 'AdvancedToggle' to list of supported Lutron button types (#145676) --- homeassistant/components/lutron/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/lutron/__init__.py b/homeassistant/components/lutron/__init__.py index a494a37cb52..6ea3754ddde 100644 --- a/homeassistant/components/lutron/__init__.py +++ b/homeassistant/components/lutron/__init__.py @@ -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(