mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +00:00
Add floor selector to script fields (#21016)
This commit is contained in:
parent
f5ae842167
commit
721eebf367
@ -64,6 +64,12 @@ const SELECTOR_SCHEMAS = {
|
||||
selector: { boolean: {} },
|
||||
},
|
||||
] as const,
|
||||
floor: [
|
||||
{
|
||||
name: "multiple",
|
||||
selector: { boolean: {} },
|
||||
},
|
||||
] as const,
|
||||
icon: [] as const,
|
||||
location: [] as const,
|
||||
media: [] as const,
|
||||
|
@ -401,6 +401,7 @@
|
||||
"device": "Device",
|
||||
"duration": "Duration",
|
||||
"entity": "Entity",
|
||||
"floor": "[%key:ui::components::floor-picker::floor%]",
|
||||
"icon": "Icon",
|
||||
"location": "Location",
|
||||
"media": "Media",
|
||||
|
Loading…
x
Reference in New Issue
Block a user