Prepare repository for HACS

Update integration metadata, sync translations, add HACS and Hassfest validation workflows, and add local brand assets for Home Assistant integration branding.
This commit is contained in:
2026-04-03 17:33:19 -05:00
parent 792f6905ab
commit f06d1a3d71
8 changed files with 218 additions and 14 deletions
+4 -4
View File
@@ -1,16 +1,16 @@
{
"codeowners": [
"@your-github-handle"
"@mcgeezy"
],
"config_flow": true,
"dependencies": [
"frontend"
],
"documentation": "https://github.com/your-org/relaytv",
"documentation": "https://github.com/mcgeezy/relaytv-ha",
"domain": "relaytv",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/your-org/relaytv/issues",
"issue_tracker": "https://github.com/mcgeezy/relaytv-ha/issues",
"name": "RelayTV",
"requirements": [],
"version": "0.3.6"
}
}