Create media_player.heos.page

This commit is contained in:
Andreas Rydbrink 2019-03-06 22:57:29 +01:00 committed by GitHub
parent be2eeead68
commit 05659e24e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,55 @@
---
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
ha_category: Media Player
---
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:
## {% linkable_title HEOS platform %}
```yaml
# Example configuration.yaml entry
media_player:
- platform: heos
name: HEOS Player
host: HEOS-1
```
{% configuration %}
host:
description: "Address of the device. Example: 192.168.1.32"
required: false
type: string
name:
description: The name of the device
required: false
type: string
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/