Skip to content

Commit cd937d8

Browse files
committed
Correct water_heater translation string
1 parent ba83adc commit cd937d8

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

  • custom_components/plugwise/translations

custom_components/plugwise/translations/en.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -298,12 +298,16 @@
298298
},
299299
"dhw_temperature": {
300300
"name": "DHW temperature",
301-
"state": {
302-
"auto": "Auto",
303-
"boost": "Boost",
304-
"comfort": "Comfort",
305-
"eco": "Eco",
306-
"off": "Off"
301+
"state_attributes": {
302+
"dhw_modes": {
303+
"state": {
304+
"auto": "Auto",
305+
"boost": "Boost",
306+
"comfort": "Comfort",
307+
"eco": "Eco",
308+
"off": "Off"
309+
}
310+
}
307311
}
308312
}
309313
}

0 commit comments

Comments
 (0)