diff --git a/atom.xml b/atom.xml index c52eef302e..c58e2ca1a2 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
At launch, Home Assistant for iOS sets up geofences for all zones in your Home Assistant configuration. Enter and exit notifications are sent to Home Assistant.
Add track_ios: true
to your zone configurations to enable it for tracking in all connected iOS apps.
As of 1.0.3 the app has basic support for using iBeacons to trigger enter/exit updates. To configure them, add your iBeacon details to your zone like this:
+zone.home:
+ beacon:
+ uuid: B9407F30-F5F8-466E-AFF9-25556B57FE6D
+ major: 60042
+ minor: 43814
+
+Restart Home Assistant and then the iOS app. It will begin then begin using iBeacons instead of your location for enter and exit triggers around your zones. To add an iBeacon to zone.home
add the above under your customize
.