core/homeassistant/components/elkm1
J. Nick Koston f043404cd9
Fix duplicate call to async_write_ha_state when adding elkm1 entities (#141890)
When an entity is added state is always written in
add_to_platform_finish:

7336178e03/homeassistant/helpers/entity.py (L1384)

We should not do it in async_added_to_hass as well
2025-03-30 21:23:54 -04:00
..
__init__.py
alarm_control_panel.py
binary_sensor.py
climate.py
config_flow.py
const.py
discovery.py
entity.py Fix duplicate call to async_write_ha_state when adding elkm1 entities (#141890) 2025-03-30 21:23:54 -04:00
icons.json
light.py
logbook.py
manifest.json
models.py
scene.py
sensor.py
services.yaml
strings.json
switch.py