mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Ziggo mediabox xl (#3956)
* Add support page for new Ziggo Mediabox XL media_player
* Version push
* Requested PR changes
* Version push
* ✏️ Changed IoT class to local polling
This commit is contained in:
parent
33441230e0
commit
5eae987e5b
43
source/_components/media_player.ziggo_mediabox_xl.markdown
Normal file
43
source/_components/media_player.ziggo_mediabox_xl.markdown
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Ziggo Mediabox XL"
|
||||||
|
description: "Instructions how to integrate the Ziggo Mediabox XL into Home Assistant."
|
||||||
|
date: 2017-11-10 20:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: ziggo.png
|
||||||
|
ha_category: Media Player
|
||||||
|
ha_iot_class: "Local Polling"
|
||||||
|
ha_release: "0.60"
|
||||||
|
---
|
||||||
|
|
||||||
|
The `ziggo_mediabox_xl` component allows you to control a [Ziggo](https://www.ziggo.nl/) Mediabox XL from Home Assistant.
|
||||||
|
|
||||||
|
To add a Ziggo Mediabox XL to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
media_player:
|
||||||
|
- platform: ziggo_mediabox_xl
|
||||||
|
host: 192.168.0.123
|
||||||
|
name: Ziggo Mediabox
|
||||||
|
```
|
||||||
|
|
||||||
|
{% configuration %}
|
||||||
|
host:
|
||||||
|
description: The hostname or address of the device.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: The name of the device used in the frontend.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
The channel information (numbers and names) are downloaded from ziggo.nl on startup.
|
||||||
|
|
||||||
|
#### {% linkable_title Preparation of the Mediabox %}
|
||||||
|
|
||||||
|
Makes sure to enable the Home Network ("mijn thuisnetwerk") service in the settings menu of the media box. Once you have set up the Media Library ("mediabiblotheek"), we can determine whether the device is turned on or off. Without this, the component will fail to start.
|
BIN
source/images/supported_brands/ziggo.png
Normal file
BIN
source/images/supported_brands/ziggo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Loading…
x
Reference in New Issue
Block a user