2024年11月10日星期日 下午1:39:06

Zone config

2 年 前
#15419 引用
1
0
2 年 前
#15420 引用
run an app on your phone to provide detailed location information to your Home Assistant instance. For iOS and Android, we suggest using the Home Assistant Companion app.

During the setup of Home Assistant Companion on your mobile device, the app will ask for permission to allow the device’s location to be provided to Home Assistant. Allowing this will create a device_tracker entity for that device which can be used in automations and conditions.
0
2 年 前
#15421 引用
Step 1:Create  Zone on map

https://www.home-assistant.io/integrations/zone/



# Example configuration.yaml entry
zone:
  - name: School
    latitude: 32.8773367
    longitude: -117.2494053
    radius: 250
    icon: mdi:school

  - name: Work
    latitude: 32.8753367
    longitude: -117.2474053

  # This will override the default home zone
  - name: Home
    latitude: 32.8793367
    longitude: -117.2474053
    radius: 100
    icon: mdi:account-multiple
0
2 年 前
#16414 引用
Zone

https://www.home-assistant.io/getting-started/presence-detection/






0
1 年 前
#18983 引用
0
1 年 前
#18984 引用
http://192.168.2.50:38123/map


see postion
0