From 1d9c06264eed2d08f2db487d73a48c42fa42f0ee Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Thu, 27 Nov 2025 17:38:45 +0200 Subject: [PATCH] Fix Shelly support for button5 trigger (#157422) --- homeassistant/components/shelly/const.py | 1 + 1 file changed, 1 insertion(+) 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]