Add documentation for DenonAVR telnet feature (#25790)

This commit is contained in:
dcmeglio 2023-02-13 19:37:26 -05:00 committed by GitHub
parent 83ed615274
commit 98987871ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,8 @@ Known supported devices:
- Denon AVR-X4700H - Denon AVR-X4700H
- Denon AVR-X6500H - Denon AVR-X6500H
- Denon AVR-X6700H - Denon AVR-X6700H
- Denon AVR-X7200W
- Denon AVR-X8500H
- Denon AVR-1912 - Denon AVR-1912
- Denon AVR-2112CI - Denon AVR-2112CI
- Denon AVR-2312CI - Denon AVR-2312CI
@ -106,15 +108,20 @@ host:
description: IP address of the device, e.g., 192.168.1.32. If not set, auto-discovery is used. description: IP address of the device, e.g., 192.168.1.32. If not set, auto-discovery is used.
show_all_sources: show_all_sources:
description: If True all sources are displayed in sources list even if they are marked as deleted in the receiver. If False deleted sources are not displayed. Some receivers have a bug that marks all sources as deleted in the interface. In this case, this option could help. description: If True all sources are displayed in sources list even if they are marked as deleted in the receiver. If False deleted sources are not displayed. Some receivers have a bug that marks all sources as deleted in the interface. In this case, this option could help.
zone1:
description: Specifies if zone 1 should be activated. Zones are displayed as additional media players with the same functionality as the Main Zone of the device supports.
zone2: zone2:
description: Specifies if zone 2 should be activated. Zones are displayed as additional media players with the same functionality as the Main Zone of the device supports. Some receivers do not support a second zone. description: Specifies if zone 2 should be activated. Zones are displayed as additional media players with the same functionality as the Main Zone of the device supports.
zone3:
description: Specifies if zone 3 should be activated. Zones are displayed as additional media players with the same functionality as the Main Zone of the device supports. Some receivers do not support a second zone.
update_audyssey: update_audyssey:
description: Specifies if Audyssey settings should be updated. This can take up to 10 seconds for some receivers. description: Specifies if Audyssey settings should be updated. This can take up to 10 seconds for some receivers.
required: false required: false
default: false default: false
type: boolean type: boolean
use_telnet:
description: Specifies if a telnet connection should be used to receive device status updates. Using telnet provides realtime updates (local push) for many values but each receiver is limited to a single connection. If you enable this setting, no other connection to your device can be made via telnet. This will be set to true for new installations of the integration but false for existing installs to prevent compatibility issues.
required: false
default: true
type: boolean
{% endconfiguration_basic %} {% endconfiguration_basic %}
A few notes: A few notes: