From e2e7c56b3627cac1c8b531bc2892090190833388 Mon Sep 17 00:00:00 2001 From: abmantis Date: Tue, 29 Jul 2025 15:42:21 +0100 Subject: [PATCH] Add behavior to strings --- homeassistant/components/light/strings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homeassistant/components/light/strings.json b/homeassistant/components/light/strings.json index 02d3285567f..61e82237285 100644 --- a/homeassistant/components/light/strings.json +++ b/homeassistant/components/light/strings.json @@ -471,6 +471,10 @@ "state": { "name": "State", "description": "The state to trigger on." + }, + "behavior": { + "name": "Behavior", + "description": "The behavior of the targeted entities to trigger on." } } }