mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Update Gauge to make needle required true when using segments (#23306)
This commit is contained in:
parent
39d5704d9b
commit
4187d3496d
@ -61,7 +61,7 @@ max:
|
||||
default: 100
|
||||
needle:
|
||||
required: false
|
||||
description: Show the gauge as a needle gauge.
|
||||
description: Show the gauge as a needle gauge. Required to be set to true, if using segments.
|
||||
type: boolean
|
||||
default: false
|
||||
severity:
|
||||
@ -83,7 +83,7 @@ severity:
|
||||
type: integer
|
||||
segments:
|
||||
required: false
|
||||
description: List of colors and their corresponding start values. Segments will override the severity settings.
|
||||
description: List of colors and their corresponding start values. Segments will override the severity settings. Needle required to be true.
|
||||
type: list
|
||||
keys:
|
||||
from:
|
||||
|
Loading…
x
Reference in New Issue
Block a user