Skip to content

Commit

Permalink
doctweak
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Jun 28, 2022
1 parent d79df19 commit c871c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ramses_cc/water_heater.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class EvoDHW(EvoZoneBase, WaterHeaterEntity):

def __init__(self, broker, device) -> None:
"""Initialize an TCS DHW controller."""
_LOGGER.info("Found a DHW controller: %s", device) # TODO: info
_LOGGER.info("Found a DHW controller: %s", device)
super().__init__(broker, device)

# self._icon = "mdi:thermometer-lines"
Expand Down

0 comments on commit c871c6f

Please sign in to comment.