From 341c453657d74aef61e4a44b24d081fab9671d39 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 25 Mar 2025 22:06:00 +0100 Subject: [PATCH] fix(ignore): Fix HA addon onboarding (#26862) --- lib/util/onboarding.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/onboarding.ts b/lib/util/onboarding.ts index 33e977515..495547e7d 100644 --- a/lib/util/onboarding.ts +++ b/lib/util/onboarding.ts @@ -109,7 +109,7 @@ function generateHtmlForm(currentSettings: RecursivePartial, devices:

Optional fields will either be ignored or fallback to defaults if not set (see appropriate documentation page for more details).

If a field is disabled, it means environment variables are being used to override specific values (for example, through the Home Assistant add-on configuration page).


-
+
${devicesSelect}