File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ ha_domain: nad
10
10
11
11
The ` nad ` platform allows you to control a [ NAD receiver] ( https://nadelectronics.com/ ) through RS232, TCP and Telnet from Home Assistant.
12
12
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
+
13
18
To add an NAD receiver to your installation, add the following to your ` configuration.yaml ` file:
14
19
15
20
``` yaml
@@ -18,12 +23,13 @@ media_player:
18
23
- platform : nad
19
24
serial_port : /dev/ttyUSB0
20
25
` ` `
26
+
21
27
` ` ` yaml
22
28
# Example configuration.yaml entry for TCP configuration
23
29
media_player :
24
30
- platform : nad
25
31
type : TCP
26
- host : IP_ADDRESS
32
+ host : " IP_ADDRESS"
27
33
` ` `
28
34
29
35
{% configuration %}
@@ -89,7 +95,7 @@ A full configuration example could look like this:
89
95
media_player:
90
96
- platform: nad
91
97
serial_port: /dev/ttyUSB0
92
- name: NAD Receiver
98
+ name: " NAD Receiver"
93
99
min_volume: -60
94
100
max_volume: -20
95
101
sources:
You can’t perform that action at this time.
0 commit comments