{ "config": { "abort": { "access_not_configured": "Please read the below message we got from Google:\n\n{message}", "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", "no_channel": "Please create a YouTube channel to be able to use the integration. Instructions can be found at {support_url}.", "no_subscriptions": "You need to be subscribed to YouTube channels in order to add them.", "oauth_error": "[%key:common::config_flow::abort::oauth2_error%]", "oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]", "oauth_implementation_unavailable": "[%key:common::config_flow::abort::oauth2_implementation_unavailable%]", "oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]", "oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "unknown": "[%key:common::config_flow::error::unknown%]", "wrong_account": "Wrong account: please authenticate with the right account." }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]" }, "initiate_flow": { "user": "[%key:common::config_flow::initiate_flow::account%]" }, "step": { "channels": { "data": { "channels": "YouTube channels" }, "description": "Select the channels you want to add." }, "reauth_confirm": { "description": "The YouTube integration needs to re-authenticate your account", "title": "[%key:common::config_flow::title::reauth%]" } } }, "entity": { "sensor": { "latest_upload": { "name": "Latest upload", "state_attributes": { "published_at": { "name": "Published at" }, "video_id": { "name": "Video ID" } } }, "subscribers": { "name": "Subscribers" }, "views": { "name": "Views" } } }, "exceptions": { "oauth2_implementation_unavailable": { "message": "[%key:common::exceptions::oauth2_implementation_unavailable::message%]" } }, "options": { "step": { "init": { "data": { "channels": "[%key:component::youtube::config::step::channels::data::channels%]" }, "description": "[%key:component::youtube::config::step::channels::description%]" } } } }