From c358d724a78530004cbb2ed1a66d70e8d3f5fb79 Mon Sep 17 00:00:00 2001 From: Jonas Bergler Date: Tue, 30 May 2023 21:27:22 +1200 Subject: [PATCH] update `hidden_description` to explain the behavior of the visible setting more clearly. (#16662) Co-authored-by: Bram Kragten --- 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 d7a59d39fe..4976c9f1a9 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1056,7 +1056,7 @@ "enabled_description": "Disabled entities will not be added to Home Assistant.", "enabled_delay_confirm": "The enabled entities will be added to Home Assistant in {delay} seconds", "enabled_restart_confirm": "Restart Home Assistant to finish enabling the entities", - "hidden_description": "Hidden entities will not be shown on your dashboard. Their history is still tracked and you can still interact with them with services.", + "hidden_description": "Hidden entities will not be shown on your dashboard or included when indirectly referenced (ie via an area or device). Their history is still tracked and you can still interact with them with services.", "delete": "Delete", "confirm_delete": "Are you sure you want to delete this entity?", "update": "Update",