core/homeassistant/components/websocket_api
J. Nick Koston 48b93e03ee
Cache transient templates compiles provided via api (#89065)
* Cache transient templates compiles provided via api

partially fixes #89047 (there is more going on here)

* add a bit more coverage just to be sure

* switch method

* Revert "switch method"

This reverts commit 0e9e1c8cbe.

* tweak

* hold hass

* empty for github flakey
2023-03-02 21:31:12 -05:00
..
__init__.py
auth.py
commands.py Cache transient templates compiles provided via api (#89065) 2023-03-02 21:31:12 -05:00
connection.py Improve performance of websocket_api dispatch (#88496) 2023-02-20 19:51:34 +01:00
const.py
decorators.py Add support for background tasks in HA (#88265) 2023-02-16 20:39:29 -05:00
error.py
http.py Inverse json import logic (#88099) 2023-02-16 11:37:57 +01:00
manifest.json
messages.py Inverse json import logic (#88099) 2023-02-16 11:37:57 +01:00
permissions.py
sensor.py
services.yaml
util.py