From 07d7fa26feb4b376db962ad674478eb7b2ebb862 Mon Sep 17 00:00:00 2001 From: Michelle Fuchs <50397440+MichelleFuchs@users.noreply.github.com> Date: Wed, 28 Jul 2021 00:13:38 +0200 Subject: [PATCH] Show value of 'Before'-time in automation editor #9142 (#9598) --- .../automation/condition/types/ha-automation-condition-time.ts | 1 + 1 file changed, 1 insertion(+) 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 5b0e56b350..e606e31eac 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 @@ -132,6 +132,7 @@ export class HaTimeCondition extends LitElement implements ConditionElement { .value=${before?.startsWith("input_datetime.") ? before : ""} @value-changed=${this._valueChanged} .hass=${this.hass} + allow-custom-entity >` : html`