Document last step (#8979)

Co-authored-by: Philip Allgaier <mail@spacegaier.de>
This commit is contained in:
Paulus Schoutsen 2021-04-26 03:02:56 -07:00 committed by GitHub
parent 959f7ae046
commit 96d6e337be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ export interface DataEntryFlowStepForm {
data_schema: HaFormSchema[];
errors: Record<string, string>;
description_placeholders: Record<string, string>;
last_step: boolean | null;
}
export interface DataEntryFlowStepExternal {