hass-core/homeassistant/components/websocket_api
J. Nick Koston 20d5d3c162
Switch a few more async_track_state_change to the faster async_track_state_change_event (#37833)
async_track_state_change_event is faster than async_track_state_change
and since we do not care about the data being returned to the callback
this is a simple speedup
2020-07-14 22:31:34 -07:00
..
__init__.py
auth.py Improve string formatting v5 (#33697) 2020-04-05 17:48:55 +02:00
commands.py Switch a few more async_track_state_change to the faster async_track_state_change_event (#37833) 2020-07-14 22:31:34 -07:00
connection.py
const.py Allow WS queue to temporarily peak (#34175) 2020-04-13 18:50:36 -07:00
decorators.py Make the frontend available sooner (Part 1 of 2) (#36263) 2020-06-02 13:54:11 -05:00
error.py Enable pylint unnecessary-pass (#33650) 2020-04-05 10:33:07 +02:00
http.py Make the frontend available sooner (Part 1 of 2) (#36263) 2020-06-02 13:54:11 -05:00
manifest.json Correct typo Asssitant -> Assistant (#35117) 2020-05-03 11:36:06 +02:00
messages.py
permissions.py Support multiple Lovelace dashboards (#32134) 2020-02-25 11:18:21 -08:00
sensor.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00
services.yaml