Add state attribute translations for Number (#89881)
This commit is contained in:
parent
a15c45dbfe
commit
5657fcd1e8
1 changed files with 20 additions and 1 deletions
|
@ -7,7 +7,26 @@
|
|||
},
|
||||
"entity_component": {
|
||||
"_": {
|
||||
"name": "[%key:component::number::title%]"
|
||||
"name": "[%key:component::number::title%]",
|
||||
"state_attributes": {
|
||||
"max": {
|
||||
"name": "Maximum"
|
||||
},
|
||||
"min": {
|
||||
"name": "Minimum"
|
||||
},
|
||||
"mode": {
|
||||
"name": "Mode",
|
||||
"state": {
|
||||
"auto": "Automatic",
|
||||
"box": "Box",
|
||||
"slider": "Slider"
|
||||
}
|
||||
},
|
||||
"step": {
|
||||
"name": "Step"
|
||||
}
|
||||
}
|
||||
},
|
||||
"apparent_power": {
|
||||
"name": "[%key:component::sensor::entity_component::apparent_power::name%]"
|
||||
|
|
Loading…
Add table
Reference in a new issue