forked from geekofweek/homeassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcover_group.yaml
executable file
·45 lines (37 loc) · 1.4 KB
/
cover_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
#################################################################
## Cover Group
#################################################################
##########################################################
## USER1's Office
##########################################################
- platform: group
name: USER1's Office Blinds
entities:
- cover.USER1s_office_blinds_right
- cover.USER1s_office_blinds_left
- cover.USER1s_office_blinds_center
##########################################################
## USER2's Office
##########################################################
- platform: group
name: USER2's Office Blinds
entities:
- cover.USER2s_office_blinds_left
- cover.USER2s_office_blinds_right
##########################################################
## Bedroom
##########################################################
- platform: group
name: Bedroom Closet Blinds
entities:
- cover.bedroom_closet_blinds_center
- cover.bedroom_closet_blinds_left
- cover.bedroom_closet_blinds_right
##########################################################
## Stairs
##########################################################
- platform: group
name: Stairs Blinds
entities:
- cover.stairs_blinds_left
- cover.stairs_blinds_right