Skip to content

Commit

Permalink
Fix typo (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetienne authored Aug 2, 2021
1 parent cb91d2f commit 13a80e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ by uncommenting the line:
# 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`.

For more information, look at [the Remote Python Debugger integration documentation](https://www.home-assistant.io/integrations/debugpy/).
2 changes: 1 addition & 1 deletion .devcontainer/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ logger:
logs:
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:

0 comments on commit 13a80e6

Please sign in to comment.