mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Remove min/max >=1 requirement from gauge-card-editor (#14682)
fixes undefined
This commit is contained in:
parent
1bce5efc9e
commit
363092ff03
@ -78,8 +78,8 @@ export class HuiGaugeCardEditor
|
|||||||
name: "",
|
name: "",
|
||||||
type: "grid",
|
type: "grid",
|
||||||
schema: [
|
schema: [
|
||||||
{ name: "min", selector: { number: { min: 1, mode: "box" } } },
|
{ name: "min", selector: { number: { mode: "box" } } },
|
||||||
{ name: "max", selector: { number: { min: 1, mode: "box" } } },
|
{ name: "max", selector: { number: { mode: "box" } } },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user