Update xiaomi vacuum configuration (#6457)

This commit is contained in:
Phi Dong 2018-10-03 01:28:20 -07:00 committed by Franck Nijhof
parent ad2f877ea0
commit 3b11c52f59

View File

@ -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 %}