Hi, maybe someone can assist me a little.
I try to integrate a Shelly Pro 3 switch into Homeassistant.
The Pro 3 switch has LAN/WLAN and 3 switches integrated in one device. The switches are toggled individually. So in the shelly WEB-UI the switch presents 3 buttons, each for every internal switch.
The Shelly is detected automatically by the homeassistant shelly integration. When the device is configured.
On the Settings - Devices - Integrations page for the device I can use the three buttons of the Controls panel to switch the 3 internal switches individually.
The problem is, that the integration creates three different entities:
All three have the same name and different entity IDs:
Name: Heizungslüfter-Ost
Entity-ID: switch.heizungslufter_ost
Name: Heizungslüfter-Ost
Entity-ID: switch.heizungslufter_ost_2
Name: Heizungslüfter-Ost
Entity-ID: switch.heizungslufter_ost_3
As soon I select one of them in configuring for example a switch in lovelace or a script the dialogs for configuring the script or lovelace are starting an endless loop and further configuration / saving is not possible.
I think the problem is related to have three switches using the same name?