From adf02179844055e92311468f6d53e213261eb2ae Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Sat, 1 Apr 2017 20:18:31 +0200 Subject: [PATCH 1/8] Fixed incorrect numeric state option --- changelog.txt | 3 +++ configurator.py | 2 +- dev.html | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 26ea98c..0502861 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +Version 0.1.7 (2017-04-nn) +- Fixed incorrect numeric state option + Version 0.1.6 (2017-03-28) - Executing commands on remote machine now possbile (Issue #30) - Using icons from https://materialdesignicons.com diff --git a/configurator.py b/configurator.py index 5382e30..e1143b9 100755 --- a/configurator.py +++ b/configurator.py @@ -1393,7 +1393,7 @@ INDEX = Template(r""" - + diff --git a/dev.html b/dev.html index f592939..7861a58 100644 --- a/dev.html +++ b/dev.html @@ -1334,7 +1334,7 @@ - + From 83ed6030ffd087cb52fa79f99d2c5c4bf7542510 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Sun, 2 Apr 2017 22:06:55 +0200 Subject: [PATCH 2/8] Forgot the second occurence --- configurator.py | 2 +- dev.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configurator.py b/configurator.py index e1143b9..1e086c3 100755 --- a/configurator.py +++ b/configurator.py @@ -1491,7 +1491,7 @@ INDEX = Template(r""" - + diff --git a/dev.html b/dev.html index 7861a58..53aa09a 100644 --- a/dev.html +++ b/dev.html @@ -1432,7 +1432,7 @@ - + From 7a440009f076916b56189fe466a732971c785193 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Wed, 19 Apr 2017 00:05:23 +0200 Subject: [PATCH 3/8] Added .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dbe9c82 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode/ \ No newline at end of file From 7f8d68b31abca4b48672cb7a189642245b9938d8 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Wed, 19 Apr 2017 00:30:48 +0200 Subject: [PATCH 4/8] Added group- and automation reloading --- configurator.py | 90 +++++++++++++++++++++++++++++++++++++++++++++++++ dev.html | 50 +++++++++++++++++++++++++++ 2 files changed, 140 insertions(+) diff --git a/configurator.py b/configurator.py index 1e086c3..1e3b515 100755 --- a/configurator.py +++ b/configurator.py @@ -581,6 +581,8 @@ INDEX = Template(r"""
  • About HASS-Configurator
  • Check HASS Configuration
  • +
  • Reload automations
  • +
  • Reload groups
  • Restart HASS
  • Execute shell command
  • @@ -593,6 +595,8 @@ INDEX = Template(r"""
  • About HASS-Configurator
  • Check HASS Configuration
  • +
  • Reload automations
  • +
  • Reload groups
  • Restart HASS
  • Execute shell command
  • @@ -1227,6 +1231,26 @@ INDEX = Template(r""" Yes + + + + + +