Skip to content

Commit

Permalink
bumped revision
Browse files Browse the repository at this point in the history
  • Loading branch information
twrecked committed Aug 19, 2019
1 parent 9ab4ff2 commit bb10062
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
0.0.2: Added manifest to aarlo

aarlo:
0.5.6: mirror pyaarlo version
0.5.5: Rename 'object' variable in library
0.5.4: Fix missing ATTR_ENTITY_ID
0.5.3: Tidied up battery and wired status
Expand All @@ -23,6 +24,7 @@ aarlo:
0.0.4: mirror pyaarlo version

pyaarlo:
0.5.6: initial Ultra support
0.5.5: mirror aarlo version
0.5.4: mirror aarlo version
0.5.3: Tidied up battery and wired status
Expand Down
4 changes: 2 additions & 2 deletions custom_components.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"aarlo": {
"version": "0.5.5",
"version": "0.5.6",
"local_location": "/custom_components/aarlo/__init__.py",
"remote_location": "https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/__init__.py",
"visit_repo": "https://github.com/twrecked/hass-aarlo",
Expand All @@ -15,7 +15,7 @@
]
},
"pyaarlo": {
"version": "0.5.5",
"version": "0.5.6",
"local_location": "/custom_components/aarlo/pyaarlo/__init__.py",
"remote_location": "https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/__init__.py",
"visit_repo": "https://github.com/twrecked/hass-aarlo",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/aarlo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from homeassistant.const import (
CONF_USERNAME, CONF_PASSWORD, CONF_SCAN_INTERVAL)

__version__ = '0.5.5'
__version__ = '0.5.6'

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion custom_components/aarlo/pyaarlo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

_LOGGER = logging.getLogger('pyaarlo')

__version__ = '0.5.5'
__version__ = '0.5.6'

class PyArlo(object):

Expand Down

0 comments on commit bb10062

Please sign in to comment.