We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6966466 commit 971bb90Copy full SHA for 971bb90
.vscode/launch.json
@@ -0,0 +1,20 @@
1
+{
2
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
3
+ "version": "0.2.0",
4
+ "configurations": [
5
+ {
6
+ // Example of attaching to local debug server
7
+ "name": "Python: Attach Local",
8
+ "type": "python",
9
+ "request": "attach",
10
+ "port": 5678,
11
+ "host": "localhost",
12
+ "pathMappings": [
13
14
+ "localRoot": "${workspaceFolder}",
15
+ "remoteRoot": "."
16
+ }
17
+ ],
18
19
+ ]
20
+}
test_hass/configuration.yaml
@@ -7,6 +7,8 @@ logger:
# Loads default set of integrations. Do not remove.
default_config:
+debugpy:
+
http:
server_port: 9123
0 commit comments