This website requires JavaScript.
Explore
Help
Sign In
home-assistant
/
core
Watch
1
Star
0
Fork
1
You've already forked core
mirror of
https://github.com/home-assistant/core.git
synced
2026-07-10 10:31:21 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
da74ac06d7daeb4ecc176ea87bdee9a306fc2d1d
core
/
homeassistant
/
components
/
websocket_api
T
History
Marc Mueller
3b4b36a9fd
Fix partial typing (
#118022
)
2024-05-24 10:24:18 +02:00
..
__init__.py
Replace pylint protected-access with Ruff SLF001 (
#115735
)
2024-05-06 20:33:26 +02:00
auth.py
…
commands.py
Fix partial typing (
#118022
)
2024-05-24 10:24:18 +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
Enable Ruff RET502 (
#115139
)
2024-05-21 22:19:33 +02:00
error.py
…
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
…