I’ve two LIFX bulbs that I’ve successfully integrated into Home Assistant.
I would like to create the same smooth color transition between two colors. Right now, when using the LIFX app on iOS, when changing color, it is done smoothly. When changing the color through HA, it changes right away to the right color without any transition… it find the smooth change much better than the rough one HA is providing me. Any thoughts?
You could create an entity-button card (or use the highly configurable custom:button-card) and have the tap-action as ‘call-service’, putting the service as something like:
Oh! Great idea… will definitely have a look at this solution! Never had to deal with ‘call-service’ before… hopefully everything will be working fine! Thanks for your input!