-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscenes.yaml
More file actions
81 lines (72 loc) · 1.49 KB
/
scenes.yaml
File metadata and controls
81 lines (72 loc) · 1.49 KB
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
- name: covers_day
entities:
cover.erkely_ajto:
state: open
current_position: 80
cover.nappali_ablak:
state: open
current_position: 10
cover.konyha:
state: open
current_position: 70
cover.kisszoba:
state: open
current_position: 80
- name: covers_night
entities:
cover.erkely_ajto:
state: open
current_position: 2
cover.nappali_ablak:
state: open
current_position: 3
cover.konyha:
state: open
current_position: 3
cover.kisszoba:
state: open
current_position: 3
- name: covers_open
entities:
cover.allshutter:
state: open
- name: covers_close
entities:
cover.allshutter:
state: close
- name: covers_livingroom_night
entities:
cover.erkely_ajto:
state: open
current_position: 2
cover.nappali_ablak:
state: open
current_position: 3
- name: covers_livingroom_day
entities:
cover.erkely_ajto:
state: open
current_position: 80
cover.nappali_ablak:
state: open
current_position: 10
- name: covers_bedroom_night
entities:
cover.kisszoba:
state: open
current_position: 3
- name: covers_bedroom_day
entities:
cover.kisszoba:
state: open
current_position: 80
- name: covers_kitchen_night
entities:
cover.konyha:
state: open
current_position: 3
- name: covers_kitchen_day
entities:
cover.konyha:
state: open
current_position: 70