Skip to content

Commit 29142bb

Browse files
authored
Update README.md (#95)
There seems to have been a change in latest yaml files which had service renamed to action
1 parent f397319 commit 29142bb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Add the below text to your scripts.yaml file for a xxC RoboVAC. It should be in
4646
15c_smallroomclean:
4747
alias: 15C_smallRoomClean
4848
sequence:
49-
- service: vacuum.send_command
49+
- action: vacuum.send_command
5050
data:
5151
command: smallRoomClean
5252
target:
@@ -55,7 +55,7 @@ Add the below text to your scripts.yaml file for a xxC RoboVAC. It should be in
5555
15c_edgeclean:
5656
alias: 15C_edgeClean
5757
sequence:
58-
- service: vacuum.send_command
58+
- action: vacuum.send_command
5959
data:
6060
command: edgeClean
6161
target:
@@ -64,7 +64,7 @@ Add the below text to your scripts.yaml file for a xxC RoboVAC. It should be in
6464
15c_dock:
6565
alias: 15C_dock
6666
sequence:
67-
- service: vacuum.return_to_base
67+
- action: vacuum.return_to_base
6868
target:
6969
entity_id: vacuum.15c
7070
mode: single
@@ -74,7 +74,7 @@ If you have a Gxx add this to your scripts.yaml
7474
g30_autoclean:
7575
alias: G30_autoClean
7676
sequence:
77-
- service: vacuum.send_command
77+
- action: vacuum.send_command
7878
data:
7979
command: autoClean
8080
target:
@@ -83,7 +83,7 @@ g30_autoclean:
8383
g30_autoreturn:
8484
alias: G30_autoReturn
8585
sequence:
86-
- service: vacuum.send_command
86+
- action: vacuum.send_command
8787
data:
8888
command: autoReturn
8989
target:
@@ -92,7 +92,7 @@ g30_autoreturn:
9292
g30_donotdisturb:
9393
alias: G30_do_Not_Disturb
9494
sequence:
95-
- service: vacuum.send_command
95+
- action: vacuum.send_command
9696
data:
9797
command: doNotDisturb
9898
target:
@@ -101,7 +101,7 @@ g30_donotdisturb:
101101
g30_dock:
102102
alias: G30_dock
103103
sequence:
104-
- service: vacuum.return_to_base
104+
- action: vacuum.return_to_base
105105
target:
106106
entity_id: vacuum.g30
107107
mode: single
@@ -111,7 +111,7 @@ If you have an X8 add this to your scripts.yaml
111111
x8_boostiq:
112112
alias: x8_boostIQ
113113
sequence:
114-
- service: vacuum.send_command
114+
- action: vacuum.send_command
115115
data:
116116
command: boostIQ
117117
target:
@@ -120,7 +120,7 @@ x8_boostiq:
120120
x8_autoclean:
121121
alias: x8_autoClean
122122
sequence:
123-
- service: vacuum.send_command
123+
- action: vacuum.send_command
124124
data:
125125
command: autoClean
126126
target:
@@ -129,7 +129,7 @@ x8_autoclean:
129129
x8_autoreturn:
130130
alias: X8_autoReturn
131131
sequence:
132-
- service: vacuum.send_command
132+
- action: vacuum.send_command
133133
data:
134134
command: autoReturn
135135
target:
@@ -138,7 +138,7 @@ x8_autoreturn:
138138
x8_donotdisturb:
139139
alias: X8_do_Not_Disturb
140140
sequence:
141-
- service: vacuum.send_command
141+
- action: vacuum.send_command
142142
data:
143143
command: doNotDisturb
144144
target:
@@ -147,7 +147,7 @@ x8_donotdisturb:
147147
x8_dock:
148148
alias: X8_dock
149149
sequence:
150-
- service: vacuum.return_to_base
150+
- action: vacuum.return_to_base
151151
target:
152152
entity_id: vacuum.x8
153153
mode: single

0 commit comments

Comments
 (0)