home-assistant.io/source/_components/liveboxplaytv.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.3 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
Orange Livebox Play TV Instructions on how to integrate a Livebox Play TV appliance into Home Assistant. orange.png
Media Player
0.38 Local Polling
/components/media_player.liveboxplaytv/

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

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

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