Issue #30 - security mode Issue #26 - upodate entity on config change Issue #21 - check box to select feature Issue #16 - Suggest/select entity in a list on the configuration screens Issue #5 - Thermostat over climate type
12 lines
315 B
JSON
12 lines
315 B
JSON
{
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.pythonPath": "/usr/local/bin/python",
|
|
"files.associations": {
|
|
"*.yaml": "home-assistant"
|
|
},
|
|
"python.analysis.extraPaths": [
|
|
"/home/vscode/core",
|
|
"/workspaces/versatile_thermostat"
|
|
]
|
|
} |