Skip to content

Commit b8c4397

Browse files
committed
Remove line breaks and minimize configuration sample
1 parent 703a399 commit b8c4397

File tree

1 file changed

+10
-26
lines changed

1 file changed

+10
-26
lines changed

source/_components/media_player.anthemav.markdown

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,59 +13,43 @@ ha_iot_class: "Local Push"
1313
ha_release: 0.37
1414
---
1515

16-
Both [Anthem]'s current and last generation of A/V Receivers and and Processors
17-
support IP-based, network control. This Home Assistant platform adds proper
18-
"local push" support for any of these receivers on your network.
16+
Both [Anthem]'s current and last generation of A/V Receivers and and Processors support IP-based, network control. This Home Assistant platform adds proper "local push" support for any of these receivers on your network.
1917

2018
## {% linkable_title Supported Models %}
2119

2220
* MRX 520, MRX 720, MRX 1120, and AVM 60
2321
* MRX 310, MRX 510, MRX 710
2422

25-
Support is provided through the Python [anthemav] module. Older, RS-232
26-
serial-based units like the D2v use a different protocol entirely and are not
27-
currently supported.
23+
Support is provided through the Python [anthemav] module. Older, RS-232 serial-based units like the D2v use a different protocol entirely and are not currently supported.
2824

2925
[Anthem]: http://www.anthemav.com/
3026
[anthemav]: https://github.com/nugget/python-anthemav
3127

3228

33-
## {% linkable_title Configuration %}
29+
To use your Anthem A/V Receiver in your installation, add the following to your `configuration.yaml` file:
3430

3531
```yaml
3632
# Example configuration.yaml entry
3733
media_player:
3834
- platform: anthemav
39-
host: 10.0.0.42
40-
port: 14999
35+
host: IP_ADDRESS
4136
```
4237
43-
### Configuration Variables
38+
Configuration variables:
4439
45-
- **host** (*Required*): The host name or address of the device.
40+
- **host** (*Required*): The host name or the IP address of the device.
4641
- **port** (*Optional*): The port number. Defaults to 14999.
4742
- **name** (*Optional*): The name of the device used in the frontend.
4843
4944
## Notes and Limitations
5045
51-
- The tuner is currently unsupported as are the `media_player` play, pays,
52-
prev, and next controls.
53-
54-
- Enabling this platform will set and enforce "Standby IP Control On" in your Anthem
55-
device. You almost certainly want this. If you disable it on the device, it
56-
will just get re-enabled by Home Assistant.
57-
46+
- The tuner is currently unsupported as are the `media_player` play, pays, prev, and next controls.
47+
- Enabling this platform will set and enforce "Standby IP Control On" in your Anthem device. You almost certainly want this. If you disable it on the device, it will just get re-enabled by Home Assistant.
5848
- Only Zone 1 is currently supported.
5949

6050
<p class='note warning'>
61-
This platform will maintain a persistent connection to the network control
62-
port which will prevent any other application from communicating with the
63-
receiver. This includes the Anthem iOS and Android remote control apps as
64-
well as the ARC-2 Anthem Room Calibration software. You will need to disable
65-
this platform and restart Home Assistant if you want to use another
51+
This platform will maintain a persistent connection to the network control port which will prevent any other application from communicating with the receiver. This includes the Anthem iOS and Android remote control apps as well as the ARC-2 Anthem Room Calibration software. You will need to disable this platform and restart Home Assistant if you want to use another
6652
application that makes use of the network control port.
6753
<br /><br />
68-
*The underlying Python module has hooks for halting and resuming the network
69-
connection but those functions are currently unsupported by the Home
70-
Assistant platform.*
54+
*The underlying Python module has hooks for halting and resuming the network connection but those functions are currently unsupported by the Home Assistant platform.*
7155
</p>

0 commit comments

Comments
 (0)