mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +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 = {
|
||||||
...baseConfig,
|
...baseConfig,
|
||||||
mode: "single",
|
mode: "single",
|
||||||
trigger: [],
|
triggers: [],
|
||||||
condition: [],
|
conditions: [],
|
||||||
action: [],
|
actions: [],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
this._config = {
|
this._config = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user