Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| lock | |
| number | |
| sensor | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.LOCK, Platform.NUMBER, Platform.SENSOR, Platform.SWITCH] |
The Wallbox integration.
| bool homeassistant.components.wallbox.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Wallbox from a config entry.
Definition at line 18 of file __init__.py.
| bool homeassistant.components.wallbox.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 44 of file __init__.py.
| list homeassistant.components.wallbox.PLATFORMS = [Platform.LOCK, Platform.NUMBER, Platform.SENSOR, Platform.SWITCH] |
Definition at line 15 of file __init__.py.