Functions | |
| None | async_setup (HomeAssistant hass) |
| None | ws_info (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg) |
The Recorder websocket API.
| None homeassistant.components.recorder.basic_websocket_api.async_setup | ( | HomeAssistant | hass | ) |
Set up the recorder websocket API.
Definition at line 16 of file basic_websocket_api.py.
| None homeassistant.components.recorder.basic_websocket_api.ws_info | ( | HomeAssistant | hass, |
| websocket_api.ActiveConnection | connection, | ||
| dict[str, Any] | msg | ||
| ) |
Return status of the recorder.
Definition at line 27 of file basic_websocket_api.py.