Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* 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
2019-07-11 14:35:08 -07:00

1.3 KiB

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

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 %}