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

Skip to content

Commit 3594e7b

Browse files
author
mwsluis
committed
removed volume_step
1 parent 95ae3b9 commit 3594e7b

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

source/_components/media_player.nad7050.markdown

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,22 @@ ha_iot_class: "Local Polling"
1616

1717
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.
1818

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:
2020

2121
```yaml
2222
# Example configuration.yaml entry
2323
media_player:
2424
- platform: nad7050
25-
name: NAD D 7050
2625
host: 192.168.0.112
27-
min_volume: -60
28-
max_volume: -20
29-
volume_step: 5
3026
```
3127
3228
Configuration variables:
3329
3430
- **host** (*Required*): The IP address of your amplifier.
3531
- **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`.
3934

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.
4136

4237

0 commit comments

Comments
 (0)