core/homeassistant/components/websocket_api
Paulus Schoutsen cb07ea0d60
RFC: Add system health component (#20436)
* Add system health component

* Remove stale comment

* Fix confusing syntax

* Update test_init.py

* Address comments

* Lint

* Move distro check to updater

* Convert to websocket

* Lint

* Make info callback async

* Fix tests

* Fix tests

* Lint

* Catch exceptions
2019-01-30 10:57:53 -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 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 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