mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +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: {} },
|
selector: { boolean: {} },
|
||||||
},
|
},
|
||||||
] as const,
|
] as const,
|
||||||
|
floor: [
|
||||||
|
{
|
||||||
|
name: "multiple",
|
||||||
|
selector: { boolean: {} },
|
||||||
|
},
|
||||||
|
] as const,
|
||||||
icon: [] as const,
|
icon: [] as const,
|
||||||
location: [] as const,
|
location: [] as const,
|
||||||
media: [] as const,
|
media: [] as const,
|
||||||
|
@ -401,6 +401,7 @@
|
|||||||
"device": "Device",
|
"device": "Device",
|
||||||
"duration": "Duration",
|
"duration": "Duration",
|
||||||
"entity": "Entity",
|
"entity": "Entity",
|
||||||
|
"floor": "[%key:ui::components::floor-picker::floor%]",
|
||||||
"icon": "Icon",
|
"icon": "Icon",
|
||||||
"location": "Location",
|
"location": "Location",
|
||||||
"media": "Media",
|
"media": "Media",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user