mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-08-01 05:28:00 +00:00
Create media_player.heos.page
This commit is contained in:
parent
be2eeead68
commit
05659e24e3
55
source/_components/media_player.heos.page
Normal file
55
source/_components/media_player.heos.page
Normal 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/
|
Loading…
x
Reference in New Issue
Block a user