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:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user