mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fixed typo and clarified details for Lifx effects (#7226)
* Fixed typo * Update services.yaml * Clarified service details for Lifx effects
This commit is contained in:
parent
1836c7a358
commit
d229787fa6
@ -71,19 +71,19 @@ lifx_effect_colorloop:
|
|||||||
example: 'light.disco1, light.disco2, light.disco3'
|
example: 'light.disco1, light.disco2, light.disco3'
|
||||||
|
|
||||||
brightness:
|
brightness:
|
||||||
description: Number between 0..255 indicating brightness of the effect. Leave this out to maintain the current brightness of each participating light
|
description: Number between 0 and 255 indicating brightness of the effect. Leave this out to maintain the current brightness of each participating light
|
||||||
example: 120
|
example: 120
|
||||||
|
|
||||||
period:
|
period:
|
||||||
description: Duration between color changes (deafult 60)
|
description: Duration (in seconds) between color changes (default 60)
|
||||||
example: 180
|
example: 180
|
||||||
|
|
||||||
change:
|
change:
|
||||||
description: Hue movement per period, in degrees on a color wheel (default 20)
|
description: Hue movement per period, in degrees on a color wheel (ranges from 0 to 360, default 20)
|
||||||
example: 45
|
example: 45
|
||||||
|
|
||||||
spread:
|
spread:
|
||||||
description: Maximum hue difference between participating lights, in degrees on a color wheel (default 30)
|
description: Maximum hue difference between participating lights, in degrees on a color wheel (ranges from 0 to 360, default 30)
|
||||||
example: 0
|
example: 0
|
||||||
|
|
||||||
power_on:
|
power_on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user