-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscripts.yaml
82 lines (69 loc) · 1.54 KB
/
scripts.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
clean_kitchen:
alias: Clean Kitchen
sequence:
- service: dreame_vacuum.vacuum_clean_segment
data:
entity_id: vacuum.dreambot
segments:
- 1
mode: single
clean_dining_room:
alias: Clean Dining Room
sequence:
- service: dreame_vacuum.vacuum_clean_segment
data:
entity_id: vacuum.dreambot
segments:
- 2
mode: single
clean_living_room:
alias: Clean Living Room
sequence:
- service: dreame_vacuum.vacuum_clean_segment
data:
entity_id: vacuum.dreambot
segments:
- 3
mode: single
clean_corridor:
alias: Clean Corridor
sequence:
- service: dreame_vacuum.vacuum_clean_segment
data:
entity_id: vacuum.dreambot
segments:
- 4
mode: single
clean_hallway:
alias: Clean Hallway
sequence:
- service: dreame_vacuum.vacuum_clean_segment
data:
entity_id: vacuum.dreambot
segments:
- 5
mode: single
switch_to_first_floor:
alias: Switch to First Floor Map
sequence:
- service: dreame_vacuum.vacuum_select_map
data:
entity_id: vacuum.dreambot
map_id: 16
mode: single
switch_to_bedroom:
alias: Switch to Bedroom Map
sequence:
- service: dreame_vacuum.vacuum_select_map
data:
entity_id: vacuum.dreambot
map_id: 32
mode: single
switch_to_hall:
alias: Switch to Hall Map
sequence:
- service: dreame_vacuum.vacuum_select_map
data:
entity_id: vacuum.dreambot
map_id: 44
mode: single