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

@@ -10,7 +10,7 @@ import type { HaIconButton } from "./ha-icon-button";
export class HaButtonMenu extends LitElement {
protected readonly [FOCUS_TARGET];
@property() public corner: Corner = "TOP_START";
@property() public corner: Corner = "BOTTOM_START";
@property() public menuCorner: MenuCorner = "START";