From 5003fd8bd4016631cff595508599791cec7bfc87 Mon Sep 17 00:00:00 2001 From: MarBra <16831559+MarBra@users.noreply.github.com> Date: Sun, 25 Apr 2021 14:19:22 +0200 Subject: [PATCH] denonavr: Add DynamicEQ (#16545) --- source/_integrations/denonavr.markdown | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/source/_integrations/denonavr.markdown b/source/_integrations/denonavr.markdown index 3d1543f4626..4b6e55e90a9 100644 --- a/source/_integrations/denonavr.markdown +++ b/source/_integrations/denonavr.markdown @@ -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