mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Re-remove time picker for Energy (#23891)
* Re-remove time picker for Energy * flip polarity
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user