From 98379c9642b4f2fef43459ba8612f649dad95a6b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 26 Mar 2026 00:33:48 +0100 Subject: [PATCH] Improve cloud action naming consistency (#166516) --- homeassistant/components/cloud/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/cloud/strings.json b/homeassistant/components/cloud/strings.json index d642f1df682..6cb6b505b84 100644 --- a/homeassistant/components/cloud/strings.json +++ b/homeassistant/components/cloud/strings.json @@ -75,11 +75,11 @@ "services": { "remote_connect": { "description": "Makes the instance UI accessible from outside of the local network by enabling your Home Assistant Cloud connection.", - "name": "Enable remote access" + "name": "Enable Home Assistant Cloud remote access" }, "remote_disconnect": { "description": "Disconnects the instance UI from Home Assistant Cloud. This disables access to it from outside your local network.", - "name": "Disable remote access" + "name": "Disable Home Assistant Cloud remote access" } }, "system_health": {