From c2e6f8e761e0555903fb4d3593be5fdc2f77bba3 Mon Sep 17 00:00:00 2001 From: Yazan AbdAl-Rahman Date: Mon, 2 Dec 2024 03:56:15 +0200 Subject: [PATCH] Improve service names and descriptions for 'remote_connect' and 'remote_disconnect' in Home Assistant Cloud (#131993) * Rename and reword 'remote_connect' and 'remote_disconnect' services for clarity * Trigger pipeline * Trigger pipeline * Trigger pipeline * Trigger pipeline * Apply suggestions from code review --------- Co-authored-by: Paulus Schoutsen --- homeassistant/components/cloud/strings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/cloud/strings.json b/homeassistant/components/cloud/strings.json index 9f7e0dbadcd..1da91f67813 100644 --- a/homeassistant/components/cloud/strings.json +++ b/homeassistant/components/cloud/strings.json @@ -68,12 +68,12 @@ }, "services": { "remote_connect": { - "name": "Remote connect", - "description": "Makes the instance UI accessible from outside of the local network by using Home Assistant Cloud." + "name": "Enable remote access", + "description": "Makes the instance UI accessible from outside of the local network by enabling your Home Assistant Cloud connection." }, "remote_disconnect": { - "name": "Remote disconnect", - "description": "Disconnects the Home Assistant UI from the Home Assistant Cloud. You will no longer be able to access your Home Assistant instance from outside your local network." + "name": "Disable remote access", + "description": "Disconnects the instance UI from Home Assistant Cloud. This disables access to it from outside your local network." } } }