diff --git a/custom_components.json b/custom_components.json index 8edf526..8497a41 100644 --- a/custom_components.json +++ b/custom_components.json @@ -1,23 +1,23 @@ { "Enigma component": { - "version": "1.0", + "version": "1.1", "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.0", + "version": "1.1", "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.0", + "version": "1.1", "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" } -} \ No newline at end of file +} diff --git a/enigma/__init__.py b/enigma/__init__.py index 1746cb8..b70c34e 100644 --- a/enigma/__init__.py +++ b/enigma/__init__.py @@ -18,7 +18,7 @@ from homeassistant.helpers.entity import Entity # VERSION -VERSION = '1.0' +VERSION = '1.1' # REQUIREMENTS REQUIREMENTS = ['beautifulsoup4==4.6.3'] diff --git a/enigma/media_player.py b/enigma/media_player.py index e279c1d..ccc2f5a 100644 --- a/enigma/media_player.py +++ b/enigma/media_player.py @@ -35,7 +35,7 @@ from homeassistant.util import Throttle # VERSION -VERSION = '1.0' +VERSION = '1.1' # Dependencies DEPENDENCIES = ['enigma'] diff --git a/enigma/notify.py b/enigma/notify.py index 560583b..7329e91 100644 --- a/enigma/notify.py +++ b/enigma/notify.py @@ -29,7 +29,7 @@ import homeassistant.helpers.config_validation as cv # VERSION -VERSION = '1.0' +VERSION = '1.1' # Default value for display (if not passed as argument in data field) # 20 seconds for timeout