Hello,
i have a Light Group like that:
- platform: group
name: applelights
entities:
- light.rechte_lampe
- light.shapes_34c2
- light.tasmota
- light.fenster
- light.kugel
- light.hue_play_1
- light.hue_play_2
- light.pendel_oben
- light.pendel_unten
- light.hue_iris_1
- light.wled
- light.canvas_fa77
- light.wled_4
That works great but when i change the Brightness or Saturation it makes like Ping Pong on my Slider, and i have an Ns Panel that gets stuck when it gets so many input at once, since every Lamp is delayed in sending itz own status + every light got an individual brightness/saturation/color.
Is it Possible to put an delay in that Group that it only sends the status like every 500ms when itz changed instead of instant ? so it would wait 500 ms or even more till it sends the satus again.
Thx in Advance