mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-26 12:06:50 +00:00
48 lines
1.5 KiB
Markdown
48 lines
1.5 KiB
Markdown
---
|
|
title: Unitymedia Horizon HD Recorder
|
|
description: Instructions how to integrate the Unitymedia Horizon HD Recorder into Home Assistant.
|
|
ha_category:
|
|
- Media player
|
|
ha_iot_class: Local Polling
|
|
ha_release: 0.72
|
|
ha_domain: horizon
|
|
ha_platforms:
|
|
- media_player
|
|
ha_integration_type: integration
|
|
related:
|
|
- docs: /docs/configuration/
|
|
title: Configuration file
|
|
ha_quality_scale: legacy
|
|
---
|
|
|
|
The `horizon` {% term integration %} allows you to control a [Unitymedia](https://www.unitymedia.de) Horizon HD Recorder from Home Assistant.
|
|
|
|
To add a Horizon HD Recorder to your installation, add the following to your {% term "`configuration.yaml`" %} file.
|
|
{% include integrations/restart_ha_after_config_inclusion.md %}
|
|
|
|
```yaml
|
|
# Example configuration.yaml entry
|
|
media_player:
|
|
- platform: horizon
|
|
host: 192.168.0.127
|
|
```
|
|
|
|
{% configuration %}
|
|
host:
|
|
description: The hostname or address of the device.
|
|
required: true
|
|
type: string
|
|
port:
|
|
description: The port of the device to connect to.
|
|
required: false
|
|
type: integer
|
|
name:
|
|
description: The name of the device used in the frontend.
|
|
required: false
|
|
type: string
|
|
{% endconfiguration %}
|
|
|
|
#### Preparation of the Horizon HD Recorder
|
|
|
|
The Home Networking ("Heimnetzwerk") service needs to be enabled at the settings menu of the Horizon receiver. Once you have set up the Media Library ("Medienbibliothek"), we can determine whether the device is turned on or off. Without this, the integration will fail to start.
|