Added Linting, IPv6
This commit is contained in:
parent
206fa623e7
commit
34fbc4ff0b
3 changed files with 84 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue