diff --git a/src/panels/config/automation/blueprint-automation-editor.ts b/src/panels/config/automation/blueprint-automation-editor.ts index 3131a44b26..74d3d0586e 100644 --- a/src/panels/config/automation/blueprint-automation-editor.ts +++ b/src/panels/config/automation/blueprint-automation-editor.ts @@ -138,11 +138,12 @@ export class HaBlueprintAutomationEditor extends LitElement { this.config.use_blueprint.input[key]) ?? value?.default} .disabled=${this.disabled} + .required=${value?.default === undefined} @value-changed=${this._inputChanged} >` : html`` : html`