1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-06 06:59:15 +00:00

6 Commits

Author SHA1 Message Date
epenet
2c210e4b58
Use root import for websocket_api () 2024-09-12 19:31:57 +02:00
epenet
960d1289ef
Avoid references to websocket_api.const in core and other components () 2024-06-10 13:49:44 +02:00
Marc Mueller
59a6035d3f
Add empty line after module docstring [j-m] () 2024-03-08 09:01:29 -05:00
J. Nick Koston
e4a15354f4
Fix logger creating many thread locks when reloading the integrations page ()
* Fix logger creating many thread locks

We call getLogger for each integration to get the current
log level when loading the integrations page. This creates
a storm of threading locks

* fixes
2024-01-13 21:11:34 -05:00
J. Nick Koston
e7e7f603c2
Remove async_response from websocket apis where nothing was being awaited () 2023-03-23 20:53:18 -04:00
J. Nick Koston
8792d664e7
Add websocket endpoints to control integration logging ()
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Erik <erik@montnemery.com>
2022-11-17 08:57:43 -06:00