2019-11-27 10:23:07 +00:00
|
|
|
set_state:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Set State
|
|
|
|
description: Set a color/brightness and possibly turn the light on/off.
|
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: lifx
|
|
|
|
domain: light
|
2019-11-27 10:23:07 +00:00
|
|
|
fields:
|
|
|
|
infrared:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: infrared
|
|
|
|
description: Automatic infrared level when light brightness is low.
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 255
|
2019-11-27 10:23:07 +00:00
|
|
|
zones:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Zones
|
2019-11-27 10:23:07 +00:00
|
|
|
description: List of zone numbers to affect (8 per LIFX Z, starts at 0).
|
|
|
|
example: "[0,5]"
|
2021-05-15 09:06:34 +00:00
|
|
|
selector:
|
|
|
|
object:
|
2019-11-27 10:23:07 +00:00
|
|
|
transition:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Transition
|
|
|
|
description: Duration it takes to get to the final state.
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 3600
|
|
|
|
unit_of_measurement: seconds
|
2019-11-27 10:23:07 +00:00
|
|
|
power:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Power
|
|
|
|
description: Turn the light on or off. Leave out to keep the power as it is.
|
|
|
|
selector:
|
|
|
|
boolean:
|
2019-11-27 10:23:07 +00:00
|
|
|
|
|
|
|
effect_pulse:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Pulse effect
|
2019-11-27 10:23:07 +00:00
|
|
|
description: Run a flash effect by changing to a color and back.
|
2021-05-15 09:06:34 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: lifx
|
|
|
|
domain: light
|
2019-11-27 10:23:07 +00:00
|
|
|
fields:
|
|
|
|
mode:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Mode
|
|
|
|
description: "Decides how colors are changed."
|
|
|
|
selector:
|
|
|
|
select:
|
|
|
|
options:
|
|
|
|
- 'blink'
|
|
|
|
- 'breathe'
|
|
|
|
- 'ping'
|
|
|
|
- 'strobe'
|
|
|
|
- 'solid'
|
2019-11-27 10:23:07 +00:00
|
|
|
brightness:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Brightness
|
|
|
|
description: Number indicating brightness of the temporary color.
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 255
|
2019-11-27 10:23:07 +00:00
|
|
|
color_name:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Color name
|
2019-11-27 10:23:07 +00:00
|
|
|
description: A human readable color name.
|
|
|
|
example: "red"
|
2021-05-15 09:06:34 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2019-11-27 10:23:07 +00:00
|
|
|
rgb_color:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: RGB color
|
2019-11-27 10:23:07 +00:00
|
|
|
description: The temporary color in RGB-format.
|
|
|
|
example: "[255, 100, 100]"
|
2021-05-15 09:06:34 +00:00
|
|
|
selector:
|
|
|
|
object:
|
2019-11-27 10:23:07 +00:00
|
|
|
period:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Period
|
|
|
|
description: Duration of the effect.
|
|
|
|
default: 1.0
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0.05
|
|
|
|
max: 60.00
|
|
|
|
step: 0.05
|
|
|
|
unit_of_measurement: seconds
|
2019-11-27 10:23:07 +00:00
|
|
|
cycles:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Cycles
|
|
|
|
description: Number of times the effect should run.
|
|
|
|
default: 1
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 1
|
|
|
|
max: 10000
|
2019-11-27 10:23:07 +00:00
|
|
|
power_on:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Power on
|
|
|
|
description: Powered off lights are temporarily turned on during the effect.
|
|
|
|
default: true
|
|
|
|
selector:
|
|
|
|
boolean:
|
2019-11-27 10:23:07 +00:00
|
|
|
|
|
|
|
effect_colorloop:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Color loop effect
|
2019-11-27 10:23:07 +00:00
|
|
|
description: Run an effect with looping colors.
|
2021-05-15 09:06:34 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: lifx
|
|
|
|
domain: light
|
2019-11-27 10:23:07 +00:00
|
|
|
fields:
|
|
|
|
brightness:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Brightness
|
|
|
|
description: Number indicating brightness of the effect. Leave this out to maintain the current brightness of each participating light.
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 255
|
2019-11-27 10:23:07 +00:00
|
|
|
period:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Period
|
|
|
|
description: Duration between color changes.
|
|
|
|
default: 60
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0.05
|
|
|
|
max: 3600.00
|
|
|
|
step: 0.05
|
|
|
|
unit_of_measurement: seconds
|
2019-11-27 10:23:07 +00:00
|
|
|
change:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Change
|
|
|
|
description: Hue movement per period, in degrees on a color wheel.
|
|
|
|
default: 20
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 360
|
|
|
|
unit_of_measurement: '°'
|
2019-11-27 10:23:07 +00:00
|
|
|
spread:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Spread
|
|
|
|
description: Maximum hue difference between participating lights, in degrees on a color wheel.
|
|
|
|
default: 30
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 360
|
|
|
|
unit_of_measurement: '°'
|
2019-11-27 10:23:07 +00:00
|
|
|
power_on:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Power on
|
|
|
|
description: Powered off lights are temporarily turned on during the effect.
|
|
|
|
default: true
|
|
|
|
selector:
|
|
|
|
boolean:
|
2019-11-27 10:23:07 +00:00
|
|
|
|
|
|
|
effect_stop:
|
2021-05-15 09:06:34 +00:00
|
|
|
name: Stop effect
|
2019-11-27 10:23:07 +00:00
|
|
|
description: Stop a running effect.
|
2021-05-15 09:06:34 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: lifx
|
|
|
|
domain: light
|