From 6236252a9020700994e30e2766348d8462d0ba51 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 16 Aug 2018 22:14:06 +0200 Subject: [PATCH] Fix editor --- src/panels/config/automation/ha-automation-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/config/automation/ha-automation-editor.js b/src/panels/config/automation/ha-automation-editor.js index 032d8b4a30..9f975a9388 100644 --- a/src/panels/config/automation/ha-automation-editor.js +++ b/src/panels/config/automation/ha-automation-editor.js @@ -247,7 +247,7 @@ class HaAutomationEditor extends if (!this._renderScheduled) return; - // this._renderScheduled = false; + this._renderScheduled = false; this._rendered = AutomationEditor(this.$.root, { automation: this.config,