Initialisation of component ok

This commit is contained in:
Jean-Marc Collin
2022-12-28 17:25:25 +01:00
parent b7018c29b9
commit 3a0a475810
19 changed files with 1480 additions and 0 deletions

8
.vscode/settings.json vendored Normal file
View File

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