core/homeassistant/components/denonavr/services.yaml

31 lines
855 B
YAML

# Describes the format for available denonavr services
get_command:
description: "Send a generic HTTP get command."
fields:
entity_id:
description: Name(s) of the denonavr entities where to run the API method.
example: "media_player.living_room_receiver"
command:
description: Endpoint of the command, including associated parameters.
example: "/goform/formiPhoneAppDirect.xml?RCKSK0410370"
set_dynamic_eq:
description: "Enable or disable DynamicEQ."
target:
entity:
integration: denonavr
domain: media_player
fields:
dynamic_eq:
description: "True/false for enable/disable."
default: true
example: true
selector:
boolean:
update_audyssey:
description: "Update Audyssey settings."
target:
entity:
integration: denonavr
domain: media_player