Add missing attribute translations to water heater entity component (#119531)

This commit is contained in:
Jan-Philipp Benecke 2024-06-12 23:34:01 +02:00 committed by GitHub
parent 532f6d1d97
commit fd83b9a7c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": {