diff --git a/src/components/ha-selector/ha-selector-selector.ts b/src/components/ha-selector/ha-selector-selector.ts index 7f944d46adbb..831fe05f73c0 100644 --- a/src/components/ha-selector/ha-selector-selector.ts +++ b/src/components/ha-selector/ha-selector-selector.ts @@ -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, diff --git a/src/translations/en.json b/src/translations/en.json index f177a4627799..6147da19d24c 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -401,6 +401,7 @@ "device": "Device", "duration": "Duration", "entity": "Entity", + "floor": "[%key:ui::components::floor-picker::floor%]", "icon": "Icon", "location": "Location", "media": "Media",