Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| sensor | |
| services | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| list | PLATFORMS = [Platform.SENSOR] |
The EnergyZero integration.
| bool homeassistant.components.energyzero.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up EnergyZero services.
Definition at line 20 of file __init__.py.
| bool homeassistant.components.energyzero.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up EnergyZero from a config entry.
Definition at line 28 of file __init__.py.
| bool homeassistant.components.energyzero.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload EnergyZero config entry.
Definition at line 45 of file __init__.py.
| homeassistant.components.energyzero.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 17 of file __init__.py.
| list homeassistant.components.energyzero.PLATFORMS = [Platform.SENSOR] |
Definition at line 16 of file __init__.py.