mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Use built-in language selector in yaml
This commit is contained in:
@@ -21,9 +21,8 @@ count_omer:
|
|||||||
default: "he"
|
default: "he"
|
||||||
example: "he"
|
example: "he"
|
||||||
selector:
|
selector:
|
||||||
select:
|
language:
|
||||||
translation_key: "language"
|
languages:
|
||||||
options:
|
|
||||||
- "en"
|
- "en"
|
||||||
- "he"
|
- "he"
|
||||||
- "fr"
|
- "fr"
|
||||||
|
@@ -54,13 +54,6 @@
|
|||||||
"adot_mizrah": "Adot Mizrah",
|
"adot_mizrah": "Adot Mizrah",
|
||||||
"italian": "Italian"
|
"italian": "Italian"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"language": {
|
|
||||||
"options": {
|
|
||||||
"he": "Hebrew",
|
|
||||||
"en": "English",
|
|
||||||
"fr": "French"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
|
Reference in New Issue
Block a user