iphonedetect icon indicating copy to clipboard operation
iphonedetect copied to clipboard

should I use `interval_seconds ` or `scan_interval `?

Open latel opened this issue 1 year ago • 2 comments

I saw scan_interval in REAME, but only see interval_seconds in homeassistant official document.

latel avatar Sep 27 '24 07:09 latel

According to the HA docs:

Seconds between each scan for new devices. This only applies to local device trackers, not applications that push updates.

My guess would be that this integration pushes updates. So I'd use scan_interval here for the integration config.

Someone please correct me if I'm wrong.

bugs181 avatar Sep 29 '24 02:09 bugs181

Should be scan_interval, the integration uses the constant CONF_SCAN_INTERVAL Things in HA may have changed since I looked at this, please try beta/pre-release if interval not working

mudape avatar Oct 12 '24 13:10 mudape