The original componet has only 2 effects (colorloop and random), is there any easy way to add more ?
They are all that are available in the API
(https://developers.meethue.com/documentation/core-concepts)
I see, but there are various android app that do it, so I guess is not that difficult (not from me since I can’t code) do also in HASS
I think the android apps are actually just executing a script. you could write one yourself in hass that calls the light.turn_on
service repeatedly with different parameters.