2020-05-08 20:00:47 +00:00
light_fade_start :
2021-05-15 08:49:10 +00:00
name : Start light fade
2020-05-08 20:00:47 +00:00
description : Start fading a light either up or down from current brightness.
2021-05-15 08:49:10 +00:00
target :
entity :
integration : upb
domain : light
2020-05-08 20:00:47 +00:00
fields :
brightness :
2021-05-15 08:49:10 +00:00
name : Brightness
description : Number indicating brightness, where 0 turns the light off, 1 is the minimum brightness and 255 is the maximum brightness.
selector :
number :
min : 0
max : 255
2020-05-08 20:00:47 +00:00
brightness_pct :
2021-05-15 08:49:10 +00:00
name : Brightness percentage
description : Number indicating percentage of full brightness, where 0 turns the light off, 1 is the minimum brightness and 100 is the maximum brightness.
selector :
number :
min : 0
max : 100
unit_of_measurement : '%'
2020-05-08 20:00:47 +00:00
rate :
2021-05-15 08:49:10 +00:00
name : Rate
2020-05-08 20:00:47 +00:00
description : Rate for light to transition to new brightness
2021-05-15 08:49:10 +00:00
default : -1
selector :
number :
min : -1
max : 3600
step : 0.01
unit_of_measurement : seconds
2020-05-08 20:00:47 +00:00
light_fade_stop :
2021-05-15 08:49:10 +00:00
name : Stop light fade
2020-05-08 20:00:47 +00:00
description : Stop a light fade.
2021-05-15 08:49:10 +00:00
target :
entity :
integration : upb
domain : light
2020-05-08 20:00:47 +00:00
light_blink :
2021-05-15 08:49:10 +00:00
name : Blink light
2020-05-08 20:00:47 +00:00
description : Blink a light
2021-05-15 08:49:10 +00:00
target :
entity :
integration : upb
domain : light
2020-05-08 20:00:47 +00:00
fields :
rate :
2021-05-15 08:49:10 +00:00
name : Rate
description : Amount of time that the link flashes on.
default : 0.5
selector :
number :
min : 0
max : 4.25
step : 0.01
unit_of_measurement : seconds
2020-05-09 02:42:23 +00:00
link_deactivate :
2021-05-15 08:49:10 +00:00
name : Deactivate link
2020-05-09 02:42:23 +00:00
description : Deactivate a UPB scene.
2021-05-15 08:49:10 +00:00
target :
entity :
integration : upb
domain : light
2020-05-09 02:42:23 +00:00
link_goto :
2021-05-15 08:49:10 +00:00
name : Go to link
2020-05-09 02:42:23 +00:00
description : Set scene to brightness.
2021-05-15 08:49:10 +00:00
target :
entity :
integration : upb
domain : scene
2020-05-09 02:42:23 +00:00
fields :
brightness :
2021-05-15 08:49:10 +00:00
name : Brightness
description : Number indicating brightness, where 0 turns the scene off, 1 is the minimum brightness and 255 is the maximum brightness.
selector :
number :
min : 0
max : 255
2020-05-09 02:42:23 +00:00
brightness_pct :
2021-05-15 08:49:10 +00:00
name : Brightness percentage
description : Number indicating percentage of full brightness, where 0 turns the scene off, 1 is the minimum brightness and 100 is the maximum brightness.
selector :
number :
min : 0
max : 100
unit_of_measurement : '%'
2020-05-09 02:42:23 +00:00
rate :
2021-05-15 08:49:10 +00:00
name : Rate
description : Amount of time for scene to transition to new brightness
selector :
number :
min : -1
max : 3600
step : 0.01
unit_of_measurement : seconds
2020-05-09 02:42:23 +00:00
link_fade_start :
2021-05-15 08:49:10 +00:00
name : Start link fade
2020-05-09 02:42:23 +00:00
description : Start fading a link either up or down from current brightness.
2021-05-15 08:49:10 +00:00
target :
entity :
integration : upb
domain : scene
2020-05-09 02:42:23 +00:00
fields :
brightness :
2021-05-15 08:49:10 +00:00
name : Brightness
description : Number indicating brightness, where 0 turns the scene off, 1 is the minimum brightness and 255 is the maximum brightness.
selector :
number :
min : 0
max : 255
2020-05-09 02:42:23 +00:00
brightness_pct :
2021-05-15 08:49:10 +00:00
name : Brightness percentage
description : Number indicating percentage of full brightness, where 0 turns the scene off, 1 is the minimum brightness and 100 is the maximum brightness.
selector :
number :
min : 0
max : 100
unit_of_measurement : '%'
2020-05-09 02:42:23 +00:00
rate :
2021-05-15 08:49:10 +00:00
name : Rate
description : Amount of time for scene to transition to new brightness
selector :
number :
min : -1
max : 3600
step : 0.01
unit_of_measurement : seconds
2020-05-09 02:42:23 +00:00
link_fade_stop :
2021-05-15 08:49:10 +00:00
name : Stop link fade
2020-05-09 02:42:23 +00:00
description : Stop a link fade.
2021-05-15 08:49:10 +00:00
target :
entity :
integration : upb
domain : scene
2020-05-09 02:42:23 +00:00
link_blink :
2021-05-15 08:49:10 +00:00
name : Blink link
2020-05-09 02:42:23 +00:00
description : Blink a link.
2021-05-15 08:49:10 +00:00
target :
entity :
integration : upb
domain : scene
2020-05-09 02:42:23 +00:00
fields :
blink_rate :
2021-05-15 08:49:10 +00:00
name : Blink rate
description : Amount of time that the link flashes on.
default : 0.5
selector :
number :
min : 0
max : 4.25
step : 0.01
unit_of_measurement : seconds