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