From 4c6f9f0dd8772b5be9108bdc38096c79ef1e8044 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Tue, 17 Nov 2020 15:51:18 +0100 Subject: [PATCH] Fix empty entity pickers for "Time" trigger and condition (#7689) --- .../automation/condition/types/ha-automation-condition-time.ts | 1 + .../automation/trigger/types/ha-automation-trigger-time.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/panels/config/automation/condition/types/ha-automation-condition-time.ts b/src/panels/config/automation/condition/types/ha-automation-condition-time.ts index f9398b197d..0180a7494f 100644 --- a/src/panels/config/automation/condition/types/ha-automation-condition-time.ts +++ b/src/panels/config/automation/condition/types/ha-automation-condition-time.ts @@ -94,6 +94,7 @@ export class HaTimeCondition extends LitElement implements ConditionElement { .value=${after?.startsWith("input_datetime.") ? after : ""} @value-changed=${this._valueChanged} .hass=${this.hass} + allow-custom-entity >` : html`` : html`