Re-remove time picker for Energy (#23891)

* Re-remove time picker for Energy

* flip polarity
This commit is contained in:
karwosts
2025-01-27 06:11:08 -08:00
committed by GitHub
parent b3391b34e4
commit d1be441455
4 changed files with 3 additions and 2 deletions

View File

@@ -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;