Skip to content

Commit

Permalink
Merge pull request #475 from bj00rn/chore/debug-wait-option
Browse files Browse the repository at this point in the history
chore: add wait option to debug configuration
  • Loading branch information
argoyle authored Jan 13, 2024
2 parents 2fa2829 + 17e6fc9 commit 54d58d4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .devcontainer/config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ default_config:

logger:
default: info
# uncomment below to enable debug logging
# logs:
# custom_components.ferroamp: debug
logs:
custom_components.ferroamp: info # set to debug to enable debug logging

# If you need to debug uncomment the line below (doc: https://www.home-assistant.io/integrations/debugpy/)
debugpy:
wait: False # set to True to allow breakpoints in async_setup or similar and debug the loading of the integration.

0 comments on commit 54d58d4

Please sign in to comment.