core/homeassistant/components/websocket_api
Paulus Schoutsen 987b5cd905
Person component: add storage and WS commands (#20852)
* Forbid duplicate IDs

* Allow loading persons from storage

* Convert to PersonManager

* Add storage support and WS commands to Person component

* Convert list command to differentiate types

* Allow loading person component without defining persons

* Fix cleanups after update/delete

* Address comments

* Start tracking when HA started
2019-02-09 10:41:40 -08:00
..
__init__.py RFC: Add system health component (#20436) 2019-01-30 10:57:53 -08:00
auth.py assign user to websocket connection when using legacy_api_password (#19797) 2019-01-08 20:45:24 -08:00
commands.py RFC: Call services directly (#18720) 2018-11-30 21:28:35 +01:00
connection.py Person component: add storage and WS commands (#20852) 2019-02-09 10:41:40 -08:00
const.py Enforce permissions for Websocket API (#18719) 2018-11-27 10:12:31 +01:00
decorators.py RFC: Add system health component (#20436) 2019-01-30 10:57:53 -08:00
error.py
http.py Forbid float NaN in JSON (#18757) 2018-11-28 13:25:23 +01:00
messages.py