diff --git a/changelog.txt b/changelog.txt index 0502861..f67b136 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ Version 0.1.7 (2017-04-nn) - Fixed incorrect numeric state option +- Removed check config option (HASS has changed, not useful anymore) +- Added reload for groups and automations +- Proper logging on the server side (useful for supervisor usage) Version 0.1.6 (2017-03-28) - Executing commands on remote machine now possbile (Issue #30) diff --git a/configurator.py b/configurator.py index 47c5ec2..a294d25 100755 --- a/configurator.py +++ b/configurator.py @@ -54,7 +54,7 @@ SO.setLevel(LOGLEVEL) SO.setFormatter(logging.Formatter('%(levelname)s:%(asctime)s:%(name)s:%(message)s')) LOG.addHandler(SO) RELEASEURL = "https://api.github.com/repos/danielperna84/hass-configurator/releases/latest" -VERSION = "0.1.6" +VERSION = "0.1.7" BASEDIR = "." DEV = False HTTPD = None