mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 10:23:46 +02:00
fb5c2f2566
Co-authored-by: Andrej Walilko <awalilko@liquidweb.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"description": "The Jellyfin integration needs to re-authenticate your account",
|
|
"title": "[%key:common::config_flow::title::reauth%]"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"watching": {
|
|
"name": "Active clients",
|
|
"unit_of_measurement": "clients"
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"audio_codec": "Audio codec"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"play_media_shuffle": {
|
|
"description": "Starts playing specified media shuffled. Overwrites current play queue.",
|
|
"fields": {
|
|
"media": {
|
|
"description": "The media selected to play.",
|
|
"name": "Media"
|
|
}
|
|
},
|
|
"name": "Play media shuffled"
|
|
}
|
|
}
|
|
}
|