Create hacs.json

This commit is contained in:
sudoxnym 2024-05-05 20:40:49 -06:00 committed by GitHub
parent cdccf6d009
commit 8050a8f107
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
hacs.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "SAAS - Sleep As Android Status",
"domains": ["sensor"],
"documentation": "https://github.com/sudoxnym/saas",
"issue_tracker": "https://github.com/sudoxnym/saas/issues",
"dependencies": ["mqtt"],
"codeowners": ["@sudoxnym"]
}