2022-09-20 15:51:29 +00:00
{
"config" : {
"step" : {
"user" : {
"description" : "API key can be retrieved automatically if login credentials were not set in application.\nYour API key can be found in Settings > General in the Lidarr Web UI." ,
"data" : {
"api_key" : "[%key:common::config_flow::data::api_key%]" ,
"url" : "[%key:common::config_flow::data::url%]" ,
"verify_ssl" : "[%key:common::config_flow::data::verify_ssl%]"
}
} ,
"reauth_confirm" : {
"title" : "[%key:common::config_flow::title::reauth%]" ,
"description" : "The Lidarr integration needs to be manually re-authenticated with the Lidarr API" ,
"data" : {
"api_key" : "[%key:common::config_flow::data::api_key%]"
}
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"zeroconf_failed" : "API key not found. Please enter it manually" ,
"wrong_app" : "Incorrect application reached. Please try again" ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_service%]" ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
}
2023-06-27 08:19:20 +00:00
} ,
"entity" : {
"sensor" : {
"disk_space" : {
"name" : "Disk space"
} ,
"queue" : {
"name" : "Queue"
} ,
"wanted" : {
"name" : "Wanted"
2024-10-25 16:13:03 +00:00
} ,
"albums" : {
"name" : "Albums"
2023-06-27 08:19:20 +00:00
}
}
2022-09-20 15:51:29 +00:00
}
}