Skip to content

Commit 6baa22d

Browse files
olskarLandrash
authored andcommitted
Add information to install libffi-dev, needed for python-mirobo (home-assistant#3172)
* Add information to install libffi-dev, needed for python-mirobo * Update vacuum.xiaomi.markdown
1 parent 9e6c91b commit 6baa22d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/_components/vacuum.xiaomi.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Current supported features are `turn_on`, `pause`, `stop`, `return_to_home`, `tu
2020

2121
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.
2222

23+
Before you begin you need to install `libffi-dev` by running the command below. This is needed for `python-mirobi` to be installed correctly.
24+
25+
```bash
26+
apt-get install libffi-dev
27+
```
28+
2329
<p class='note warning'>
2430
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>
2531

0 commit comments

Comments
 (0)