Allow for custom submit button text in data flows (#15383)

This commit is contained in:
Bram Kragten
2023-02-20 19:56:06 +01:00
committed by GitHub
parent 658ce80801
commit 48dcd98634
5 changed files with 49 additions and 4 deletions

View File

@@ -67,6 +67,11 @@ export interface FlowConfig {
key: string
): string;
renderShowFormStepSubmitButton(
hass: HomeAssistant,
step: DataEntryFlowStepForm
): string;
renderExternalStepHeader(
hass: HomeAssistant,
step: DataEntryFlowStepExternal