Added Linting, IPv6

This commit is contained in:
Daniel Perna 2018-01-02 20:49:47 +01:00
parent 206fa623e7
commit 34fbc4ff0b
3 changed files with 84 additions and 3 deletions

View file

@ -66,7 +66,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.2.3"
VERSION = "0.2.4"
BASEDIR = "."
DEV = False
HTTPD = None