mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00

* 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
1.3 KiB
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 |
|
0.38 | Local Polling |
|
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