1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00

Add missing translations for light actions (#32216)

This commit is contained in:
Erik Montnemery 2020-02-26 19:24:43 +01:00 committed by GitHub
parent 92a47f14bb
commit c92aa30663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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