15 lines
391 B
JSON
15 lines
391 B
JSON
{
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Home Assistant (debug)",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"module": "homeassistant",
|
|
"justMyCode": false,
|
|
"args": ["--debug", "-c", "config"]
|
|
}
|
|
]
|
|
}
|