add ha addon support

This commit is contained in:
2024-01-26 23:19:14 +01:00
parent 0425f6e8df
commit 838aa38b5c
34 changed files with 270 additions and 194 deletions

View File

@@ -0,0 +1,7 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"printWidth": 80
}