1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Allow translation for data entry submit button (#88499)

This commit is contained in:
Bram Kragten
2023-02-20 19:52:39 +01:00
committed by GitHub
parent ecf87ae979
commit bee79e351e
2 changed files with 3 additions and 1 deletions

View File

@@ -135,6 +135,7 @@ def gen_data_entry_schema(
vol.Optional("data"): {str: cv.string_with_no_html},
vol.Optional("data_description"): {str: cv.string_with_no_html},
vol.Optional("menu_options"): {str: cv.string_with_no_html},
vol.Optional("submit"): cv.string_with_no_html,
}
},
vol.Optional("error"): {str: cv.string_with_no_html},