From 1017da3839c8add938e52dacd73b6d4fc7a95dd6 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Thu, 12 Oct 2017 20:39:18 +0200 Subject: [PATCH] Added script reloading --- changelog.txt | 3 +++ configurator.py | 39 +++++++++++++++++++++++++++++++++++++++ dev.html | 19 +++++++++++++++++++ 3 files changed, 61 insertions(+) diff --git a/changelog.txt b/changelog.txt index 798e385..b101df0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +Version 0.2.1 (2017-10-12) +- Added script reloading + Version 0.2.0 (2017-09-25) - Update MaterializeCSS to 0.100.1 @jmart518 - Added git push option @danielperna84 diff --git a/configurator.py b/configurator.py index 408d738..42e8eaf 100755 --- a/configurator.py +++ b/configurator.py @@ -603,6 +603,7 @@
  • Reload automations
  • +
  • Reload scripts
  • Reload groups
  • Reload core
  • Restart HASS
  • @@ -618,6 +619,7 @@
  • Reload automations
  • +
  • Reload scripts
  • Reload groups
  • Reload core
  • Restart HASS
  • @@ -1276,6 +1278,16 @@ Yes + +