From 7bfde2dd33b4bc4d5464f45729852a7bd1878b01 Mon Sep 17 00:00:00 2001 From: Kevin Lee Date: Mon, 11 Nov 2019 02:07:48 -0500 Subject: [PATCH] Add Lutron hybrid keypad raise/lower buttons (#28674) * Lutron: Add support for hybrid keypad raise/lower buttons * Add MasterRaiseLower --- homeassistant/components/lutron/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/components/lutron/__init__.py b/homeassistant/components/lutron/__init__.py index 09ab0fc747b..ac9a4eab417 100644 --- a/homeassistant/components/lutron/__init__.py +++ b/homeassistant/components/lutron/__init__.py @@ -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(