jabesq-org / pyatmo

Simple API to access Netatmo weather station data from any python script (for Netatmo information, see www.netatmo.com)
MIT License
27 stars 29 forks source link

fix duplicates in entity names #482

Closed cgtobi closed 11 months ago

cgtobi commented 11 months ago

Resovles: https://github.com/home-assistant/core/issues/88792

zufivan commented 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)

cgtobi commented 11 months ago

Thanks for testing. I'll take a look at how to approach that.