forked from tchiavegatti/HomeAssistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zones.yaml
41 lines (33 loc) · 1.41 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
#https://home-assistant.io/components/zone/
####################################################
# #
# HOME #
# #
####################################################
- name: Home
latitude: !secret latitude
longitude: !secret longitude
radius: 750
####################################################
# #
# ADAM WORK #
# #
####################################################
- name: Adam Work
latitude: !secret adam_work_latitude
longitude: !secret adam_work_longitude
radius: 350
####################################################
# #
# AMY WORK #
# #
####################################################
- name: Amy Work
latitude: !secret amy_work_latitude
longitude: !secret amy_work_longitude
radius: 350
####################################################
# #
# END OF CONFIGURATION FILE #
# #
####################################################