:5555`, background the process
+- Configure Home Assistant as follows:
+
+
+To add FireTV to your installation, add the following to your `configuration.yaml` file:
+
+```yaml
+# Example configuration.yaml entry
+media_player:
+ platform: firetv
+ host: localhost:5556
+ device: livingroom-firetv
+ name: My Amazon Fire TV
+```
+
+Configuration variables:
+
+- **host** *Optional*: Where `firetv-server` is running. Default is *localhost:5556*.
+- **device** *Optional*: The device ID, default is *default*.
+- **name** *Optional*: The friendly name of the device, default is 'Amazon Fire TV'.
+
+
+
+Note that python-firetv has support for multiple Amazon Fire TV devices. If you have more than one configured, be sure to specify the device id used. Run `firetv-server -h` and/or view the source for complete capabilities.
+
+