home-assistant.io/source/_components/media_player.liveboxplaytv.markdown
Philipp Schmitt cc9204a117 Add documentation for Orange Livebox Play TV devices (#1872)
* Add documentation for Orange Livebox Play TV devices

* Add documentation about the port config parameter

* Reword according to suggestion by @Landrash

* Update HA release version
2017-02-03 08:55:24 +01:00

1.2 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category featured ha_release ha_iot_class
page Orange Livebox Play TV Instructions on how to integrate a Livebox Play TV appliance into Home Assistant. 2017-01-25 07:27 true false true true orange.png Media Player false 0.38 Local Polling

The liveboxplaytv platform allows you to control Orange Livebox Play TV appliances.

To add an Orange Livebox Play TV to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
media_player:
  - platform: liveboxplaytv
    host: 192.168.1.3

Configuration variables:

  • host (Required): The IP or hostname of the Orange Livebox Play TV appliance.
  • name (Optional): The name to use in the frontend. Defaults to Livebox Play TV.
  • port (Optional): The port on which the Livebox is listening on. Defaults to 8080.

{% linkable_title Full configuration %}

A full configuration example for an Orange TV appliance can look like this:

# Example configuration.yaml entry
media_player:
  - platform: liveboxplaytv
    host: 192.168.1.3
    port: 8080
    name: Orange Livebox Play TV