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
+1
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: