From 79a9c0220bc3eb674940d4b79d2475c1946b7629 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Fri, 3 Sep 2021 16:06:49 +0200 Subject: [PATCH] Improve information about entities naming in Shelly integration (#19192) --- source/_integrations/shelly.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown index 7c8621f1e82..686f20bf7aa 100644 --- a/source/_integrations/shelly.markdown +++ b/source/_integrations/shelly.markdown @@ -42,7 +42,9 @@ Integration is communicating directly with the device; cloud connection is not n ## Entity naming -The integration uses the following strategy to name its entities: +The integration uses `Device Name` to name its entities if the device has only one relay or no relays at all. + +The integration uses the following strategy to name its entities if the device has more than one relay: - If `Device Name` or `Channel Name` is set in the device, the integration will use them to generate the entities' name. - If channel names are set, they will be used in the entity names. The device name will not be used.