hass-core/homeassistant
Robert Svensson 57bcb4743d
UniFi - Fix disabled entities being enabled after a restart (#35819)
* Async remove call removed too much, resulting in disabled entities coming back after a restart

* Calling super().async_remove is no longer needed, changed to self.async_remove

* Yes, they should be sets...
2020-05-20 08:55:06 +02:00
..
auth Pylint cleanups (#35409) 2020-05-09 14:08:40 +03:00
components UniFi - Fix disabled entities being enabled after a restart (#35819) 2020-05-20 08:55:06 +02:00
generated Update mill manifest to reflect config flow (#35748) 2020-05-18 22:31:10 +02:00
helpers Add check for HTML in translations (#35615) 2020-05-14 23:26:02 +02:00
scripts Check isinstance on collections.abc, not typing classes (#35087) 2020-05-02 23:57:48 +02:00
util Pylint cleanups (#35409) 2020-05-09 14:08:40 +03:00
__init__.py
__main__.py Add get_url helper, deprecate base_url (#35224) 2020-05-08 02:29:47 +02:00
block_async_io.py Patch http.client to not do I/O in the event loop (#34194) 2020-04-15 15:32:10 -07:00
bootstrap.py Log threading exceptions properly (#34789) 2020-04-28 14:31:35 -07:00
config.py Pylint cleanups (#35409) 2020-05-09 14:08:40 +03:00
config_entries.py Plex discovery on demand (#35303) 2020-05-13 09:11:00 -04:00
const.py Bumped version to 0.110.0b5 2020-05-19 20:21:58 +02:00
core.py Fix handling of additional data in core config storage (#35660) 2020-05-18 22:30:45 +02:00
data_entry_flow.py Add current step that is in progress (#35272) 2020-05-05 21:34:51 -07:00
exceptions.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
loader.py Remove logo & icon from manifest (#35410) 2020-05-10 11:10:44 -04:00
package_constraints.txt Updated frontend to 20200519.0 (#35813) 2020-05-19 20:19:45 +02:00
requirements.py Fix isort problem in homeassistant/requirements.py (#33828) 2020-04-08 12:48:20 -07:00
setup.py Set up config entries in parallel (#34755) 2020-04-27 10:05:02 -07:00
strings.json Use config flow references for data (#35529) 2020-05-12 10:50:44 -07:00