2019-04-24 11:31:00 -07:00

2.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Denon HEOS Instructions on how to integrate Denon HEOS into Home Assistant. 2019-03-06 22:00 true false true true heos.png Media Player 0.92 Local Push

The HEOS integration adds support for HEOS capable products, such as speakers, amps, and receivers (Denon and Marantz) into Home Assistant. Features currently include:

  • Each device is represented as a media player entity
  • View the currently playing media
  • Control play mode (play, pause, stop, next and previous), volume, mute and shuffle
  • Clear playlist
  • Select source from device physical inputs and HEOS favorites

{% linkable_title Configuration %}

HEOS devices are discovered and setup automatically when the discovery component is enabled. Alternatively, the component can be setup through the frontend control panel integrations page or manually by adding the following to your configuration.yaml file:

# Example configuration.yaml entry
heos:
  host: IP_ADDRESS

{% configuration %} host: description: "Address of the device. Example: 192.168.1.32." required: true type: string {% endconfiguration %}

A connection to a single device enables control for all devices on the network. If you have multiple HEOS devices, enter the host of one that is connected to the LAN via wire or has the strongest wireless signal.

{% linkable_title Notes %}

  • HEOS groups are not currently supported.
  • Receivers with multiple zones are represented as a single media player. They will be turned on when playback is started, but cannot be turned off by the integration at this time.

{% linkable_title Debugging %}

The HEOS component will log additional information about commands, events, and other messages when the log level is set to debug. Add the the relevent line below to the configuration.yaml to enable debug logging:

logger:
  default: info
  logs:
    homeassistant.components.heos: debug
    pyheos: debug