Orange Livebox Play TV


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.

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