hass-core/homeassistant/components/websocket_api
J. Nick Koston 3d595fff13
Avoid duplicate timestamp conversions for websocket api and recorder (#108144)
* Avoid duplicate timestamp conversions for websocket api and recorder

We convert the time from datetime to timestamps one per
open websocket connection and the recorder for every
state update. Only do the conversion once since its
~30% of the cost of building the state diff

* more

* two more

* two more in live history
2024-01-16 14:05:01 +01:00
..
__init__.py Send localization info on websocket_api script errors (#104638) 2023-11-29 10:47:23 +01:00
auth.py Revert "Restrict Version Disclosure to Authenticated Requests in Home Assistant" (#107904) 2024-01-12 11:06:59 -10:00
commands.py Use faster is_admin check for websocket state and event subscriptions (#107621) 2024-01-13 10:42:41 -10:00
connection.py Assign specific error code for HomeAssistantError on websocket_api connection exceptions (#104700) 2023-11-29 13:07:52 +01:00
const.py Add ServiceValidationError and translation support (#102592) 2023-11-06 15:45:04 +01:00
decorators.py
error.py
http.py Reduce string copy needed to subscribe to entities (#102870) 2023-10-28 09:18:25 -05:00
manifest.json
messages.py Avoid duplicate timestamp conversions for websocket api and recorder (#108144) 2024-01-16 14:05:01 +01:00
sensor.py Upgrade ruff to 0.0.289 (#100238) 2023-09-12 22:22:10 +02:00
services.yaml
strings.json Add ServiceValidationError and translation support (#102592) 2023-11-06 15:45:04 +01:00
util.py