forked from journaldethomas/home-assistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroups.yaml
90 lines (78 loc) · 2.37 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
82
83
84
85
86
87
88
89
90
############################################################
## ALL LIGHTS GROUPS ##
############################################################
all_lights_maison:
name: lumieres maison
entities:
- light.salle_a_manger_01
- light.salle_a_manger_02
- light.salle_a_manger_03
- light.salle_a_manger_04
- light.salle_a_manger_05
- light.salle_a_manger_06
- light.hue_ambiance_spot_1
- light.hue_ambiance_spot_1_2
- light.entree
- light.salon
- light.cuisine
- light.lampe_salon
- light.maxence_1
- light.maxence_2
- light.chloe_1
all_lights_sam:
name: Sam
entities:
- light.salle_a_manger_01
- light.salle_a_manger_02
- light.salle_a_manger_03
- light.salle_a_manger_04
- light.salle_a_manger_05
- light.salle_a_manger_06
all_lights_parents:
name: Parents
entities:
- light.hue_ambiance_spot_1
- light.hue_ambiance_spot_1_2
- light.entree
- light.salon
all_lights_cuisine:
name: Cuisine
entities:
- light.cuisine
all_lights_salon:
name: salon
entities:
- light.lampe_salon
all_lights_maxence:
name: Maxence
entities:
- light.maxence_1
- light.maxence_2
all_lights_chloe:
name: Chloe
entities:
- light.chloe_1
############################################################
## SECURITY GROUPS ##
############################################################
all_motion_sensor_entities:
name: All Motion Sensor Entities
entities:
- binary_sensor.presence_30
- binary_sensor.multisensor_6_home_security_motion_detection
- binary_sensor.trisensor_home_security_motion_detection
all_person_entities:
name: All Persons Entities
entities:
- person.thomas
- person.delphine
all_doors_sensor_entities:
name: All Doors Sensor Entities
entities:
- binary_sensor.door_window_sensor_7_access_control_window_door_is_open
- binary_sensor.strips_mazw_access_control_window_door_is_open
- binary_sensor.door_window_sensor_7_access_control_window_door_is_open_2
all_smoke_sensor_entities:
name: All Smoke Sensor Entities
entities:
- binary_sensor.smoke_detector_smoke_alarm_smoke_detected