mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Flux: Specify default values for start_time and stop_time (#34235)
This commit is contained in:
parent
e946104e47
commit
09f668c0ec
@ -52,10 +52,12 @@ name:
|
|||||||
start_time:
|
start_time:
|
||||||
description: The start time.
|
description: The start time.
|
||||||
required: false
|
required: false
|
||||||
|
default: sunrise
|
||||||
type: time
|
type: time
|
||||||
stop_time:
|
stop_time:
|
||||||
description: The stop time.
|
description: The stop time.
|
||||||
required: false
|
required: false
|
||||||
|
default: dusk
|
||||||
type: time
|
type: time
|
||||||
start_colortemp:
|
start_colortemp:
|
||||||
description: The color temperature at the start.
|
description: The color temperature at the start.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user