Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| helper | |
| number | |
| select | |
| sensor | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.NUMBER, Platform.SELECT, Platform.SENSOR, Platform.SWITCH] |
The Kostal Plenticore Solar Inverter integration.
| bool homeassistant.components.kostal_plenticore.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Kostal Plenticore Solar Inverter from a config entry.
Definition at line 19 of file __init__.py.
| bool homeassistant.components.kostal_plenticore.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 35 of file __init__.py.
|
private |
Definition at line 14 of file __init__.py.
| list homeassistant.components.kostal_plenticore.PLATFORMS = [Platform.NUMBER, Platform.SELECT, Platform.SENSOR, Platform.SWITCH] |
Definition at line 16 of file __init__.py.