mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Clear entity ID during automation duplication (#8140)
This commit is contained in:
parent
c28a7d6c10
commit
131a7f3782
@ -355,6 +355,7 @@ export class HaAutomationEditor extends KeyboardShortcutMixin(LitElement) {
|
|||||||
...baseConfig,
|
...baseConfig,
|
||||||
...initData,
|
...initData,
|
||||||
} as AutomationConfig;
|
} as AutomationConfig;
|
||||||
|
this._entityId = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user