Hi all, I am writing a light integration that controls dozens of entities - Adding etc etc to HA is the easy part, but I cant seem to tell HA to update when a light level changes. I have the update() method inside the light.py which is called regularly.. but if the light changes - HA only reflects that after the next poll. Is there a way to tell HA that an entity has changed and to process ?