mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00: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:
parent
b6c7976477
commit
7bfde2dd33
@ -72,6 +72,8 @@ def setup(hass, base_config):
|
|||||||
if button.name != "Unknown Button" and button.button_type in (
|
if button.name != "Unknown Button" and button.button_type in (
|
||||||
"SingleAction",
|
"SingleAction",
|
||||||
"Toggle",
|
"Toggle",
|
||||||
|
"SingleSceneRaiseLower",
|
||||||
|
"MasterRaiseLower",
|
||||||
):
|
):
|
||||||
# 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