Skip to content

Commit

Permalink
Update heater_controller.py
Browse files Browse the repository at this point in the history
Update with black
  • Loading branch information
duddi authored and swingerman committed Aug 7, 2024
1 parent 920a829 commit 176b220
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ async def async_control_device_when_off(
self._hvac_action_reason = HVACActionReason.OPENING

else:
_LOGGER.debug("No case matched when off - too_cold: %s, any_opening_open: %s, is_floor_hot: %s, is_floor_cold: %s, time: %s. Taking default action to turn off heater.",
too_cold, any_opening_open, is_floor_hot, is_floor_cold, time)
_LOGGER.debug(
"No case matched when off - too_cold: %s, any_opening_open: %s, is_floor_hot: %s, is_floor_cold: %s, time: %s. Taking default action to turn off heater.",
too_cold,
any_opening_open,
is_floor_hot,
is_floor_cold,
time,
)
await self.async_turn_off_callback()

0 comments on commit 176b220

Please sign in to comment.