Namespaces | |
| config_flow | |
| const | |
| sensor | |
Classes | |
| class | SunWEGData |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, config_entries.ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| SCAN_INTERVAL = datetime.timedelta(minutes=5) | |
The Sun WEG inverter sensor integration.
| bool homeassistant.components.sunweg.async_setup_entry | ( | HomeAssistant | hass, |
| config_entries.ConfigEntry | entry | ||
| ) |
Load the saved entities.
Definition at line 25 of file __init__.py.
| bool homeassistant.components.sunweg.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 39 of file __init__.py.
|
private |
Definition at line 22 of file __init__.py.
| homeassistant.components.sunweg.SCAN_INTERVAL = datetime.timedelta(minutes=5) |
Definition at line 20 of file __init__.py.