mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Add note about tested hardware in NAD documentation (#16870)
This commit is contained in:
parent
63d0f4a034
commit
9cfdae1752
@ -10,6 +10,11 @@ ha_domain: nad
|
|||||||
|
|
||||||
The `nad` platform allows you to control a [NAD receiver](https://nadelectronics.com/) through RS232, TCP and Telnet from Home Assistant.
|
The `nad` platform allows you to control a [NAD receiver](https://nadelectronics.com/) through RS232, TCP and Telnet from Home Assistant.
|
||||||
|
|
||||||
|
Please note that the RS232 interface is only tested with the NAD T748v2, but is should work with more NAD receivers.
|
||||||
|
The Telnet interface is only tested with the NAD T787.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
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
|
||||||
@ -18,12 +23,13 @@ media_player:
|
|||||||
- platform: nad
|
- platform: nad
|
||||||
serial_port: /dev/ttyUSB0
|
serial_port: /dev/ttyUSB0
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry for TCP configuration
|
# Example configuration.yaml entry for TCP configuration
|
||||||
media_player:
|
media_player:
|
||||||
- platform: nad
|
- platform: nad
|
||||||
type: TCP
|
type: TCP
|
||||||
host: IP_ADDRESS
|
host: "IP_ADDRESS"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -89,7 +95,7 @@ A full configuration example could look like this:
|
|||||||
media_player:
|
media_player:
|
||||||
- platform: nad
|
- platform: nad
|
||||||
serial_port: /dev/ttyUSB0
|
serial_port: /dev/ttyUSB0
|
||||||
name: NAD Receiver
|
name: "NAD Receiver"
|
||||||
min_volume: -60
|
min_volume: -60
|
||||||
max_volume: -20
|
max_volume: -20
|
||||||
sources:
|
sources:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user