Show abort reason when no translation (#20664)

This commit is contained in:
Bram Kragten
2024-04-29 17:35:30 +02:00
committed by GitHub
parent 1df92fa863
commit 2b27a4da2b
4 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ export interface FlowConfig {
renderAbortDescription(
hass: HomeAssistant,
step: DataEntryFlowStepAbort
): TemplateResult | "";
): TemplateResult | string;
renderShowFormStepHeader(
hass: HomeAssistant,