Skip to content

Commit cc9204a

Browse files
pschmittfabaff
authored andcommitted
Add documentation for Orange Livebox Play TV devices (home-assistant#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
1 parent cadb541 commit cc9204a

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
layout: page
3+
title: "Orange Livebox Play TV"
4+
description: "Instructions on how to integrate a Livebox Play TV appliance into Home Assistant."
5+
date: 2017-01-25 07:27
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: orange.png
11+
ha_category: Media Player
12+
featured: false
13+
ha_release: 0.38
14+
ha_iot_class: "Local Polling"
15+
---
16+
17+
The `liveboxplaytv` platform allows you to control [Orange Livebox Play TV appliances](https://boutique.orange.fr/internet/decodeur-tv-livebox).
18+
19+
To add an Orange Livebox Play TV to your installation, add the following to your `configuration.yaml` file:
20+
21+
```yaml
22+
# Example configuration.yaml entry
23+
media_player:
24+
- platform: liveboxplaytv
25+
host: 192.168.1.3
26+
```
27+
28+
Configuration variables:
29+
30+
- **host** (*Required*): The IP or hostname of the Orange Livebox Play TV appliance.
31+
- **name** (*Optional*): The name to use in the frontend. Defaults to `Livebox Play TV`.
32+
- **port** (*Optional*): The port on which the Livebox is listening on. Defaults to 8080.
33+
34+
## {% linkable_title Full configuration %}
35+
36+
A full configuration example for an Orange TV appliance can look like this:
37+
38+
```yaml
39+
# Example configuration.yaml entry
40+
media_player:
41+
- platform: liveboxplaytv
42+
host: 192.168.1.3
43+
port: 8080
44+
name: Orange Livebox Play TV
45+
```
7.83 KB
Loading

0 commit comments

Comments
 (0)