From 30e50805c26226f2b54417f846b767f9de91a598 Mon Sep 17 00:00:00 2001 From: karwosts Date: Wed, 15 Nov 2023 06:38:58 -0800 Subject: [PATCH] Fix onboarding password form --- src/components/ha-selector/ha-selector-text.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ha-selector/ha-selector-text.ts b/src/components/ha-selector/ha-selector-text.ts index 89f764f626e8..3629ba3e22af 100644 --- a/src/components/ha-selector/ha-selector-text.ts +++ b/src/components/ha-selector/ha-selector-text.ts @@ -10,7 +10,7 @@ import "../ha-textfield"; @customElement("ha-selector-text") export class HaTextSelector extends LitElement { - @property() public hass!: HomeAssistant; + @property() public hass?: HomeAssistant; @property() public value?: any; @@ -76,11 +76,11 @@ export class HaTextSelector extends LitElement { ${this.selector.text?.type === "password" ? html``