Update heos media player page

Removed old unnecessary stuff.
This commit is contained in:
Andreas Rydbrink 2019-03-25 19:21:04 +01:00 committed by GitHub
parent f2d5fe265c
commit b009faa7a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,21 +31,7 @@ media_player:
{% configuration %} {% configuration %}
host: host:
description: "Address of the device. Example: 192.168.1.32." description: "Address of the device. Example: 192.168.1.32."
required: false required: true
type: string
default: Tries to resolve by UPnP (SSDP).
name:
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 type: string
{% endconfiguration %} {% endconfiguration %}
@ -53,5 +39,3 @@ A few notes for platform: heos
- Does not handle multiple speakers by groups. - Does not handle multiple speakers by groups.
- Seeking is not implemented at this moment. - Seeking is not implemented at this moment.
[HEOS]: /components/media_player.heos/