{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]" }, "error": { "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "2fa": { "data": { "2fa": "Two-factor code" }, "data_description": { "2fa": "Account verification code via the method selected in your Ring account settings." }, "title": "Two-factor authentication" }, "reauth_confirm": { "data": { "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "password": "[%key:component::ring::config::step::user::data_description::password%]" }, "description": "The Ring integration needs to re-authenticate your account {username}", "title": "[%key:common::config_flow::title::reauth%]" }, "reconfigure": { "data": { "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "password": "[%key:component::ring::config::step::user::data_description::password%]" }, "description": "Will create a new Authorized Device for {username} at ring.com", "title": "Reconfigure Ring integration" }, "user": { "data": { "password": "[%key:common::config_flow::data::password%]", "username": "[%key:common::config_flow::data::username%]" }, "data_description": { "password": "Your Ring account password.", "username": "Your Ring account username." }, "title": "Sign in with Ring account" } } }, "entity": { "binary_sensor": { "ding": { "name": "Ding" } }, "button": { "open_door": { "name": "Open door" } }, "camera": { "last_recording": { "name": "Last recording" }, "live_view": { "name": "Live view" } }, "event": { "ding": { "name": "Ding" }, "intercom_unlock": { "name": "Intercom unlock" } }, "light": { "light": { "name": "[%key:component::light::title%]" } }, "number": { "doorbell_volume": { "name": "Doorbell volume" }, "mic_volume": { "name": "Mic volume" }, "voice_volume": { "name": "Voice volume" }, "volume": { "name": "Volume" } }, "sensor": { "doorbell_volume": { "name": "Doorbell volume" }, "last_activity": { "name": "Last activity" }, "last_ding": { "name": "Last ding" }, "last_motion": { "name": "Last motion" }, "mic_volume": { "name": "Mic volume" }, "voice_volume": { "name": "Voice volume" }, "volume": { "name": "Volume" }, "wifi_signal_category": { "name": "Wi-Fi signal category" } }, "siren": { "siren": { "name": "[%key:component::siren::title%]" } }, "switch": { "in_home_chime": { "name": "In-home chime" }, "motion_detection": { "name": "Motion detection" }, "siren": { "name": "[%key:component::siren::title%]" } } }, "exceptions": { "api_authentication": { "message": "Authentication error communicating with Ring API" }, "api_error": { "message": "Error communicating with Ring API" }, "api_timeout": { "message": "Timeout communicating with Ring API" }, "no_subscription": { "message": "Ring Protect subscription required for snapshots" }, "sdp_m_line_index_required": { "message": "Error negotiating stream for {device}" } }, "issues": { "deprecated_entity": { "description": "We detected that entity `{entity}` is being used in `{info}`\n\nWe have created a new `{new_platform}` entity and you should migrate `{info}` to use this new entity.\n\nWhen you are done migrating `{info}` and are ready to have the deprecated `{entity}` entity removed, disable the entity and restart Home Assistant.", "title": "Detected deprecated {platform} entity usage" } } }