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 @@