63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "The Twitch integration needs to re-authenticate your account"
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"wrong_account": "Wrong account: Please authenticate with {username}.",
|
|
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
|
|
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
|
|
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]",
|
|
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"channel": {
|
|
"state": {
|
|
"streaming": "Streaming",
|
|
"offline": "Offline"
|
|
},
|
|
"state_attributes": {
|
|
"followers": {
|
|
"name": "Followers"
|
|
},
|
|
"game": {
|
|
"name": "Game"
|
|
},
|
|
"title": {
|
|
"name": "Title"
|
|
},
|
|
"started_at": {
|
|
"name": "Started at"
|
|
},
|
|
"viewers": {
|
|
"name": "Viewers"
|
|
},
|
|
"subscribed": {
|
|
"name": "Subscribed"
|
|
},
|
|
"subscription_is_gifted": {
|
|
"name": "Subscription is gifted"
|
|
},
|
|
"subscription_tier": {
|
|
"name": "Subscription tier"
|
|
},
|
|
"following": {
|
|
"name": "Following"
|
|
},
|
|
"following_since": {
|
|
"name": "Following since"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|