mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add state attribute translations for Sensor (#89896)
This commit is contained in:
parent
30e7ab247d
commit
cd3819abec
@ -100,6 +100,22 @@
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"on": "[%key:common::state::on%]"
|
||||
},
|
||||
"state_attributes": {
|
||||
"last_reset": {
|
||||
"name": "Last reset"
|
||||
},
|
||||
"options": {
|
||||
"name": "Possible states"
|
||||
},
|
||||
"state_class": {
|
||||
"name": "State class",
|
||||
"state": {
|
||||
"measurement": "Measurement",
|
||||
"total": "Total",
|
||||
"total_increasing": "Total increasing"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"date": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user