Fix automation editor (#16057)

This commit is contained in:
Bram Kragten
2023-04-05 10:20:21 +02:00
committed by GitHub
parent 28304bb1dc
commit 1596578f96
46 changed files with 37 additions and 85 deletions

View File

@@ -283,7 +283,6 @@ export class HaTargetPicker extends LitElement {
return html`<mwc-menu-surface
open
.anchor=${this._addContainer}
.corner=${"BOTTOM_START"}
@closed=${this._onClosed}
@opened=${this._onOpened}
@opened-changed=${this._openedChanged}