hass-core/homeassistant/components/websocket_api
J. Nick Koston 3c84c7ccf0
Fix memory leak in websocket_api ()
* Fix memory leak in websocket_api

Each named logger lives forever

* tweak
2020-11-06 09:27:41 +01:00
..
__init__.py Expose more Websocket API constants () 2020-10-25 21:10:13 +01:00
auth.py Exception chaining and wrapping improvements () 2020-08-28 13:50:32 +02:00
commands.py Cleanup unused loggers (components N-Z + tests) () 2020-10-16 21:24:08 -05:00
connection.py Expose more Websocket API constants () 2020-10-25 21:10:13 +01:00
const.py Ensure all jinja2 errors are trapped and displayed in the developer tools () 2020-09-26 17:03:32 -05:00
decorators.py Cleanup unused loggers (components N-Z + tests) () 2020-10-16 21:24:08 -05:00
error.py Enable pylint unnecessary-pass () 2020-04-05 10:33:07 +02:00
http.py Fix memory leak in websocket_api () 2020-11-06 09:27:41 +01:00
manifest.json
messages.py Ensure websocket event serializer cache is effective if subscription iden differs () 2020-10-23 01:28:22 +02:00
permissions.py Support multiple Lovelace dashboards () 2020-02-25 11:18:21 -08:00
sensor.py Do async_setup_platform in background () 2020-05-31 22:18:30 -07:00
services.yaml