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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: