Skip to content

Commit

Permalink
Merge branch 'master' into swingerman/issue239
Browse files Browse the repository at this point in the history
  • Loading branch information
swingerman authored Aug 8, 2024
2 parents 963733f + 266d880 commit 9333f7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,12 @@ async def async_control_device_when_off(
self._hvac_action_reason = HVACActionReason.OPENING

else:
_LOGGER.warning("No case matched when off")
_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()
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt
pip>=24.1.2,<24.3
pytest-homeassistant-custom-component==0.13.147
pytest-homeassistant-custom-component==0.13.148
pre-commit
isort
black
Expand Down

0 comments on commit 9333f7f

Please sign in to comment.