@jms3000 wrote:
I want a zigbee light to make a short flash pulse. flash:short does not work. So I do it that way:
- alias: l1 id: 'l1' trigger: platform: time_pattern seconds: "/8" action: - service: light.turn_on data: entity_id: light.lightify_indoor_flex_rgbw - service: light.turn_off data: entity_id: light.lightify_indoor_flex_rgbw
But the pulse is not very short. Also, if I use “brightness” and “kelvin”, the flash is much longer. Any idea how to make it faster?
Posts: 1
Participants: 1