Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| sensor | |
| types | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, SolarEdgeConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, SolarEdgeConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR] |
The SolarEdge integration.
| bool homeassistant.components.solaredge.async_setup_entry | ( | HomeAssistant | hass, |
| SolarEdgeConfigEntry | entry | ||
| ) |
Set up SolarEdge from a config entry.
Definition at line 21 of file __init__.py.
| bool homeassistant.components.solaredge.async_unload_entry | ( | HomeAssistant | hass, |
| SolarEdgeConfigEntry | entry | ||
| ) |
Unload SolarEdge config entry.
Definition at line 45 of file __init__.py.
| list homeassistant.components.solaredge.PLATFORMS = [Platform.SENSOR] |
Definition at line 18 of file __init__.py.