Files
versatile_thermostat/.vscode/settings.json
2022-12-28 17:25:25 +01:00

8 lines
200 B
JSON

{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.pythonPath": "/usr/local/bin/python",
"files.associations": {
"*.yaml": "home-assistant"
}
}