mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
Move data entry section translations (#124648)
This commit is contained in:
@@ -51,7 +51,7 @@ DATA_ENTRY_ICONS_SCHEMA = vol.Schema(
|
||||
{
|
||||
"step": {
|
||||
str: {
|
||||
"section": {
|
||||
"sections": {
|
||||
str: icon_value_validator,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -167,7 +167,7 @@ def gen_data_entry_schema(
|
||||
vol.Optional("data_description"): {str: translation_value_validator},
|
||||
vol.Optional("menu_options"): {str: translation_value_validator},
|
||||
vol.Optional("submit"): translation_value_validator,
|
||||
vol.Optional("section"): {
|
||||
vol.Optional("sections"): {
|
||||
str: {
|
||||
vol.Optional("data"): {str: translation_value_validator},
|
||||
vol.Optional("description"): translation_value_validator,
|
||||
|
||||
Reference in New Issue
Block a user