Skip to content

Commit

Permalink
Fix linting errors (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
oncleben31 authored Dec 12, 2020
1 parent 6fdd9d2 commit 05b0608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions {{cookiecutter.project_name}}/.devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ you can test your custom component in Home Assistant with step by step debugging
You need to modify the `configuration.yaml` file in `.devcontainer` folder
by uncommenting the line:

``` yaml
# debugpy
```yaml
# debugpy
```

Then launch the task `Run Home Assistant on port 9123`, and launch the debbuger
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/).

0 comments on commit 05b0608

Please sign in to comment.