forked from CM000n/homeassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroup.yaml
52 lines (49 loc) · 1.42 KB
/
group.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
---
# https://www.home-assistant.io/integrations/group/
group:
anwesenheit:
name: "Personen Anwesend"
entities:
- "person.lisa"
- "person.simon"
cellar_appliances:
name: "Keller Geräte"
entities:
- "binary_sensor.waschmaschine"
- "binary_sensor.trockner"
light_group_living_room:
name: "gruppe_wohnzimmer"
entities:
- "light.wohnzimmer_deckenleuchte"
- "light.wohnzimmer_lightstrip"
- "light.wohnzimmer_stehlampe_rechts"
- "light.wohnzimmer_weihnachtsstern"
light_group_kitchen:
name: "gruppe_kuche"
entities:
- "light.kuche_esstischlampe"
- "light.kuche_herdlampe"
light_group_bed_room:
name: "gruppe_schlafzimmer"
entities:
- "light.schlafzimmer_deckenleuchte"
- "light.schlafzimmer_wickeltisch"
light_group_child_room:
name: "gruppe_kinderzimmer"
entities:
- "light.kinderzimmer_deckenleuchte"
- "light.kinderzimmer_nachttisch"
light_group_office:
name: "gruppe_buro"
entities:
- "light.buro_deckenleuchte"
- "light.buro_schreibtisch"
vacuum_rooms:
name: "Vacuum Rooms"
entities:
- "input_boolean.living_room_select_vacuuming"
- "input_boolean.kitchen_select_vacuuming"
- "input_boolean.floor_select_vacuuming"
- "input_boolean.bath_room_select_vacuuming"
- "input_boolean.office_select_vacuuming"
- "input_boolean.stairs_select_vacuuming"