You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/media_player.nad7050.markdown
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -16,27 +16,22 @@ ha_iot_class: "Local Polling"
16
16
17
17
The `nad7050` platform allows you to control a [NAD D 7050](https://nadelectronics.com/product/d-7050-direct-digital-network-amplifier/) digital amplifier from Home Assistant.
18
18
19
-
To add a NAD receiver to your installation, add the following to your `configuration.yaml` file:
19
+
To add a D 7050 amplifier to your installation, add the following to your `configuration.yaml` file:
20
20
21
21
```yaml
22
22
# Example configuration.yaml entry
23
23
media_player:
24
24
- platform: nad7050
25
-
name: NAD D 7050
26
25
host: 192.168.0.112
27
-
min_volume: -60
28
-
max_volume: -20
29
-
volume_step: 5
30
26
```
31
27
32
28
Configuration variables:
33
29
34
30
- **host** (*Required*): The IP address of your amplifier.
35
31
- **name** (*Optional*): Name of the device. Default is NAD D 7050.
36
-
- **min_volume** (*optional*): Minimum volume in dB to use with the slider. Default is `-60`
37
-
- **max_volume** (*optional*): Maximum volume in dB to use with the slider. Default is `-10`
38
-
- **volume_step** (*Optional*): The amount in dB you want to increase the volume with when pressing volume up/down.
32
+
- **min_volume** (*optional*): Minimum volume in dB to use with the slider. Default is `-60`.
33
+
- **max_volume** (*optional*): Maximum volume in dB to use with the slider. Default is `-10`.
39
34
40
-
The min_volume and max_volume protect you against misclicks on the slider. The maximum volume level of the D 7050 amplifier is +10 db, minimum is -90.
35
+
The maximum volume level of the D 7050 amplifier is +10 db, minimum is -90.
0 commit comments