Hi, I have a problem with modbus.lights integration with too much response. When I use the verify: parameter, the response time is up to a few seconds, when I don’t use verify: and I change the value of the register from another source (for example, a physical button), the state of my light entity remains unchanged, because light does not contain async_update() to load the current state of the entity. Can someone please advise me on a suitable solution? changing the scan_interval did not help me. Thank you