Dear all,
I’m trying to set the speed of the effect in several ways but I can’t. I’m currently trying to call the defined preset, but it’s not working either.
alias: testeCorrente0
description: ""
triggers:
- device_id: 561129d055a3b65d10f6674c876643c2
domain: sensor
entity_id: sensor.hulkbuster_potencia
type: value
below: 1
trigger: device
conditions: []
actions:
- target:
entity_id: light.wled_2
data:
preset: 2
action: light.turn_on
mode: single
I was trying like this before, also without success:
alias: testeCorrente0
description: ""
triggers:
- device_id: 561129d055a3b65d10f6674c876643c2
domain: sensor
entity_id: sensor.hulkbuster_potencia
type: value
trigger: device
below: 1
conditions: []
actions:
- service: light.turn_on
target:
entity_id: light.wled_2
data:
effect: Fade
rgb_color:
- 177
- 210
- 86
speed: 200 # Valores entre 0 (rápido) e 255 (lento)
mode: single