From 56670b4af181d5761e73a0261958c0f8d41dd2a5 Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Sat, 9 Sep 2017 11:14:53 +0200 Subject: [PATCH] Broken link fixed. (#3333) Missing dependency added. Typo fixed. --- source/_components/light.xiaomi_philipslight.markdown | 2 +- source/_components/xiaomi.markdown | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/light.xiaomi_philipslight.markdown b/source/_components/light.xiaomi_philipslight.markdown index ec4d351e25f..a8b6d7b1ae9 100644 --- a/source/_components/light.xiaomi_philipslight.markdown +++ b/source/_components/light.xiaomi_philipslight.markdown @@ -17,7 +17,7 @@ The `xiaomi_philipslight` platform allows you to control the state of your Xiaom Currently, the supported features are `on`, `off`, `set_cct` (colortemp) , `set_bright` (brightness). -Please follow the instructions on [Retrieving the Access Token](/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/xiaomi/#retrieving-the-access-token) to get the API token to use in the `configuration.yaml` file. To add a Xiaomi Philips Light to your installation, add the following to your configuration.yaml file: diff --git a/source/_components/xiaomi.markdown b/source/_components/xiaomi.markdown index c162283ed2d..ad8e727bcda 100644 --- a/source/_components/xiaomi.markdown +++ b/source/_components/xiaomi.markdown @@ -149,10 +149,10 @@ That means that Home Assistant is not getting any response from your Xiaomi gate Follow the pairing process using your phone and Mi-Home app. You will be able to retrieve the token from a SQLite file inside your phone. This token is needed for using various `xiaomi_*` platforms. -Before you begin you need to install `libffi-dev` by running the command below. This is needed for `python-mirobi` to be installed correctly. +Before you begin you need to install `libffi-dev` and `libssl-dev` by running the command below. This is needed for `python-mirobo` to be installed correctly. ```bash -$ sudo apt-get install libffi-dev +$ sudo apt-get install libffi-dev libssl-dev ``` If your Home Assistant installation is running in a [Virtualenv](/docs/installation/virtualenv/#upgrading-home-assistant), make sure you activate it by running the commands below.