mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
Add Lutron hybrid keypad raise/lower buttons (#28674)
* Lutron: Add support for hybrid keypad raise/lower buttons * Add MasterRaiseLower
This commit is contained in:
committed by
Martin Hjelmare
parent
b6c7976477
commit
7bfde2dd33
@@ -72,6 +72,8 @@ def setup(hass, base_config):
|
||||
if button.name != "Unknown Button" and button.button_type in (
|
||||
"SingleAction",
|
||||
"Toggle",
|
||||
"SingleSceneRaiseLower",
|
||||
"MasterRaiseLower",
|
||||
):
|
||||
# Associate an LED with a button if there is one
|
||||
led = next(
|
||||
|
Reference in New Issue
Block a user