hass-core/homeassistant/components/websocket_api
J. Nick Koston 0b3bcca49b
Avoid string decode/encode round trip in websocket_api get_services (#108632)
The cache was converting from bytes to str and when we read
the cache we converted it back to bytes again
2024-01-21 22:53:45 -05:00
..
__init__.py Send localization info on websocket_api script errors (#104638) 2023-11-29 10:47:23 +01:00
auth.py Significantly reduce websocket api connection auth phase latency (#108564) 2024-01-21 22:33:31 -05:00
commands.py Avoid string decode/encode round trip in websocket_api get_services (#108632) 2024-01-21 22:53:45 -05:00
connection.py Avoid bytes to string to bytes conversion in websocket api (#108139) 2024-01-16 21:37:34 +01:00
const.py Add ServiceValidationError and translation support (#102592) 2023-11-06 15:45:04 +01:00
decorators.py
error.py
http.py Significantly reduce websocket api connection auth phase latency (#108564) 2024-01-21 22:33:31 -05:00
manifest.json
messages.py Avoid bytes to string to bytes conversion in websocket api (#108139) 2024-01-16 21:37:34 +01:00
sensor.py
services.yaml
strings.json Add ServiceValidationError and translation support (#102592) 2023-11-06 15:45:04 +01:00
util.py