2021-05-04 09:46:09 +00:00
|
|
|
{
|
|
|
|
|
"title": "Jellyfin",
|
|
|
|
|
"config": {
|
|
|
|
|
"flow_title": "Jellyfin Configuration",
|
|
|
|
|
"step": {
|
|
|
|
|
"user": {
|
2021-05-10 16:25:44 +00:00
|
|
|
"title": "Jellyfin Config",
|
|
|
|
|
"description": "Configure the integration.",
|
2021-05-04 09:46:09 +00:00
|
|
|
"data": {
|
|
|
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
2021-05-10 16:25:44 +00:00
|
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]",
|
|
|
|
|
"generate_upcoming": "Generate Upcoming card data",
|
|
|
|
|
"generate_yamc": "Generate YAMC card data"
|
2021-05-04 09:46:09 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"error": {
|
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
|
|
|
},
|
|
|
|
|
"abort": {
|
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
|
"conn_error": "[%key:common::config_flow::error::cannot_connect%]"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"options": {
|
|
|
|
|
"flow_title": "Jellyfin Configuration",
|
|
|
|
|
"step": {
|
|
|
|
|
"user": {
|
|
|
|
|
"title": "Luci Config",
|
|
|
|
|
"description": "Configure the connection details.",
|
|
|
|
|
"data": {
|
|
|
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
2021-05-10 16:25:44 +00:00
|
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]",
|
|
|
|
|
"generate_upcoming": "Generate Upcoming card data",
|
|
|
|
|
"generate_yamc": "Generate YAMC card data"
|
2021-05-04 09:46:09 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"error": {
|
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
|
|
|
},
|
|
|
|
|
"abort": {
|
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
|
"conn_error": "[%key:common::config_flow::error::cannot_connect%]"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|