You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/vacuum.xiaomi_miio.markdown
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,10 @@ The `xiaomi miio` vacuum platform allows you to control the state of your [Xiaom
17
17
18
18
Currently supported features are:
19
19
20
-
-`turn_on`
20
+
-`start`
21
21
-`pause`
22
22
-`stop`
23
23
-`return_to_home`
24
-
-`turn_off` (stop all activity and return to dock)
25
24
-`locate`
26
25
-`clean_spot`
27
26
-`set_fan_speed`
@@ -49,7 +48,7 @@ Configuration variables:
49
48
50
49
## {% linkable_title Platform Services %}
51
50
52
-
In addition to all of the services provided by the `vacuum` component (`turn_on`, `turn_off`, `start_pause`, `stop`, `return_to_home`, `locate`, `set_fan_speed` and `send_command`), the `xiaomi` platform introduces specific services to access the remote control mode of the robot. These are:
51
+
In addition to all of the services provided by the `vacuum` component (`start`, `pause`, `stop`, `return_to_home`, `locate`, `set_fan_speed` and `send_command`), the `xiaomi` platform introduces specific services to access the remote control mode of the robot. These are:
53
52
54
53
- `xiaomi_remote_control_start`
55
54
- `xiaomi_remote_control_stop`
@@ -97,7 +96,7 @@ Enter remote control mode, make one move, stop, and exit remote control mode.
97
96
## {% linkable_title Attributes %}
98
97
99
98
In addition to [all of the attributes provided by the `vacuum` component](/components/vacuum/#attributes),
100
-
(`battery_icon`, `cleaned_area`, `fan_speed`, `fan_speed_list`, `status`, and `params`), the `xiaomi` platform introduces specific attributes. These are:
99
+
(`battery_icon`, `cleaned_area`, `fan_speed`, `fan_speed_list`, and `params`), the `xiaomi` platform introduces specific attributes. These are:
0 commit comments