hass-core/homeassistant/components/websocket_api
J. Nick Koston d8161c431f
Add support for using an entityfilter to subscribe_entities (#124641)
* Add support for using an entityfilter to subscribe_entities

* filter init

* fix

* coverage
2024-08-27 11:17:05 +02:00
..
__init__.py Improve websocket_api schema typing (#120411) 2024-06-25 14:08:30 +02:00
auth.py
commands.py Add support for using an entityfilter to subscribe_entities (#124641) 2024-08-27 11:17:05 +02:00
connection.py Enable raise-within-try (TRY301) rule in ruff (#123351) 2024-08-12 09:16:33 +02:00
const.py
decorators.py Update voluptuous to 0.15.2 (#120631) 2024-07-02 12:57:09 -07:00
error.py
http.py Handle WebSocket client disconnect during prepare (#124173) 2024-08-19 15:28:05 -05:00
manifest.json Remove recorder from websocket_api after dependencies (#122422) 2024-07-22 16:50:05 -05:00
messages.py Improve performance of generate diffs of state change events (#124601) 2024-08-26 08:49:31 +02:00
sensor.py
services.yaml
strings.json Rename Services to Actions in translation strings (#121777) 2024-07-15 21:19:25 +02:00
util.py