You can modify the polling frequency of any integration via the UI. In the integrations configuration settings/optins, turn off polling. Then make an automation that uses homeassistant.update_entity
at whatever interval that you want. This is the intended way to alter polling frequencies.
2 Likes