We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa0b49 commit b1e3425Copy full SHA for b1e3425
source/_components/media_player.firetv.markdown
@@ -28,7 +28,7 @@ Steps to configure your Amazon Fire TV stick with Home Assistant:
28
- From the main (Launcher) screen, select Settings.
29
- Select System > About > Network.
30
- The following commands must be run in a Python 2.x environment. They will allow the component to function in an Ubuntu 16.04/Hassbian environment.
31
- - `apt-get install swig libssl-dev python-dev libusb-1.0-0`
+ - `apt-get install swig libssl-dev python-dev libusb-1.0-0 python-yaml`
32
- `pip install flask`
33
- `pip install https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-0.24.0.tar.gz`
34
- `pip install firetv[firetv-server]`
0 commit comments