1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00

Fix Shelly support for button5 trigger (#157422)

This commit is contained in:
Shay Levy
2025-11-27 17:38:45 +02:00
committed by GitHub
parent d045ecaf13
commit 1d9c06264e

View File

@@ -168,6 +168,7 @@ INPUTS_EVENTS_SUBTYPES: Final = {
"button2": 2, "button2": 2,
"button3": 3, "button3": 3,
"button4": 4, "button4": 4,
"button5": 5,
} }
SHBTN_MODELS: Final = [MODEL_BUTTON1, MODEL_BUTTON1_V2] SHBTN_MODELS: Final = [MODEL_BUTTON1, MODEL_BUTTON1_V2]