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." } } }