diff --git a/homeassistant/components/shelly/const.py b/homeassistant/components/shelly/const.py index ea6fe0f8357..6f43c5044ab 100644 --- a/homeassistant/components/shelly/const.py +++ b/homeassistant/components/shelly/const.py @@ -168,6 +168,7 @@ INPUTS_EVENTS_SUBTYPES: Final = { "button2": 2, "button3": 3, "button4": 4, + "button5": 5, } SHBTN_MODELS: Final = [MODEL_BUTTON1, MODEL_BUTTON1_V2]