hass-core/homeassistant/components/websocket_api
2024-04-30 12:02:28 -05:00
..
__init__.py
auth.py
commands.py Avoid re-encoding the message id as bytes for every event/state change (#116460) 2024-04-30 12:02:28 -05:00
connection.py Skip processing websocket_api schema if it has no arguments (#115618) 2024-04-18 10:41:08 -04:00
const.py
decorators.py Skip processing websocket_api schema if it has no arguments (#115618) 2024-04-18 10:41:08 -04:00
error.py
http.py Deprecate calling async_listen and async_listen_once with run_immediately (#115169) 2024-04-08 10:07:54 -10:00
manifest.json
messages.py Avoid re-encoding the message id as bytes for every event/state change (#116460) 2024-04-30 12:02:28 -05:00
sensor.py Migrate websocket_api sensor to use shorthand attrs (#115620) 2024-04-15 20:40:31 +02:00
services.yaml
strings.json
util.py