adding ha addon support

This commit is contained in:
2024-01-26 23:19:14 +01:00
committed by Gianmarco Pettinato
parent 0425f6e8df
commit 3eab0efe51
32 changed files with 186 additions and 180 deletions

View File

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