diff --git a/aarlo/__init__.py b/aarlo/__init__.py index 0d5834cd..f473776e 100644 --- a/aarlo/__init__.py +++ b/aarlo/__init__.py @@ -16,7 +16,7 @@ from homeassistant.const import ( CONF_USERNAME, CONF_PASSWORD, CONF_SCAN_INTERVAL) -__version__ = '0.0.17' +__version__ = '0.0.18' _LOGGER = logging.getLogger(__name__) diff --git a/aarlo/pyaarlo/__init__.py b/aarlo/pyaarlo/__init__.py index 585557e3..239d5fc5 100644 --- a/aarlo/pyaarlo/__init__.py +++ b/aarlo/pyaarlo/__init__.py @@ -26,7 +26,7 @@ _LOGGER = logging.getLogger('pyaarlo') -__version__ = '0.0.17' +__version__ = '0.0.18' class PyArlo(object): diff --git a/changelog b/changelog index ab05c31c..7c03128a 100644 --- a/changelog +++ b/changelog @@ -2,6 +2,7 @@ 0.0.2: Added manifest to aarlo aarlo: +0.0.18: mirror pyaarlo version 0.0.17: Turn siren off when disabling, add siren on/off service calls. 0.0.16: Allow https pool parameters to be customized. 0.0.15: Mode API fixes and optional device list refresh @@ -18,6 +19,7 @@ aarlo: 0.0.4: mirror pyaarlo version pyaarlo: +0.0.18: fix thumbnails disappearing overnight 0.0.17: mirror aarlo version 0.0.16: Allow https pool parameters to be customized. 0.0.15: Mode API fixes and optional device list refresh diff --git a/custom_components.json b/custom_components.json index e40d6cd7..385e7f76 100644 --- a/custom_components.json +++ b/custom_components.json @@ -1,6 +1,6 @@ { "aarlo": { - "version": "0.0.17", + "version": "0.0.18", "local_location": "/custom_components/aarlo/__init__.py", "remote_location": "https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/__init__.py", "visit_repo": "https://github.com/twrecked/hass-aarlo", @@ -15,7 +15,7 @@ ] }, "pyaarlo": { - "version": "0.0.17", + "version": "0.0.18", "local_location": "/custom_components/aarlo/pyaarlo/__init__.py", "remote_location": "https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/__init__.py", "visit_repo": "https://github.com/twrecked/hass-aarlo",