Add a picture uploader to picture-card-editor (#18695)

* Add a picture uploader to picture-card-editor

* add imageSelector

* lint

* Add delete button to picture-upload

* updates from feedback

* fix lint

* Update en.json

* Update selector.ts

* remove delete
This commit is contained in:
karwosts
2024-05-29 05:32:53 -07:00
committed by GitHub
parent d88670034a
commit 064c51f487
10 changed files with 218 additions and 37 deletions

View File

@@ -32,6 +32,7 @@ const LOAD_ELEMENTS = {
file: () => import("./ha-selector-file"),
floor: () => import("./ha-selector-floor"),
label: () => import("./ha-selector-label"),
image: () => import("./ha-selector-image"),
language: () => import("./ha-selector-language"),
navigation: () => import("./ha-selector-navigation"),
number: () => import("./ha-selector-number"),