From 9dfa87ee606a6ea65ce4b011284983fa70877e4b Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 19 Jan 2019 19:01:33 +0100 Subject: [PATCH] Test --- esphomeyaml/__main__.py | 4 ++++ esphomeyaml/dashboard/templates/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/esphomeyaml/__main__.py b/esphomeyaml/__main__.py index 06dbd2761e..fc4d275f25 100644 --- a/esphomeyaml/__main__.py +++ b/esphomeyaml/__main__.py @@ -493,6 +493,10 @@ def run_esphomeyaml(argv): return 1 CORE.config = config + _LOGGER.info("HELLO!") + import time + time.sleep(2**16) + if args.command in POST_CONFIG_ACTIONS: try: return POST_CONFIG_ACTIONS[args.command](args, config) diff --git a/esphomeyaml/dashboard/templates/index.html b/esphomeyaml/dashboard/templates/index.html index 596fe5537c..42e6ab8162 100644 --- a/esphomeyaml/dashboard/templates/index.html +++ b/esphomeyaml/dashboard/templates/index.html @@ -399,7 +399,7 @@