diff --git a/custom_components.json b/custom_components.json deleted file mode 100644 index 1b99e05..0000000 --- a/custom_components.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "Enigma component": { - "version": "1.2", - "local_location": "custom_components/enigma/__init__.py", - "remote_location": "https://raw.githubusercontent.com/cinzas/homeassistant-enigma-player/master/enigma/__init__.py", - "visit_repo": "https://github.com/cinzas/homeassistant-enigma-player", - "changelog": "https://github.com/cinzas/homeassistant-enigma-player/releases/latest" - }, - "Enigma Media Player": { - "version": "1.2", - "local_location": "custom_components/enigma/media_player.py", - "remote_location": "https://raw.githubusercontent.com/cinzas/homeassistant-enigma-player/master/enigma/media_player.py", - "visit_repo": "https://github.com/cinzas/homeassistant-enigma-player", - "changelog": "https://github.com/cinzas/homeassistant-enigma-player/releases/latest" - }, - "Enigma Notification": { - "version": "1.2", - "local_location": "custom_components/enigma/notify.py", - "remote_location": "https://raw.githubusercontent.com/cinzas/homeassistant-enigma-player/master/enigma/notify.py", - "visit_repo": "https://github.com/cinzas/homeassistant-enigma-player", - "changelog": "https://github.com/cinzas/homeassistant-enigma-player/releases/latest" - } -} diff --git a/custom_components/enigma/manifest.json b/custom_components/enigma/manifest.json index 3cc20e7..f260223 100644 --- a/custom_components/enigma/manifest.json +++ b/custom_components/enigma/manifest.json @@ -1,12 +1,13 @@ { "domain": "enigma", "name": "Enigma2 addon", - "version" : "1.4", + "version" : "1.5", "documentation": "https://github.com/cinzas/homeassistant-enigma-player", "issue_tracker": "https://github.com/cinzas/homeassistant-enigma-player/issues", "dependencies": [], "after_dependencies": [], "codeowners": ["@cinzas"], "iot_class": "local_polling", - "requirements": ["beautifulsoup4>=4.6.3"] + "requirements": ["beautifulsoup4>=4.6.3"], + "config_flow": true }