mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Device automations: Rename name to entity_name in translations (#26491)
This commit is contained in:
parent
da88be3827
commit
28b9416b0c
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"device_automation": {
|
"device_automation": {
|
||||||
"action_type": {
|
"action_type": {
|
||||||
"toggle": "Toggle {name}",
|
"toggle": "Toggle {entity_name}",
|
||||||
"turn_on": "Turn on {name}",
|
"turn_on": "Turn on {entity_name}",
|
||||||
"turn_off": "Turn off {name}"
|
"turn_off": "Turn off {entity_name}"
|
||||||
},
|
},
|
||||||
"condition_type": {
|
"condition_type": {
|
||||||
"is_on": "{name} is on",
|
"is_on": "{entity_name} is on",
|
||||||
"is_off": "{name} is off"
|
"is_off": "{entity_name} is off"
|
||||||
},
|
},
|
||||||
"trigger_type": {
|
"trigger_type": {
|
||||||
"turn_on": "{name} turned on",
|
"turn_on": "{entity_name} turned on",
|
||||||
"turn_off": "{name} turned off"
|
"turn_off": "{entity_name} turned off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user