* Add configFlow and translations * Refacto VersatileThermostat with BaseThermostat. Tests ok * Add ThermostatValve. All tests ok --------- Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>
20 lines
572 B
JSON
20 lines
572 B
JSON
{
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.python"
|
|
},
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true,
|
|
"files.associations": {
|
|
"*.yaml": "home-assistant"
|
|
},
|
|
"python.testing.pytestArgs": [
|
|
"tests"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.analysis.extraPaths": [
|
|
// "/home/vscode/core",
|
|
"/workspaces/versatile_thermostat/custom_components/versatile_thermostat"
|
|
],
|
|
"python.formatting.provider": "none"
|
|
} |