diff --git a/custom_components/enigma/manifest.json b/custom_components/enigma/manifest.json index f260223..566669a 100644 --- a/custom_components/enigma/manifest.json +++ b/custom_components/enigma/manifest.json @@ -8,6 +8,5 @@ "after_dependencies": [], "codeowners": ["@cinzas"], "iot_class": "local_polling", - "requirements": ["beautifulsoup4>=4.6.3"], - "config_flow": true + "requirements": ["beautifulsoup4>=4.6.3"] } diff --git a/hacs.json b/hacs.json index 47656e5..f0b57a3 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { "name": "Enigma2 + OpenWebIF integration - media_player and notify platforms", - "render_readme": true, - "content_in_root": true + "domains": ["media_player", "notify"], + "render_readme": true }