Add progress key to available translation keys (#726)

This commit is contained in:
Martin Hjelmare 2020-11-17 20:10:49 +01:00 committed by GitHub
parent 0e2ebe957e
commit 1650cd240e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,9 @@ The translation strings for the configuration flow handler are defined under the
},
"abort": {
"stale_api_key": "This message will be displayed if `stale_api_key` is returned as the abort reason."
},
"progress": {
"slow_task": "This message will be displayed if `slow_task` is returned as `progress_action` for `async_show_progress`."
}
}
}