Add filtering to automaton overview (#8736)

* Add filtering to automaton overview

* Update ha-automation-picker.ts

* Update ha-combo-box.ts

* imports

* Rename component

* localize + comments
This commit is contained in:
Bram Kragten
2021-03-29 14:33:48 +02:00
committed by GitHub
parent c65d414b7b
commit 10b8efc5cb
7 changed files with 238 additions and 21 deletions

View File

@@ -1,4 +1,3 @@
import "@material/mwc-button";
import "@material/mwc-menu";
import type { Corner, Menu } from "@material/mwc-menu";
import {
@@ -11,8 +10,6 @@ import {
query,
TemplateResult,
} from "lit-element";
import "./ha-icon-button";
@customElement("ha-button-menu")
export class HaButtonMenu extends LitElement {
@property() public corner: Corner = "TOP_START";