Fix typo (#59)
This commit is contained in:
parent
cb91d2f547
commit
13a80e6af5
@ -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/).
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user