fixed dead link to retrieving access token for xiaomi vacuum and switch (#3709)

This commit is contained in:
Uli 2017-10-22 10:40:42 +02:00 committed by Fabian Affolter
parent f4700243a1
commit 2cfea1e430
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ The `xiaomi_miio` switch platform allows you to control the state of your Xiaomi
Currently, the supported features are `on`, `off`. If the device provides the current load, it will be reported.
Please follow the instructions on [Retrieving the Access Token](/components/vacuum.xiaomi/#retrieving-the-access-token) to get the API token to use in the `configuration.yaml` file.
Please follow the instructions on [Retrieving the Access Token](/components/vacuum.xiaomi_miio/#retrieving-the-access-token) to get the API token to use in the `configuration.yaml` file.
To add a plug to your installation, add the following to your `configuration.yaml` file:

View File

@ -28,7 +28,7 @@ Currently supported features are:
- `set_fanspeed`
- remote control of your robot.
Please follow [Retrieving the Access Token](/components/vacuum.xiaomi/#retrieving-the-access-token) to retrieve the API token used in
Please follow [Retrieving the Access Token](/components/vacuum.xiaomi_miio/#retrieving-the-access-token) to retrieve the API token used in
`configuration.yaml`.
## {% linkable_title Configuring the Platform %}