Minor tweaks (#6627)

* Minor tweaks

Changed the title to be linkable, and took the opportunity to update the config block at the same time

* 🚑 Fixes build error
This commit is contained in:
DubhAd 2018-10-09 11:35:05 +01:00 committed by Franck Nijhof
parent a4dca76042
commit ac2827112b

View File

@ -24,7 +24,8 @@ Supported devices:
To add a Denon Network Receiver to your installation, add the following to your `configuration.yaml` file: To add a Denon Network Receiver to your installation, add the following to your `configuration.yaml` file:
**Telnet platform** ## {% linkable_title Telnet platform %}
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
media_player: media_player:
@ -32,10 +33,16 @@ media_player:
host: IP_ADDRESS host: IP_ADDRESS
``` ```
Configuration variables: {% configuration %}
host:
- **host** (*Required*): IP address of the device. Example: 192.168.1.32 description: "IP address of the device. Example: 192.168.1.32"
- **name** (*Optional*): Name of the device. required: true
type: string
name:
description: The name of the device
required: false
type: string
{% endconfiguration %}
A few notes for platform: denon A few notes for platform: denon