mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Set min value for history graph card rendered hours (#9464)
This commit is contained in:
parent
4260606267
commit
ba0be927ed
@ -79,6 +79,7 @@ export class HuiHistoryGraphCardEditor
|
|||||||
"ui.panel.lovelace.editor.card.config.optional"
|
"ui.panel.lovelace.editor.card.config.optional"
|
||||||
)})"
|
)})"
|
||||||
.value="${this._hours_to_show}"
|
.value="${this._hours_to_show}"
|
||||||
|
min="1"
|
||||||
.configValue=${"hours_to_show"}
|
.configValue=${"hours_to_show"}
|
||||||
@value-changed="${this._valueChanged}"
|
@value-changed="${this._valueChanged}"
|
||||||
></paper-input>
|
></paper-input>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user