mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00
1.2 KiB
1.2 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | DuneHD media players | Instructions how to integrate DuneHD media players into Home Assistant. | 2016-11-26 09:00 | true | false | true | true | dunehd.png | Media Player | Local Polling | 0.34 |
The dunehd
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 variables:
- host (Required): IP address or hostname of the device. Example: 192.168.1.32
- name (Optional): Name of the device.
- sources (Optional): A name-value dictionary of sources that HA component can request to play.