Add missing prerequisite for Fire-tv component on Debian Jessie as suggested in #286
This commit is contained in:
Landrash 2016-03-09 08:34:46 +01:00
parent 46cf6f7dff
commit a8ccbf8f80

View File

@ -26,6 +26,7 @@ Steps to configure your Amazon Fire TV stick with Home Assistant:
- From the main (Launcher) screen, select Settings. - From the main (Launcher) screen, select Settings.
- Select System > About > Network. - Select System > About > Network.
- `pip install firetv[firetv-server]` into a Python 2.x environment - `pip install firetv[firetv-server]` into a Python 2.x environment
- If installed on Debian Jessie then the libssl-dev package is needed. Install it with `apt-get install libssl-dev`
- `firetv-server -d <fire tv device IP>:5555`, background the process - `firetv-server -d <fire tv device IP>:5555`, background the process
- Configure Home Assistant as follows: - Configure Home Assistant as follows: