mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Add progress translation key to hassfest (#43311)
This commit is contained in:
parent
aa6376a691
commit
e73d2c65cd
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user