core/homeassistant/components/websocket_api
Paulus Schoutsen df21dd21f2 RFC: Call services directly (#18720)
* Call services directly

* Simplify

* Type

* Lint

* Update name

* Fix tests

* Catch exceptions in HTTP view

* Lint

* Handle ServiceNotFound in API endpoints that call services

* Type

* Don't crash recorder on non-JSON serializable objects
2018-11-30 21:28:35 +01:00
..
__init__.py Async response all the things (#17073) 2018-10-03 07:53:54 +02:00
auth.py
commands.py RFC: Call services directly (#18720) 2018-11-30 21:28:35 +01:00
connection.py Enforce permissions for Websocket API (#18719) 2018-11-27 10:12:31 +01:00
const.py Enforce permissions for Websocket API (#18719) 2018-11-27 10:12:31 +01:00
decorators.py Enforce permissions for Websocket API (#18719) 2018-11-27 10:12:31 +01:00
error.py
http.py Forbid float NaN in JSON (#18757) 2018-11-28 13:25:23 +01:00
messages.py