Namespaces | |
| const | |
| helpers | |
| websocket_api | |
Classes | |
| class | HistoryPeriodView |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _ONE_DAY = timedelta(days=1) | |
| string | CONF_ORDER = "use_include_order" |
| CONFIG_SCHEMA | |
Provide pre-made queries on top of the recorder component.
| bool homeassistant.components.history.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the history hooks.
Definition at line 46 of file __init__.py.
|
private |
Definition at line 29 of file __init__.py.
| string homeassistant.components.history.CONF_ORDER = "use_include_order" |
Definition at line 27 of file __init__.py.
| homeassistant.components.history.CONFIG_SCHEMA |
Definition at line 31 of file __init__.py.