2020-01-07 15:30:05 +01:00

1.2 KiB

title, description, logo, ha_category, ha_iot_class, ha_release
title description logo ha_category ha_iot_class ha_release
DuneHD Instructions on how to integrate DuneHD media players into Home Assistant. dunehd.png
Media Player
Local Polling 0.34

The dunehd media player platform allows you to control a Dune HD media player from Home Assistant. Support is based on the official IP protocol 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).

To add a Dune HD player to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
media_player:
  - platform: dunehd
    host: IP_ADDRESS

{% configuration %} host: description: IP address or hostname of the device, e.g., 192.168.1.32. required: true type: string name: description: Name of the device. required: false default: DuneHD type: string sources: description: A name-value dictionary of sources than can be requested to play. required: false type: string {% endconfiguration %}