2020-01-10 20:35:31 +00:00
{
"config" : {
"step" : {
"user" : {
"title" : "Sign-in with Ring account" ,
2020-05-12 17:50:44 +00:00
"data" : {
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]"
}
2020-01-10 20:35:31 +00:00
} ,
"2fa" : {
"title" : "Two-factor authentication" ,
2020-05-12 17:50:44 +00:00
"data" : {
"2fa" : "Two-factor code"
}
2023-11-15 03:49:27 +00:00
} ,
"reauth_confirm" : {
"title" : "[%key:common::config_flow::title::reauth%]" ,
"description" : "The Ring integration needs to re-authenticate your account {username}" ,
"data" : {
"password" : "[%key:common::config_flow::data::password%]"
}
2020-01-10 20:35:31 +00:00
}
} ,
"error" : {
2020-10-03 12:54:27 +00:00
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
2020-01-10 20:35:31 +00:00
} ,
2020-05-12 17:50:44 +00:00
"abort" : {
2023-11-15 03:49:27 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
2020-05-12 17:50:44 +00:00
}
2023-07-09 17:55:10 +00:00
} ,
"entity" : {
"binary_sensor" : {
"ding" : {
"name" : "Ding"
}
} ,
2024-03-15 14:31:51 +00:00
"button" : {
"open_door" : {
"name" : "Open door"
}
} ,
2023-07-09 17:55:10 +00:00
"light" : {
"light" : {
"name" : "[%key:component::light::title%]"
}
} ,
"siren" : {
"siren" : {
"name" : "[%key:component::siren::title%]"
}
} ,
"sensor" : {
"last_activity" : {
"name" : "Last activity"
} ,
"last_ding" : {
"name" : "Last ding"
} ,
"last_motion" : {
"name" : "Last motion"
} ,
"volume" : {
"name" : "Volume"
} ,
2024-03-15 11:59:36 +00:00
"doorbell_volume" : {
"name" : "Doorbell volume"
} ,
"mic_volume" : {
"name" : "Mic volume"
} ,
"voice_volume" : {
"name" : "Voice volume"
} ,
2023-07-09 17:55:10 +00:00
"wifi_signal_category" : {
"name" : "Wi-Fi signal category"
} ,
"wifi_signal_strength" : {
"name" : "Wi-Fi signal strength"
}
} ,
"switch" : {
"siren" : {
"name" : "[%key:component::siren::title%]"
}
}
2023-07-11 23:18:22 +00:00
} ,
"services" : {
"update" : {
"name" : "Update" ,
"description" : "Updates the data we have for all your ring devices."
}
2024-03-11 12:42:52 +00:00
} ,
"issues" : {
"deprecated_service_ring_update" : {
2024-07-15 19:19:25 +00:00
"title" : "Detected use of deprecated action `ring.update`" ,
2024-03-11 12:42:52 +00:00
"fix_flow" : {
"step" : {
"confirm" : {
"title" : "[%key:component::ring::issues::deprecated_service_ring_update::title%]" ,
2024-07-15 19:19:25 +00:00
"description" : "Use `homeassistant.update_entity` instead which will update all ring entities.\n\nPlease replace uses of this action and adjust your automations and scripts and select **submit** to close this issue."
2024-03-11 12:42:52 +00:00
}
}
}
}
2020-01-10 20:35:31 +00:00
}
2020-10-03 12:54:27 +00:00
}