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

Add progress translation key to hassfest (#43311)

This commit is contained in:
Martin Hjelmare
2020-11-17 11:44:06 +01:00
committed by GitHub
parent aa6376a691
commit e73d2c65cd

View File

@@ -98,6 +98,7 @@ def gen_data_entry_schema(
},
vol.Optional("error"): {str: cv.string_with_no_html},
vol.Optional("abort"): {str: cv.string_with_no_html},
vol.Optional("progress"): {str: cv.string_with_no_html},
vol.Optional("create_entry"): {str: cv.string_with_no_html},
}
if flow_title == REQUIRED: