-
- Downloads
Device and entity registry remove config entry on unload (#16247)
* Test * Ability to remove device * Don't remove devices, instead remove config entry from device and entity registries * Remove print * Remove is not the same as unload * Add tests * Fix hound comment
Showing
- homeassistant/config_entries.py 8 additions, 0 deletionshomeassistant/config_entries.py
- homeassistant/helpers/device_registry.py 9 additions, 1 deletionhomeassistant/helpers/device_registry.py
- homeassistant/helpers/entity_registry.py 9 additions, 1 deletionhomeassistant/helpers/entity_registry.py
- tests/helpers/test_device_registry.py 27 additions, 0 deletionstests/helpers/test_device_registry.py
- tests/helpers/test_entity_registry.py 9 additions, 0 deletionstests/helpers/test_entity_registry.py
Loading
Please register or sign in to comment