mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Add state attribute translations for automations (#89815)
This commit is contained in:
parent
a2b6ef3d7b
commit
a153720599
@ -6,6 +6,29 @@
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"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