mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
default 0
This commit is contained in:
parent
fcb5865468
commit
427c5db7f4
@ -33,7 +33,7 @@ export class Gauge extends LitElement {
|
|||||||
|
|
||||||
@property({ type: Number }) public max = 100;
|
@property({ type: Number }) public max = 100;
|
||||||
|
|
||||||
@property({ type: Number }) public value = 45;
|
@property({ type: Number }) public value = 0;
|
||||||
|
|
||||||
@property() public label = "";
|
@property() public label = "";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user