How can I better understand HA’s real-time and delay operations. I’m just playing with Alarmo and would like to toggle leds on and off in 1 seconds delay. What I’m observing is that led toggling is far from 1Hz, it is actually sometimes very fast and then few seconds nothing. This would make sense due to Linux not really being real-time + python on top.
I’m controlling Hue lamps via Hue integration and Hue Bridge.
Is there a better way to achieve nice 1 second fade in and fade out operations instead? Should I use external hue apps to achieve that and then somewhat try to trigger this mode with HA? If yes, how?
Edit: I am running HA Green if that matters.
Thanks