forked from tchiavegatti/HomeAssistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zones.yaml
29 lines (23 loc) · 916 Bytes
/
zones.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#https://home-assistant.io/components/zone/
####################################################
# #
# ZONES #
# #
####################################################
- name: Adam Work
latitude: !secret adam_work_latitude
longitude: !secret adam_work_longitude
radius: 350
- name: Amy Work
latitude: !secret amy_work_latitude
longitude: !secret amy_work_longitude
radius: 350
- name: Home
latitude: !secret latitude
longitude: !secret longitude
radius: 750
####################################################
# #
# END OF CONFIGURATION FILE #
# #
####################################################