Formatting is currently done during publish time instead of as the poller and listener add state updates to the publish queue.
As formatting enriches the state update with extended details about the entity, related floors, areas, and device, we should ensure that enrichment occurs as quickly as possible and not 1-10 minutes later.
We should likely move formatting to occur as part of the poller/listener adding an item to the queue so that that enrichment happens immediately instead of during publish time.