We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba83adc commit cd937d8Copy full SHA for cd937d8
1 file changed
custom_components/plugwise/translations/en.json
@@ -298,12 +298,16 @@
298
},
299
"dhw_temperature": {
300
"name": "DHW temperature",
301
- "state": {
302
- "auto": "Auto",
303
- "boost": "Boost",
304
- "comfort": "Comfort",
305
- "eco": "Eco",
306
- "off": "Off"
+ "state_attributes": {
+ "dhw_modes": {
+ "state": {
+ "auto": "Auto",
+ "boost": "Boost",
+ "comfort": "Comfort",
307
+ "eco": "Eco",
308
+ "off": "Off"
309
+ }
310
311
}
312
313
0 commit comments