mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-18 08:06:52 +00:00
Adding time interval (#7173)
Somewhere it got lost that the frequency and interval are seconds ;)
This commit is contained in:
parent
dc59c1364c
commit
2a83a2dfcf
@ -81,12 +81,12 @@ mode:
|
|||||||
default: xy
|
default: xy
|
||||||
type: string
|
type: string
|
||||||
transition:
|
transition:
|
||||||
description: Transition time for the light changes (high values may not be supported by all light models).
|
description: Transition time in seconds for the light changes (high values may not be supported by all light models).
|
||||||
required: false
|
required: false
|
||||||
default: 30
|
default: 30
|
||||||
type: integer
|
type: integer
|
||||||
interval:
|
interval:
|
||||||
description: Frequency at which the lights should be updated.
|
description: Frequency in seconds at which the lights should be updated.
|
||||||
required: false
|
required: false
|
||||||
default: 30
|
default: 30
|
||||||
type: integer
|
type: integer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user