2020-08-12 13:09:47 +00:00
{
"config" : {
"step" : {
2022-04-18 14:27:14 +00:00
"user" : { } ,
"fallback" : {
"description" : "Could not discover Roon server, please enter your Hostname and Port." ,
2020-08-12 13:09:47 +00:00
"data" : {
2022-04-18 14:27:14 +00:00
"host" : "[%key:common::config_flow::data::host%]" ,
"port" : "[%key:common::config_flow::data::port%]"
2020-08-12 13:09:47 +00:00
}
} ,
"link" : {
"title" : "Authorize HomeAssistant in Roon" ,
"description" : "You must authorize Home Assistant in Roon. After you click submit, go to the Roon Core application, open Settings and enable HomeAssistant on the Extensions tab."
}
} ,
"error" : {
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
2021-01-18 15:00:30 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]"
2020-08-12 13:09:47 +00:00
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]"
}
2023-07-11 23:18:22 +00:00
} ,
2023-11-12 10:58:15 +00:00
"entity" : {
"event" : {
"volume" : {
"state_attributes" : {
"event_type" : {
"state" : {
"volume_up" : "Volume up" ,
"volume_down" : "Volume down"
}
}
}
}
}
} ,
2023-07-11 23:18:22 +00:00
"services" : {
"transfer" : {
"name" : "Transfer" ,
"description" : "Transfers playback from one player to another." ,
"fields" : {
"transfer_id" : {
"name" : "Transfer ID" ,
"description" : "ID of the destination player."
}
}
}
2020-08-12 13:09:47 +00:00
}
}