Add missing attribute translations to water heater entity component (#119531)
This commit is contained in:
parent
532f6d1d97
commit
fd83b9a7c6
1 changed files with 18 additions and 0 deletions
|
@ -18,6 +18,24 @@
|
|||
"performance": "Performance"
|
||||
},
|
||||
"state_attributes": {
|
||||
"current_operation": {
|
||||
"name": "Current operation"
|
||||
},
|
||||
"current_temperature": {
|
||||
"name": "Current temperature"
|
||||
},
|
||||
"max_temp": {
|
||||
"name": "Max target temperature"
|
||||
},
|
||||
"min_temp": {
|
||||
"name": "Min target temperature"
|
||||
},
|
||||
"target_temp_high": {
|
||||
"name": "Upper target temperature"
|
||||
},
|
||||
"target_temp_low": {
|
||||
"name": "Lower target temperature"
|
||||
},
|
||||
"away_mode": {
|
||||
"name": "Away mode",
|
||||
"state": {
|
||||
|
|
Loading…
Add table
Reference in a new issue