hass-core/homeassistant/components/websocket_api
2024-05-17 14:42:21 +02:00
..
__init__.py Replace pylint protected-access with Ruff SLF001 (#115735) 2024-05-06 20:33:26 +02:00
auth.py Bump ruff to 0.3.4 (#112690) 2024-03-26 00:02:16 +01:00
commands.py Replace pylint broad-except with Ruff BLE001 (#116250) 2024-05-07 14:00:27 +02:00
connection.py Use PEP 695 for simple type aliases (#117633) 2024-05-17 14:42:21 +02:00
const.py Use PEP 695 for simple type aliases (#117633) 2024-05-17 14:42:21 +02:00
decorators.py Replace pylint broad-except with Ruff BLE001 (#116250) 2024-05-07 14:00:27 +02:00
error.py Add empty line after module docstring [w-z] (#112706) 2024-03-08 10:35:45 -05:00
http.py Replace pylint broad-except with Ruff BLE001 (#116250) 2024-05-07 14:00:27 +02: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