Keeps duplicating entities

Not really sure what I’m doing wrong, but after upgrade to 0.92.2 I keep getting duplicated netatmo entries, same with hive, but this is the one investigating now. I tried to remove them from core.entity_registry and they keep coming back. Looking at the logs I have:

2019-05-24 13:52:37 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.netatmo entity: sensor.netatmo_the_rainside_sum_rain_24
.
.
.
2019-05-24 13:52:38 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.netatmo entity: sensor.netatmo_the_rainside_sum_rain_1
2019-05-24 13:52:38 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/home/jrechena/homeassistant/lib64/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity
    raise HomeAssistantError(msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.netatmo_the_rainside_sum_rain_24. Platform netatmo does not generate unique IDs

So it seems that it tried to initialize the sensor twice.

Any ideas?

Thanks