From c92aa30663bc4607bfab4862636e56be07370783 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 26 Feb 2020 19:24:43 +0100 Subject: [PATCH] Add missing translations for light actions (#32216) --- homeassistant/components/light/strings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/components/light/strings.json b/homeassistant/components/light/strings.json index 77b842ba078..922a4957afd 100644 --- a/homeassistant/components/light/strings.json +++ b/homeassistant/components/light/strings.json @@ -1,6 +1,8 @@ { "device_automation": { "action_type": { + "brightness_decrease": "Decrease {entity_name} brightness", + "brightness_increase": "Increase {entity_name} brightness", "toggle": "Toggle {entity_name}", "turn_on": "Turn on {entity_name}", "turn_off": "Turn off {entity_name}"