Hi,
I’m using the pubsub integration and would like to know if there’s a way to delay its start, after a hass (on docker, in my case) restart. This is because when hass starts, all the states are published to the event bus, and this generates duplicated information on my pubsub queue.
Is there any way to make it wait, let’s say, 10 seconds, and then start the integration, to skip the initial state_changed events?
Thanks!