mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Update xiaomi vacuum configuration (#6457)
This commit is contained in:
parent
ad2f877ea0
commit
3b11c52f59
@ -40,11 +40,20 @@ vacuum:
|
||||
token: YOUR_TOKEN
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): The IP of your robot.
|
||||
- **token** (*Required*): The API token of your robot.
|
||||
- **name** (*Optional*): The name of your robot.
|
||||
{% configuration %}
|
||||
host:
|
||||
description: The IP of your robot.
|
||||
required: true
|
||||
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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user