Improve information about entities naming in Shelly integration (#19192)

This commit is contained in:
Maciej Bieniek 2021-09-03 16:06:49 +02:00 committed by GitHub
parent 07b30abea5
commit 79a9c0220b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.