Allow Markdown and description placeholder usage in data field descriptions (#13377)

Co-authored-by: Zack Barett <zackbarett@hey.com>
This commit is contained in:
Franck Nijhof
2022-08-13 20:57:28 +02:00
committed by GitHub
parent 38607a6410
commit 651cafc464
5 changed files with 22 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ export interface FlowConfig {
hass: HomeAssistant,
step: DataEntryFlowStepForm,
field: HaFormSchema
): string;
): TemplateResult | string;
renderShowFormStepFieldError(
hass: HomeAssistant,