{% if prerelease %}
- Re-add fallback to using 'arp' {% endif %}
{% if installed %}
{% if version_installed.replace("v", "").replace(".","") | int < 130 %}
- Support for using 'arp' removed, back soon {% endif %}
{% if version_installed.replace("v", "").replace(".","") | int < 140 %}
- Re-add fallback to using 'arp' {% endif %} {% if version_installed.replace("v", "").replace(".","") | int < 130 %}
- Ping all devices, then scan once per intervall {% endif %}
{% if version_installed.replace("v", "").replace(".","") | int < 140 %}
- Add ip attribute
- GitHub Action add version to manifest.json {% endif %}
{% endif %}
Tracks iPhones connected to local wifi, even when they are in deep sleep.
You have to assign static IP address(es) to your iPhone(s), probably in your router.
Add to configuration.yaml
device_tracker:
- platform: iphonedetect
consider_home: 60
new_device_defaults:
track_new_devices: true
hosts:
hostname1: 192.168.0.17
hostname2: 192.168.0.24