core/homeassistant/helpers
Robert Svensson 7a6facc875 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
2018-09-04 09:00:14 +02:00
..
__init__.py Remove some unused imports (#15529) 2018-07-18 10:46:14 +02:00
aiohttp_client.py Fix aiohttp connection reset errors (#15577) 2018-07-23 14:36:36 +02:00
condition.py Pylint cleanups (#15626) 2018-07-23 10:16:05 +02:00
config_entry_flow.py Refactor data entry flow (#15883) 2018-08-09 13:24:14 +02:00
config_validation.py fix error message for cv.matches_regex (#16175) 2018-08-24 23:27:12 +02:00
data_entry_flow.py Refactor data entry flow (#15883) 2018-08-09 13:24:14 +02:00
deprecation.py Pylint cleanups (#15626) 2018-07-23 10:16:05 +02:00
device_registry.py Device and entity registry remove config entry on unload (#16247) 2018-09-04 09:00:14 +02:00
discovery.py Grammar and spelling fixes (#16065) 2018-08-19 22:29:08 +02:00
dispatcher.py Rename homeassistant.util.async to .async_ (#13088) 2018-03-11 10:01:12 -07:00
entity.py Device registry store config entry (#16152) 2018-08-25 10:59:28 +02:00
entity_component.py Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 (#14557) 2018-08-24 10:28:43 +02:00
entity_platform.py Device registry store config entry (#16152) 2018-08-25 10:59:28 +02:00
entity_registry.py Device and entity registry remove config entry on unload (#16247) 2018-09-04 09:00:14 +02:00
entity_values.py Add disallow_untyped_calls to mypy check. (#15661) 2018-07-31 15:00:17 +01:00
entityfilter.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
event.py Pylint cleanups (#15626) 2018-07-23 10:16:05 +02:00
icon.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
intent.py Upgrade pylint to 2.0.1 (#15683) 2018-07-26 08:55:42 +02:00
json.py Remove homeassistant.remote (#16099) 2018-08-21 15:49:58 +02:00
location.py Async migration device_tracker (#4406) 2016-11-18 23:35:08 +01:00
restore_state.py Python 3.5 async with (#13283) 2018-03-17 12:27:21 +01:00
script.py Allow wait template to run the remainder of the script (#15836) 2018-08-13 11:23:27 +02:00
service.py Add recent context (#15989) 2018-08-20 17:39:53 +02:00
signal.py Add disallow_untyped_calls to mypy check. (#15661) 2018-07-31 15:00:17 +01:00
state.py Pylint cleanups (#15626) 2018-07-23 10:16:05 +02:00
storage.py Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 (#14557) 2018-08-24 10:28:43 +02:00
sun.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
temperature.py Round humidity for display purposes (#12766) 2018-02-28 10:59:47 -08:00
template.py Upgrade pylint to 2.1.0 (#15811) 2018-08-04 15:22:22 +02:00
translation.py Lint cleanups (#15243) 2018-07-01 11:57:01 -04:00
typing.py MQTT Static Typing (#12433) 2018-02-28 22:59:14 +01:00