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,