-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroups.yaml
81 lines (69 loc) · 1.88 KB
/
groups.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
################################################################################
## People Groups
################################################################################
all_people:
name: 'Presence'
entities:
- group.curtis
- group.karen
- group.emma
curtis:
name: Curtis
entities:
- sensor.curtis_bayesian
# - device_tracker.curtis_phone_wifi
# - device_tracker.curtis_cw_op3
# - device_tracker.curtis_phone_bt
karen:
name: Karen
entities:
- device_tracker.karen_phone_wifi
emma:
name: Emma
entities:
- device_tracker.emma_phone_wifi
peter:
name: Peter
entities:
- device_tracker.peter_tablet
################################################################################
## Sensor Groups
################################################################################
core_devices:
name: 'Core Device Status'
entities:
- device_tracker.xiaomi_gateway
- device_tracker.front_door_sconce_light
indoor_environment:
name: 'Indoor Enviroment'
entities:
- sensor.illumination_gateway
- sensor.temperature_dining_room
- sensor.humidity_dining_room
- sensor.pressure_dining_room
outdoor_environment:
name: 'Outdoor Enviroment'
entities:
- weather.brisbane_weather
robovac:
name: "Robovac"
control: hidden
entities:
- script.locate_vacuum
- vacuum.xiaomi_vacuum_cleaner
################################################################################
## Room Groups
################################################################################
curtis_room:
name: Curtis' Room
entities:
- light.curtis_bedroom
- binary_sensor.door_curtis_room
- binary_sensor.window_curtis_room
- switch.curtis_heater
curtis_room_weather:
name: Weather in Curtis' Room
entities:
- sensor.temperature_curtis_room
- sensor.humidity_curtis_room
- sensor.pressure_curtis_room