hass-core/homeassistant/components/websocket_api
Erik Montnemery 48f7924e9e
Allow specifying a custom log function for template render (#99572)
* Allow specifying a custom log function for template render

* Bypass template cache when reporting errors + fix tests

* Send errors as events

* Fix logic for creating new TemplateEnvironment

* Add strict mode back

* Only send error events if report_errors is True

* Force test of websocket_api only

* Debug test

* Run pytest with higher verbosity

* Timeout after 1 minute, enable syslog output

* Adjust timeout

* Add debug logs

* Fix unsafe call to WebSocketHandler._send_message

* Remove debug code

* Improve test coverage

* Revert accidental change

* Include severity in error events

* Remove redundant information from error events
2023-09-06 10:03:35 +02:00
..
__init__.py Add empty config schema to integrations t-z (#93853) 2023-05-31 10:13:26 +02:00
auth.py Remove the ability to defer websocket message construction (#96734) 2023-07-17 08:41:39 +02:00
commands.py Allow specifying a custom log function for template render (#99572) 2023-09-06 10:03:35 +02:00
connection.py Upgrade ruff to 0.0.285 (#98647) 2023-08-19 08:17:17 -04:00
const.py Fix memory leaks in websocket api (#94780) 2023-06-19 18:27:22 -05:00
decorators.py
error.py
http.py Use asyncio.timeout [core] (#98447) 2023-08-15 08:36:05 -05:00
manifest.json
messages.py Fix websocket_api _state_diff_event using json_encoder_default (#96905) 2023-07-19 18:22:43 +02:00
permissions.py
sensor.py
services.yaml
util.py