2022-09-05 00:04:36 +00:00
set_hev_cycle_state :
name : Set HEV cycle state
description : Control the HEV LEDs on a LIFX Clean bulb.
target :
entity :
integration : lifx
domain : light
fields :
power :
name : enable
description : Start or stop a Clean cycle.
required : true
example : true
selector :
boolean :
duration :
name : Duration
description : How long the HEV LEDs will remain on. Uses the configured default duration if not specified.
required : false
default : 7200
example : 3600
selector :
number :
min : 0
max : 86400
unit_of_measurement : seconds
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 :
2022-03-30 07:48:06 +00:00
- "blink"
- "breathe"
- "ping"
- "strobe"
- "solid"
2019-11-27 10:23:07 +00:00
brightness :
2022-11-13 16:59:47 +00:00
name : Brightness value
description : Number indicating brightness of the temporary color, where 1 is the minimum brightness and 255 is the maximum brightness supported by the light.
2021-05-15 09:06:34 +00:00
selector :
number :
2022-11-13 16:59:47 +00:00
min : 1
2021-05-15 09:06:34 +00:00
max : 255
2022-11-13 16:59:47 +00:00
brightness_pct :
name : Brightness
description : Percentage indicating the brightness of the temporary color, where 1 is the minimum brightness and 100 is the maximum brightness supported by the light.
selector :
number :
min : 1
max : 100
unit_of_measurement : "%"
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 :
2022-11-13 16:59:47 +00:00
name : Brightness value
description : Number indicating brightness of the color loop, where 1 is the minimum brightness and 255 is the maximum brightness supported by the light.
2021-05-15 09:06:34 +00:00
selector :
number :
min : 0
max : 255
2022-11-13 16:59:47 +00:00
brightness_pct :
name : Brightness
description : Percentage indicating the brightness of the color loop, where 1 is the minimum brightness and 100 is the maximum brightness supported by the light.
selector :
number :
min : 0
max : 100
unit_of_measurement : "%"
saturation_min :
name : Minimum saturation
description : Percentage indicating the minimum saturation of the colors in the loop.
default : 80
selector :
number :
min : 1
max : 100
unit_of_measurement : "%"
saturation_max :
name : Maximum saturation
description : Percentage indicating the maximum saturation of the colors in the loop.
default : 100
selector :
number :
min : 1
max : 100
unit_of_measurement : "%"
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
2022-03-30 07:48:06 +00:00
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
2022-03-30 07:48:06 +00:00
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 :
2022-09-26 07:08:36 +00:00
effect_move :
name : Move effect
description : Start the firmware-based Move effect on a LIFX Z, Lightstrip or Beam.
target :
entity :
integration : lifx
domain : light
fields :
speed :
name : Speed
description : How long in seconds for the effect to move across the length of the light.
default : 3.0
2022-10-23 16:28:17 +00:00
example : 3.0
2022-09-26 07:08:36 +00:00
selector :
number :
min : 0.1
max : 60
step : 0.1
unit_of_measurement : seconds
direction :
name : Direction
description : Direction the effect will move across the device.
default : right
2022-10-23 16:28:17 +00:00
example : right
2022-09-26 07:08:36 +00:00
selector :
select :
mode : dropdown
options :
- right
- left
2022-10-23 16:28:17 +00:00
theme :
name : Theme
description : (Optional) set one of the predefined themes onto the device before starting the effect.
example : exciting
default : exciting
selector :
select :
mode : dropdown
options :
- "autumn"
- "blissful"
- "cheerful"
- "dream"
- "energizing"
- "epic"
- "exciting"
- "focusing"
- "halloween"
- "hanukkah"
- "holly"
- "independence_day"
- "intense"
- "mellow"
- "peaceful"
- "powerful"
- "relaxing"
- "santa"
- "serene"
- "soothing"
- "sports"
- "spring"
- "tranquil"
- "warming"
2022-09-26 07:08:36 +00:00
power_on :
name : Power on
description : Powered off lights will be turned on before starting the effect.
default : true
selector :
boolean :
2022-10-10 19:01:31 +00:00
effect_flame :
name : Flame effect
description : Start the firmware-based Flame effect on LIFX Tiles or Candle.
target :
entity :
integration : lifx
domain : light
fields :
speed :
name : Speed
description : How fast the flames will move.
default : 3
selector :
number :
min : 1
max : 25
step : 1
unit_of_measurement : seconds
power_on :
name : Power on
description : Powered off lights will be turned on before starting the effect.
default : true
selector :
boolean :
effect_morph :
name : Morph effect
description : Start the firmware-based Morph effect on LIFX Tiles on Candle.
target :
entity :
integration : lifx
domain : light
fields :
speed :
name : Speed
description : How fast the colors will move.
default : 3
selector :
number :
min : 1
max : 25
step : 1
unit_of_measurement : seconds
palette :
name : Palette
description : List of at least 2 and at most 16 colors as hue (0-360), saturation (0-100), brightness (0-100) and kelvin (1500-900) values to use for this effect. Overrides the theme attribute.
example :
- "[[0, 100, 100, 3500], [60, 100, 100, 3500]]"
selector :
object :
theme :
name : Theme
description : Predefined color theme to use for the effect. Overridden by the palette attribute.
selector :
select :
options :
- "autumn"
- "blissful"
- "cheerful"
- "dream"
- "energizing"
- "epic"
- "exciting"
- "focusing"
- "halloween"
- "hanukkah"
- "holly"
2022-10-23 16:28:17 +00:00
- "independence_day"
2022-10-10 19:01:31 +00:00
- "intense"
- "mellow"
- "peaceful"
- "powerful"
- "relaxing"
- "santa"
- "serene"
- "soothing"
- "sports"
- "spring"
- "tranquil"
- "warming"
power_on :
name : Power on
description : Powered off lights will be turned on before starting 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