Namespaces | |
| const | |
| data | |
| sensor | |
| types | |
| validate | |
| websocket_api | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | is_configured (HomeAssistant hass) |
Variables | |
| CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) | |
The Energy integration.
| bool homeassistant.components.energy.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up Energy.
Definition at line 26 of file __init__.py.
| bool homeassistant.components.energy.is_configured | ( | HomeAssistant | hass | ) |
Return a boolean to indicate if energy is configured.
Definition at line 18 of file __init__.py.
| homeassistant.components.energy.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 15 of file __init__.py.