You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the standard update rate of this intgration is 30 seconds, it's
possible to use homeassistant.update_entity to poll more frequently,
see https://www.home-assistant.io/common-tasks/general/#why-use-an-automation-instead-of-changing-the-integrations-polling-configuration.
But this method is limited by the update coordinator default cooldown,
10 seconds, which is too long to collect rapidly-changing metrics like
temperature.
This change will allow homeassistant.update_entity to update up to
twice per second, which should be fast enough while still providing
some protection against polling the printer too fast.
0 commit comments