diff --git a/panels/automation/ha-automation-editor.html b/panels/automation/ha-automation-editor.html
index e810970ab4..9fc1c74132 100644
--- a/panels/automation/ha-automation-editor.html
+++ b/panels/automation/ha-automation-editor.html
@@ -14,7 +14,7 @@
-
+
diff --git a/rollup/automation.js b/rollup/automation.js
index 4801065f9f..a9a96da812 100644
--- a/rollup/automation.js
+++ b/rollup/automation.js
@@ -3,6 +3,6 @@ import config from './base-config';
export default Object.assign({}, config, {
entry: 'panels/automation/editor.js',
targets: [
- { dest: 'build/editor.js', format: 'iife' },
+ { dest: 'build-temp/editor.js', format: 'iife' },
],
});