From 8fe597b7c67c7d56e878e273d57b40dd8cc1dc82 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 8 Apr 2023 17:12:02 -1000 Subject: [PATCH] Clarify HomeKit include behavior in the config flow (#91106) * Clarify HomeKit include behavior in the config flow If a domain is selected to be included and specific entities are not selected in the domain, all entities will be included in that domain. * tweak --- homeassistant/components/homekit/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/homekit/strings.json b/homeassistant/components/homekit/strings.json index d041f8e0551..74af388df85 100644 --- a/homeassistant/components/homekit/strings.json +++ b/homeassistant/components/homekit/strings.json @@ -24,7 +24,7 @@ "data": { "entities": "Entities" }, - "description": "All “{domains}” entities will be included unless specific entities are selected.", + "description": "Select entities from each domain in “{domains}”. The include will cover the entire domain if you do not select any entities for a given domain.", "title": "Select the entities to be included" }, "exclude": {