21 lines
802 B
Markdown
21 lines
802 B
Markdown
---
|
|
title: Dune HD
|
|
description: Instructions on how to integrate Dune HD media players into Home Assistant.
|
|
ha_category:
|
|
- Media Player
|
|
ha_iot_class: Local Polling
|
|
ha_release: 0.34
|
|
ha_domain: dunehd
|
|
ha_config_flow: true
|
|
ha_codeowners:
|
|
- '@bieniu'
|
|
ha_platforms:
|
|
- media_player
|
|
---
|
|
|
|
The `Dune HD` integration allows you to control a [Dune HD media player](https://dune-hd.com/eng/products/full_hd_media_players) from Home Assistant. Support is based on the official [IP protocol](https://dune-hd.com/support/ip_control/dune_ip_control_overview.txt) published by Dune.
|
|
|
|
Devices with firmware 110127_2105_beta or above are supported. Some functions may depend on the version of the protocol (volume / mute control is only available with version 2 onwards).
|
|
|
|
{% include integrations/config_flow.md %}
|