octopusenergy-hass/.vscode/settings.json
2021-01-13 18:17: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"
}
}