2020-06-16 12:46:39 +00:00
{
"config" : {
2021-05-11 05:14:33 +00:00
"flow_title" : "{name}" ,
2020-06-16 12:46:39 +00:00
"step" : {
"user" : {
2023-02-14 00:36:09 +00:00
"description" : "By default, this integration uses a Telnet connection to your receiver to receive real-time updates. Only one Telnet connection to your receiver can be established at a time. The Telnet connection can be disabled after setting up the integration." ,
2020-06-16 12:46:39 +00:00
"data" : {
2020-10-01 14:31:34 +00:00
"host" : "[%key:common::config_flow::data::ip%]"
2022-03-28 17:41:39 +00:00
} ,
"data_description" : {
"host" : "Leave blank to use auto-discovery"
2020-06-16 12:46:39 +00:00
}
} ,
"confirm" : {
"description" : "Please confirm adding the receiver"
} ,
"select" : {
"title" : "Select the receiver that you wish to connect" ,
"description" : "Run the setup again if you want to connect additional receivers" ,
"data" : {
2020-10-17 11:34:51 +00:00
"select_host" : "Receiver IP address"
2020-06-16 12:46:39 +00:00
}
}
} ,
"error" : {
"discovery_error" : "Failed to discover a Denon AVR Network Receiver"
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2020-10-03 13:49:09 +00:00
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
2020-10-17 11:34:51 +00:00
"cannot_connect" : "Failed to connect, please try again, disconnecting mains power and ethernet cables and reconnecting them may help" ,
2022-01-17 10:10:32 +00:00
"not_denonavr_manufacturer" : "Not a Denon AVR Network Receiver, discovered manufacturer did not match" ,
2020-06-16 12:46:39 +00:00
"not_denonavr_missing" : "Not a Denon AVR Network Receiver, discovery information not complete"
}
} ,
"options" : {
"step" : {
"init" : {
"description" : "Specify optional settings" ,
"data" : {
"show_all_sources" : "Show all sources" ,
"zone2" : "Set up Zone 2" ,
2021-04-22 01:55:30 +00:00
"zone3" : "Set up Zone 3" ,
2023-02-14 00:36:09 +00:00
"update_audyssey" : "Update Audyssey settings" ,
"use_telnet" : "Use Telnet connection"
2020-06-16 12:46:39 +00:00
}
}
}
2023-07-11 21:06:32 +00:00
} ,
"services" : {
"get_command" : {
"name" : "Get command" ,
"description" : "Send sa generic HTTP get command." ,
"fields" : {
"command" : {
"name" : "Command" ,
"description" : "Endpoint of the command, including associated parameters."
}
}
} ,
"set_dynamic_eq" : {
"name" : "Set dynamic equalizer" ,
"description" : "Enables or disables DynamicEQ." ,
"fields" : {
"dynamic_eq" : {
"name" : "Dynamic equalizer" ,
"description" : "True/false for enable/disable."
}
}
} ,
"update_audyssey" : {
"name" : "Update Audyssey" ,
"description" : "Updates Audyssey settings."
}
2020-06-16 12:46:39 +00:00
}
}