Can I somehow trigger an immediate poll in the telldus integration?
Currently I have setup a local integration against a Telldus Znet using the built in integration. However changes using the telldus app (e.g. because of schedules) does not show up in home assistant until the next poll.
I’ve figured out a little trick in which I use the syslog (sus) plugin and a small Lua script on the Znet device to post a message on a udp port of my choice whenever the state of a device changes.
I would like to use this message as a trigger to initiate a poll, thus reducing the update time to a few seconds.