Add backup location selector (#16567)

Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
This commit is contained in:
Bram Kragten
2023-05-23 13:35:31 +02:00
committed by GitHub
parent 22dc757382
commit a5b5e61ed4
6 changed files with 259 additions and 29 deletions

View File

@@ -33,6 +33,7 @@ const LOAD_ELEMENTS = {
object: () => import("./ha-selector-object"),
select: () => import("./ha-selector-select"),
state: () => import("./ha-selector-state"),
backup_location: () => import("./ha-selector-backup-location"),
stt: () => import("./ha-selector-stt"),
target: () => import("./ha-selector-target"),
template: () => import("./ha-selector-template"),