mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Update xiaomi vacuum configuration (#6457)
This commit is contained in:
parent
ad2f877ea0
commit
3b11c52f59
@ -40,11 +40,20 @@ vacuum:
|
|||||||
token: YOUR_TOKEN
|
token: YOUR_TOKEN
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The IP of your robot.
|
description: The IP of your robot.
|
||||||
- **token** (*Required*): The API token of your robot.
|
required: true
|
||||||
- **name** (*Optional*): The name of your robot.
|
type: string
|
||||||
|
token:
|
||||||
|
description: The API token of your robot.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: The name of your robot.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Platform Services %}
|
## {% linkable_title Platform Services %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user