hass-core/homeassistant/components/websocket_api
Bram Kragten 4b493c5ab9
Add target to service call API (#45898)
* Add target to service call API

* Fix _async_call_service_step

* CONF_SERVICE_ENTITY_ID overrules target

* Move merging up before processing schema

* Restore services.yaml

* Add test
2021-02-10 12:42:28 +01:00
..
__init__.py Expose more Websocket API constants (#42263) 2020-10-25 21:10:13 +01:00
auth.py
commands.py Add target to service call API (#45898) 2021-02-10 12:42:28 +01:00
connection.py Expose more Websocket API constants (#42263) 2020-10-25 21:10:13 +01:00
const.py
decorators.py
error.py
http.py Fix memory leak in websocket_api (#42894) 2020-11-06 09:27:41 +01:00
manifest.json
messages.py
permissions.py Change WHITELIST to ALLOWLIST for websockets (#44766) 2021-01-04 12:40:03 +01:00
sensor.py
services.yaml