From ae4f43496eaf8056cececc7d601ba312c8087630 Mon Sep 17 00:00:00 2001 From: Pierre <397503+bemble@users.noreply.github.com> Date: Fri, 11 Apr 2025 16:08:02 +0200 Subject: [PATCH] Add reconnection information when an instance is already connected (#25013) --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 309464d647..ce945bec5d 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4820,7 +4820,7 @@ }, "dialog_already_connected": { "heading": "Account linked to other Home Assistant", - "description": "We noticed that another instance is currently connected to your Home Assistant Cloud account. Your Home Assistant Cloud account can only be signed into one Home Assistant instance at a time. If you log in here, the other instance will be disconnected along with its Cloud services.", + "description": "We noticed that another instance is currently connected to your Home Assistant Cloud account. Your Home Assistant Cloud account can only be signed into one Home Assistant instance at a time. If you log in here, the other instance will be disconnected along with its Cloud services and you will need to be physically present to reconnect it. Nabu Casa support is unable to remotely reconnect a disconnected Home Assistant instance.", "other_home_assistant": "Other Home Assistant", "instance_name": "Instance name", "instance_version": "Instance version",