mostly comments and formatting + 2 sensors
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -2,6 +2,10 @@
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.enabled": true,
|
||||
"python.pythonPath": "/usr/local/bin/python",
|
||||
"python.linting.pylintArgs": [
|
||||
"--disable=C0103",
|
||||
"--max-line-length=200"
|
||||
],
|
||||
"files.associations": {
|
||||
"*.yaml": "home-assistant"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user