diff --git a/.devcontainer/README.md b/.devcontainer/README.md index bd429de..e304a9a 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -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/). diff --git a/.devcontainer/configuration.yaml b/.devcontainer/configuration.yaml index 743c10a..38c0eb6 100644 --- a/.devcontainer/configuration.yaml +++ b/.devcontainer/configuration.yaml @@ -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: