Skip to content

Commit 8da7843

Browse files
cnrdfabaff
authored andcommitted
Xiaomi Vacuum: Updated to reflect that it is no longer a toggle (home-assistant#5902)
* Updated to reflect that it is no longer a toggle * Added start as a supported feature and split up start_pause
1 parent 7e5f2a1 commit 8da7843

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/_components/vacuum.xiaomi_miio.markdown

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ The `xiaomi miio` vacuum platform allows you to control the state of your [Xiaom
1717

1818
Currently supported features are:
1919

20-
- `turn_on`
20+
- `start`
2121
- `pause`
2222
- `stop`
2323
- `return_to_home`
24-
- `turn_off` (stop all activity and return to dock)
2524
- `locate`
2625
- `clean_spot`
2726
- `set_fan_speed`
@@ -49,7 +48,7 @@ Configuration variables:
4948
5049
## {% linkable_title Platform Services %}
5150
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:
5352

5453
- `xiaomi_remote_control_start`
5554
- `xiaomi_remote_control_stop`
@@ -97,7 +96,7 @@ Enter remote control mode, make one move, stop, and exit remote control mode.
9796
## {% linkable_title Attributes %}
9897

9998
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:
101100

102101
- `cleaning_time`
103102
- `do_not_disturb`

0 commit comments

Comments
 (0)