JeffLIrion / homeassistant_native_firetv

43 stars 16 forks source link

Running in official Docker image #17

Closed chbndrhnns closed 5 years ago

chbndrhnns commented 5 years ago

I am running homeassistant using the Docker image. Do you have an idea how I can configure and use this script with the image? I assume the firetv package would need to be installed somehow on startup. I now see only this error message in hass:

components/media_player/firetv.py (ERROR):
Could not connect to firetv-server at localhost
JeffLIrion commented 5 years ago

You shouldn't need to install anything. However, it looks like your configuration is incorrect. Please follow the instructions in the README, or see the HTML documentation here: https://deploy-preview-7062--home-assistant-docs.netlify.com/components/media_player.firetv/

chbndrhnns commented 5 years ago

Got it working. Was using localhost as IP address instead of the FireTV address which did not work. Thanks!