Skip to content

Commit 9cef74d

Browse files
committed
Fix typo
1 parent 676ad49 commit 9cef74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
# Legacy Anna: shows when heating is active, don't show dhw_state, cannot be determined reliably
328328
"intended_boiler_state": {ATTR_NAME: "intended_boiler_state", ATTR_UNIT_OF_MEASUREMENT: None},
329329
# Lisa and Tom
330-
"battery": [ATTR_NAME: "battery", ATTR_UNIT_OF_MEASUREMENT: PERCENTAGE},
330+
"battery": {ATTR_NAME: "battery", ATTR_UNIT_OF_MEASUREMENT: PERCENTAGE},
331331
"temperature_difference": {ATTR_NAME: "temperature_difference", ATTR_UNIT_OF_MEASUREMENT: DEGREE},
332332
"valve_position": {ATTR_NAME: "valve_position", ATTR_UNIT_OF_MEASUREMENT: PERCENTAGE},
333333
# Plug

0 commit comments

Comments
 (0)