Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9cfdae1

Browse files
authored
Add note about tested hardware in NAD documentation (home-assistant#16870)
1 parent 63d0f4a commit 9cfdae1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

source/_integrations/nad.markdown

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ ha_domain: nad
1010

1111
The `nad` platform allows you to control a [NAD receiver](https://nadelectronics.com/) through RS232, TCP and Telnet from Home Assistant.
1212

13+
Please note that the RS232 interface is only tested with the NAD T748v2, but is should work with more NAD receivers.
14+
The Telnet interface is only tested with the NAD T787.
15+
16+
## Configuration
17+
1318
To add an NAD receiver to your installation, add the following to your `configuration.yaml` file:
1419

1520
```yaml
@@ -18,12 +23,13 @@ media_player:
1823
- platform: nad
1924
serial_port: /dev/ttyUSB0
2025
```
26+
2127
```yaml
2228
# Example configuration.yaml entry for TCP configuration
2329
media_player:
2430
- platform: nad
2531
type: TCP
26-
host: IP_ADDRESS
32+
host: "IP_ADDRESS"
2733
```
2834
2935
{% configuration %}
@@ -89,7 +95,7 @@ A full configuration example could look like this:
8995
media_player:
9096
- platform: nad
9197
serial_port: /dev/ttyUSB0
92-
name: NAD Receiver
98+
name: "NAD Receiver"
9399
min_volume: -60
94100
max_volume: -20
95101
sources:

0 commit comments

Comments
 (0)