Closed cgtobi closed 11 months ago
thanks @cgtobi i tested "fix_name_spam" it's working but I have this litlle problem:
my main module is called camera_padronale my second module is called camera_bimbi my third module is called sala
the entities created now (for temperature) is :
sensor.camera_padronale_temperature
(OK)
sensor.camera_padronale_bimbi_temperature
(NOK) it should be sensor.camera_padronale_camera_bimbi_temperature
sensor.camera_padronale_sala_temperature
(OK)
Thanks for testing. I'll take a look at how to approach that.
Resovles: https://github.com/home-assistant/core/issues/88792