mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix initial automation config (#22073)
This commit is contained in:
parent
265bbfc95d
commit
a5db44a167
@ -465,9 +465,9 @@ export class HaAutomationEditor extends KeyboardShortcutMixin(LitElement) {
|
||||
baseConfig = {
|
||||
...baseConfig,
|
||||
mode: "single",
|
||||
trigger: [],
|
||||
condition: [],
|
||||
action: [],
|
||||
triggers: [],
|
||||
conditions: [],
|
||||
actions: [],
|
||||
};
|
||||
}
|
||||
this._config = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user