Bt monitor

This commit is contained in:
Martin Bauer
2024-07-28 08:45:01 +02:00
parent e9ec94a5f8
commit 9092f08481
8 changed files with 27968 additions and 127 deletions

View File

@@ -1,5 +1,8 @@
{
"python.linting.pylintEnabled": false,
"python.linting.enabled": true,
"python.linting.flake8Enabled": true
"python.linting.flake8Enabled": true,
"files.associations": {
"*.yaml": "home-assistant"
}
}