From e73d2c65cd1efce633067a8372a610603c08ed90 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Tue, 17 Nov 2020 11:44:06 +0100 Subject: [PATCH] Add progress translation key to hassfest (#43311) --- script/hassfest/translations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/hassfest/translations.py b/script/hassfest/translations.py index 17da80c3e8a..75886eedc6f 100644 --- a/script/hassfest/translations.py +++ b/script/hassfest/translations.py @@ -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: