Skip to content

Commit 5ed3b01

Browse files
committed
Fix comment as suggested
1 parent cd5d762 commit 5ed3b01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def _update_gw_entities(self) -> None:
7878

7979
remove_empty_platform_dicts(entity)
8080

81-
# Replace select_dhw_mode with water_heater_mode when applicable
81+
# Replace select_dhw_mode with dhw_mode when applicable
8282
if "max_dhw_temperature" in entity:
8383
mode = entity.get("select_dhw_mode")
8484
if mode is not None:

0 commit comments

Comments
 (0)