mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Add state attribute translations for automations (#89815)
This commit is contained in:
parent
a2b6ef3d7b
commit
a153720599
@ -6,6 +6,29 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"on": "[%key:common::state::on%]"
|
"on": "[%key:common::state::on%]"
|
||||||
|
},
|
||||||
|
"state_attributes": {
|
||||||
|
"current": {
|
||||||
|
"name": "Running automations"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"name": "ID"
|
||||||
|
},
|
||||||
|
"last_triggered": {
|
||||||
|
"name": "Last triggered"
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"name": "Max running automations"
|
||||||
|
},
|
||||||
|
"mode": {
|
||||||
|
"name": "Run mode",
|
||||||
|
"state": {
|
||||||
|
"parallel": "Parallel",
|
||||||
|
"queued": "Queued",
|
||||||
|
"restart": "Restart",
|
||||||
|
"single": "Single"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user