mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
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:
parent
a4dca76042
commit
ac2827112b
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user