Fix typo (#59)

This commit is contained in:
Thibaut 2021-08-02 09:27:33 +02:00 committed by GitHub
parent cb91d2f547
commit 13a80e6af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ by uncommenting the line:
# debugpy: # debugpy:
``` ```
Then launch the task `Run Home Assistant on port 9123`, and launch the debbuger Then launch the task `Run Home Assistant on port 9123`, and launch the debugger
with the existing debugging configuration `Python: Attach Local`. with the existing debugging configuration `Python: Attach Local`.
For more information, look at [the Remote Python Debugger integration documentation](https://www.home-assistant.io/integrations/debugpy/). For more information, look at [the Remote Python Debugger integration documentation](https://www.home-assistant.io/integrations/debugpy/).

View File

@ -5,5 +5,5 @@ logger:
logs: logs:
custom_components.integration_blueprint: debug custom_components.integration_blueprint: debug
# If you need to debug uncommment the line below (doc: https://www.home-assistant.io/integrations/debugpy/) # If you need to debug uncomment the line below (doc: https://www.home-assistant.io/integrations/debugpy/)
# debugpy: # debugpy: