Fix Shelly support for button5 trigger (#157422)

This commit is contained in:
Shay Levy
2025-11-27 16:38:45 +01:00
committed by GitHub
parent d045ecaf13
commit 1d9c06264e
+1
View File
@@ -168,6 +168,7 @@ INPUTS_EVENTS_SUBTYPES: Final = {
"button2": 2,
"button3": 3,
"button4": 4,
"button5": 5,
}
SHBTN_MODELS: Final = [MODEL_BUTTON1, MODEL_BUTTON1_V2]