Skip to content

Commit

Permalink
Remove unused fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
DCSBL committed Jan 11, 2025
1 parent 9eb9d11 commit d9b37a9
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 127 deletions.
1 change: 0 additions & 1 deletion homeassistant/components/homewizard/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ async def async_step_user(
if user_input is not None:
try:
device_info = await self._async_try_connect(user_input[CONF_IP_ADDRESS])
_LOGGER.warning(device_info)
except RecoverableError as ex:
LOGGER.error(ex)
errors = {"base": ex.error_code}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit d9b37a9

Please sign in to comment.