sbabcock23 / hass-tryfi

Home Assistant integration for TryFi Dog Collar GPS monitoring.
https://github.com/sbabcock23/hass-tryfi
Apache License 2.0
51 stars 17 forks source link

Polling time not adjusting #52

Open ichrispod opened 2 years ago

ichrispod commented 2 years ago

Hello - I see my polling is pinging the API's every 10 seconds. I've set it to 120 seconds, reloaded the module and restarted HA and it's still polling at 10 seconds.

sbabcock23 commented 2 years ago

Hi @ichrispod - I can replicate the problem. As a workaround in the mean time you can remove the configuration and re-add it with the timings you prefer.

ichrispod commented 2 years ago

Where in the code do I override?

    self._pollingRate = int(pollingRate) ?
sbabcock23 commented 2 years ago

What I'm referring to is... If you remove the tryfi integration and re-add it, during the initial setup you can set the interval period you would like.