denonavr: Add DynamicEQ (#16545)

This commit is contained in:
MarBra 2021-04-25 14:19:22 +02:00 committed by GitHub
parent e888c75f44
commit 5003fd8bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,11 @@ 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:
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.
update_audyssey:
description: Specifies if Audyssey settings should be updated. This can take up to 10 Seconds for some receivers.
required: false
default: false
type: boolean
{% endconfiguration_basic %}
A few notes:
@ -110,4 +115,21 @@ A comprehensive list of telnet protocol commands is [also available](http://asse
| `entity_id` | no | Name of entity to send command to. For example `media_player.marantz`|
| `command` | no | Command to send to device, e.g., `/goform/formiPhoneAppDirect.xml?VSMONI2`|
#### Service `denonavr.set_dynamic_eq`
Enable or disable DynamicEQ setting.
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ---------------------------------------------------- |
| `entity_id` | yes | Name of entity to send command to. For example `media_player.marantz`|
| `dynamic_eq` | no | True/false for enable/disable.|
#### Service `denonavr.update_audyssey`
Update Audyssey settings. This can take up to 10 Seconds for some receivers.
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ---------------------------------------------------- |
| `entity_id` | yes | Name of entity to send command to. For example `media_player.marantz`|
[Denon]: /integrations/denon