mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
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:
parent
c2fd1e8942
commit
bef2cd0af7
@ -13,16 +13,23 @@ ha_release: 0.36
|
|||||||
ha_iot_class: "Local Polling"
|
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:
|
To add an NAD receiver to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry for RS232 configuration
|
||||||
media_player:
|
media_player:
|
||||||
- platform: nad
|
- platform: nad
|
||||||
serial_port: /dev/ttyUSB0
|
serial_port: /dev/ttyUSB0
|
||||||
```
|
```
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry for TCP configuration
|
||||||
|
media_player:
|
||||||
|
- platform: nad
|
||||||
|
type: TCP
|
||||||
|
host: IP_ADDRESS
|
||||||
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
type:
|
type:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user