mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Add information to install libffi-dev, needed for python-mirobo (#3172)
* Add information to install libffi-dev, needed for python-mirobo * Update vacuum.xiaomi.markdown
This commit is contained in:
parent
9e6c91bc3e
commit
6baa22dba1
@ -20,6 +20,12 @@ Current supported features are `turn_on`, `pause`, `stop`, `return_to_home`, `tu
|
|||||||
|
|
||||||
Follow the pairing process using your phone and Mi-Home app. From here you will be able to retrieve the token from a SQLite file inside your phone.
|
Follow the pairing process using your phone and Mi-Home app. From here you will be able to retrieve the token from a SQLite file inside your phone.
|
||||||
|
|
||||||
|
Before you begin you need to install `libffi-dev` by running the command below. This is needed for `python-mirobi` to be installed correctly.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
apt-get install libffi-dev
|
||||||
|
```
|
||||||
|
|
||||||
<p class='note warning'>
|
<p class='note warning'>
|
||||||
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.</p>
|
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.</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user