mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add missing attribute translations to water heater entity component (#119531)
This commit is contained in:
parent
532f6d1d97
commit
fd83b9a7c6
@ -18,6 +18,24 @@
|
|||||||
"performance": "Performance"
|
"performance": "Performance"
|
||||||
},
|
},
|
||||||
"state_attributes": {
|
"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": {
|
"away_mode": {
|
||||||
"name": "Away mode",
|
"name": "Away mode",
|
||||||
"state": {
|
"state": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user