Skip to content

Commit

Permalink
Add debug logging to discovery flow (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Nov 4, 2022
1 parent 82bc658 commit 70108d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/powercalc/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ async def async_step_integration_discovery(
) -> FlowResult:
"""Handle integration discovery."""

_LOGGER.debug("Starting discovery flow: %s", discovery_info)

self.skip_advanced_step = (
True # We don't want to ask advanced option when discovered
)
Expand Down

0 comments on commit 70108d5

Please sign in to comment.