Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HEOS media player component docs #8848

Merged
merged 11 commits into from
Mar 29, 2019
57 changes: 57 additions & 0 deletions source/_components/media_player.heos.page
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
layout: page
title: "Denon HEOS speakers"
description: "Instructions on how to integrate Denon HEOS into Home Assistant."
date: 2019-03-06 22:00
sidebar: true
comments: false
sharing: true
footer: true
logo: heos.png
ha_category: Media Player
ha_release: "0.90"
easink marked this conversation as resolved.
Show resolved Hide resolved
---
easink marked this conversation as resolved.
Show resolved Hide resolved

The `heos` platform allows you to control a [Denon HEOS Speakers](http://heosbydenon.denon.com) from Home Assistant.

Tested devices:

- Denon HEOS-1

To add a Denon HEOS speaker to your installation, add the following to your `configuration.yaml` file:

```yaml
# Example configuration.yaml entry
media_player:
- platform: heos
name: HEOS Player
easink marked this conversation as resolved.
Show resolved Hide resolved
host: IP_ADDRESS
```

{% configuration %}
host:
description: "Address of the device. Example: 192.168.1.32".
easink marked this conversation as resolved.
Show resolved Hide resolved
required: false
type: string
default: Tries to resolve by UPnP (SSDP).
name:
easink marked this conversation as resolved.
Show resolved Hide resolved
description: The name of the device
required: false
type: string
default: HEOS Player
username:
description: The username for authentication.
required: false
type: string
password:
description: The password for authentication.
required: false
type: string
{% endconfiguration %}

A few notes for platform: heos

- Does not handle multiple speakers by groups.
- Seeking is not implemented at this moment.

[HEOS]: /components/media_player.heos/
easink marked this conversation as resolved.
Show resolved Hide resolved
Binary file added source/images/supported_brands/heos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.