home-assistant.io/source/_components/media_player.liveboxplaytv.markdown
Emeric a321181f2d Update media player Livebox Play TV (#6817)
* Update media player Livebox Play TV

* Minor changes
2018-10-15 20:12:00 +02:00

1.4 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.

{% linkable_title Configuration %}

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 %} host: description: The IP address or hostname of the Orange Livebox Play TV appliance. required: true type: string name: description: The name to use in the frontend. required: false default: "Livebox Play TV" type: string port: description: The port on which the Livebox is listening on. required: false default: 8080 type: integer {% endconfiguration %}

{% 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