mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-16 23:26:50 +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
|
||||
type: string
|
||||
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
|
||||
default: 30
|
||||
type: integer
|
||||
interval:
|
||||
description: Frequency at which the lights should be updated.
|
||||
description: Frequency in seconds at which the lights should be updated.
|
||||
required: false
|
||||
default: 30
|
||||
type: integer
|
||||
|
Loading…
x
Reference in New Issue
Block a user