60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "The Sonarr integration needs to be manually re-authenticated with the Sonarr API hosted at: {url}"
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"upcoming_days": "Number of upcoming days to display",
|
|
"wanted_max_items": "Max number of wanted items to display"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"commands": {
|
|
"name": "Commands"
|
|
},
|
|
"diskspace": {
|
|
"name": "Disk space"
|
|
},
|
|
"queue": {
|
|
"name": "Queue"
|
|
},
|
|
"series": {
|
|
"name": "Shows"
|
|
},
|
|
"upcoming": {
|
|
"name": "Upcoming"
|
|
},
|
|
"wanted": {
|
|
"name": "Wanted"
|
|
}
|
|
}
|
|
}
|
|
}
|