Add language selector (#16242)

This commit is contained in:
Paul Bottein
2023-04-19 21:21:27 +02:00
committed by GitHub
parent 3cb3f8d352
commit d89ac0f30d
8 changed files with 237 additions and 81 deletions

View File

@@ -26,6 +26,7 @@ const LOAD_ELEMENTS = {
entity: () => import("./ha-selector-entity"),
statistic: () => import("./ha-selector-statistic"),
file: () => import("./ha-selector-file"),
language: () => import("./ha-selector-language"),
navigation: () => import("./ha-selector-navigation"),
number: () => import("./ha-selector-number"),
object: () => import("./ha-selector-object"),