mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Add missing translations for light actions (#32216)
This commit is contained in:
parent
92a47f14bb
commit
c92aa30663
@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
"device_automation": {
|
"device_automation": {
|
||||||
"action_type": {
|
"action_type": {
|
||||||
|
"brightness_decrease": "Decrease {entity_name} brightness",
|
||||||
|
"brightness_increase": "Increase {entity_name} brightness",
|
||||||
"toggle": "Toggle {entity_name}",
|
"toggle": "Toggle {entity_name}",
|
||||||
"turn_on": "Turn on {entity_name}",
|
"turn_on": "Turn on {entity_name}",
|
||||||
"turn_off": "Turn off {entity_name}"
|
"turn_off": "Turn off {entity_name}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user