Namespaces | |
| config_flow | |
| const | |
| entity | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, EfergyConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, EfergyConfigEntry entry) |
Variables | |
| EfergyConfigEntry | |
| list | PLATFORMS = [Platform.SENSOR] |
The Efergy integration.
| bool homeassistant.components.efergy.async_setup_entry | ( | HomeAssistant | hass, |
| EfergyConfigEntry | entry | ||
| ) |
Set up Efergy from a config entry.
Definition at line 17 of file __init__.py.
| bool homeassistant.components.efergy.async_unload_entry | ( | HomeAssistant | hass, |
| EfergyConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 42 of file __init__.py.
| homeassistant.components.efergy.EfergyConfigEntry |
Definition at line 14 of file __init__.py.
| list homeassistant.components.efergy.PLATFORMS = [Platform.SENSOR] |
Definition at line 13 of file __init__.py.