diff --git a/source/_components/media_player.liveboxplaytv.markdown b/source/_components/media_player.liveboxplaytv.markdown new file mode 100644 index 00000000000..ce474e0c9f7 --- /dev/null +++ b/source/_components/media_player.liveboxplaytv.markdown @@ -0,0 +1,45 @@ +--- +layout: page +title: "Orange Livebox Play TV" +description: "Instructions on how to integrate a Livebox Play TV appliance into Home Assistant." +date: 2017-01-25 07:27 +sidebar: true +comments: false +sharing: true +footer: true +logo: orange.png +ha_category: Media Player +featured: false +ha_release: 0.38 +ha_iot_class: "Local Polling" +--- + +The `liveboxplaytv` platform allows you to control [Orange Livebox Play TV appliances](https://boutique.orange.fr/internet/decodeur-tv-livebox). + +To add an Orange Livebox Play TV to your installation, add the following to your `configuration.yaml` file: + +```yaml +# 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: + +```yaml +# Example configuration.yaml entry +media_player: + - platform: liveboxplaytv + host: 192.168.1.3 + port: 8080 + name: Orange Livebox Play TV +``` diff --git a/source/images/supported_brands/orange.png b/source/images/supported_brands/orange.png new file mode 100644 index 00000000000..69ac6fab341 Binary files /dev/null and b/source/images/supported_brands/orange.png differ