Skip to content

Commit 1d9c062

Browse files
authored
Fix Shelly support for button5 trigger (home-assistant#157422)
1 parent d045eca commit 1d9c062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

homeassistant/components/shelly/const.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
"button2": 2,
169169
"button3": 3,
170170
"button4": 4,
171+
"button5": 5,
171172
}
172173

173174
SHBTN_MODELS: Final = [MODEL_BUTTON1, MODEL_BUTTON1_V2]

0 commit comments

Comments
 (0)