Fix initial automation config (#22073)

This commit is contained in:
Bram Kragten 2024-09-25 10:24:06 +02:00 committed by GitHub
parent 265bbfc95d
commit a5db44a167
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -465,9 +465,9 @@ export class HaAutomationEditor extends KeyboardShortcutMixin(LitElement) {
baseConfig = { baseConfig = {
...baseConfig, ...baseConfig,
mode: "single", mode: "single",
trigger: [], triggers: [],
condition: [], conditions: [],
action: [], actions: [],
}; };
} }
this._config = { this._config = {