Namespaces | |
| binary_sensor | |
| button | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| number | |
| select | |
| sensor | |
| switch | |
Functions | |
| list[Platform] | _get_platforms (ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, LektricoConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| LektricoConfigEntry | |
The Lektrico Charging Station integration.
|
private |
Return the platforms for this type of device.
Definition at line 56 of file __init__.py.
| bool homeassistant.components.lektrico.async_setup_entry | ( | HomeAssistant | hass, |
| LektricoConfigEntry | entry | ||
| ) |
Set up Lektrico Charging Station from a config entry.
Definition at line 32 of file __init__.py.
| bool homeassistant.components.lektrico.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 48 of file __init__.py.
| homeassistant.components.lektrico.LektricoConfigEntry |
Definition at line 29 of file __init__.py.