From fb279212a987ba83209de7e742d7a4ff22bcfb5d Mon Sep 17 00:00:00 2001 From: Michel van de Wetering Date: Tue, 14 Oct 2025 11:23:26 +0200 Subject: [PATCH] Add missing`long_press` entry for trigger_type in strings.json for Hue (#154437) --- homeassistant/components/hue/strings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/hue/strings.json b/homeassistant/components/hue/strings.json index b70d4feb526e..80817583ad69 100644 --- a/homeassistant/components/hue/strings.json +++ b/homeassistant/components/hue/strings.json @@ -68,6 +68,7 @@ "initial_press": "\"{subtype}\" pressed initially", "repeat": "\"{subtype}\" held down", "short_release": "\"{subtype}\" released after short press", + "long_press": "\"{subtype}\" long pressed", "long_release": "[%key:component::hue::device_automation::trigger_type::remote_button_long_release%]", "double_short_release": "[%key:component::hue::device_automation::trigger_type::remote_double_button_short_press%]", "start": "[%key:component::hue::device_automation::trigger_type::initial_press%]"