mirror of
https://github.com/magico13/ha-emporia-vue.git
synced 2026-01-08 03:53:55 -05:00
* Added OptionsFlow support * Formatted code * Corrected and added typing * Removed linting errors where possible * Added VSCode configuration files
19 lines
540 B
JSON
19 lines
540 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python Debugger: HomeAssistant",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"module": "homeassistant",
|
|
"args": [
|
|
"-v",
|
|
"-c",
|
|
"config"
|
|
]
|
|
}
|
|
]
|
|
} |