diff --git a/src/components/ha-date-range-picker.ts b/src/components/ha-date-range-picker.ts index f207defb63..71273a66ef 100644 --- a/src/components/ha-date-range-picker.ts +++ b/src/components/ha-date-range-picker.ts @@ -51,7 +51,7 @@ export class HaDateRangePicker extends LitElement { public autoApply = false; @property({ attribute: "time-picker", type: Boolean }) - public timePicker = true; + public timePicker = false; @property({ type: Boolean }) public disabled = false; diff --git a/src/panels/history/ha-panel-history.ts b/src/panels/history/ha-panel-history.ts index 3f7dd86d7a..977134745d 100644 --- a/src/panels/history/ha-panel-history.ts +++ b/src/panels/history/ha-panel-history.ts @@ -172,6 +172,7 @@ class HaPanelHistory extends LitElement { .startDate=${this._startDate} .endDate=${this._endDate} extended-presets + time-picker @change=${this._dateRangeChanged} >