Update media_player.nad.markdown for newbie friendlyness. (#8298)

* Update media_player.nad.markdown

Added additional information in the wiki to make it more newbie friendly.

* ✏️ Tweak
This commit is contained in:
phithor 2019-01-27 19:45:17 +01:00 committed by Klaas Schoute
parent c2fd1e8942
commit bef2cd0af7

View File

@ -13,16 +13,23 @@ ha_release: 0.36
ha_iot_class: "Local Polling"
---
The `nad` platform allows you to control a [NAD receiver](http://nadelectronics.com) through RS232 from Home Assistant.
The `nad` platform allows you to control a [NAD receiver](http://nadelectronics.com) through RS232, TCP and Telnet from Home Assistant.
To add an NAD receiver to your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
# Example configuration.yaml entry for RS232 configuration
media_player:
- platform: nad
serial_port: /dev/ttyUSB0
```
```yaml
# Example configuration.yaml entry for TCP configuration
media_player:
- platform: nad
type: TCP
host: IP_ADDRESS
```
{% configuration %}
type: