You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The changes introduced in c85b582 from issue #99 changed the IDs of all other devices for example switch.entrance_lamp to switch.entrance_lamp_entrance_lamp. Which is a bad user experience if you try to readd the integration. I would propose to add the prefix only if it is a PARASOLL Door/Window Sensor device or check if the value from self._device.name != self._name.
The text was updated successfully, but these errors were encountered:
rhoriguchi
changed the title
Regeresion of device IDs
Regression of device IDs
Nov 16, 2024
The changes introduced in c85b582 from issue #99 changed the IDs of all other devices for example
switch.entrance_lamp
toswitch.entrance_lamp_entrance_lamp
. Which is a bad user experience if you try to readd the integration. I would propose to add the prefix only if it is aPARASOLL Door/Window Sensor
device or check if the value fromself._device.name != self._name
.The text was updated successfully, but these errors were encountered: