mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
denonavr: Add DynamicEQ (#16545)
This commit is contained in:
parent
e888c75f44
commit
5003fd8bd4
@ -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.
|
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.
|
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 %}
|
{% endconfiguration_basic %}
|
||||||
|
|
||||||
A few notes:
|
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`|
|
| `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`|
|
| `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
|
[Denon]: /integrations/denon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user