Update manifest.json

Update hacs.json
This commit is contained in:
cdnninja
2022-12-19 20:18:22 -07:00
parent 9845d09a2d
commit b74a379f7f
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"name": "Emporia Vue",
"config_flow": true,
"documentation": "https://github.com/magico13/ha-emporia-vue",
"issue_tracker": "https://github.com/magico13/ha-emporia-vue/issues",
"requirements": ["pyemvue==0.16.1"],
"ssdp": [],
"zeroconf": [],

View File

@@ -1,6 +1,6 @@
{
"name": "Emporia Vue",
"render_readme": true,
"homeassistant": "2021.9.0"
"homeassistant": "2021.9.0",
"content_in_root": false
}