Namespaces | |
| config_flow | |
| const | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.SWITCH] |
Energenie Power-Sockets (EGPS) integration.
| bool homeassistant.components.energenie_power_sockets.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Energenie Power Sockets.
Definition at line 16 of file __init__.py.
| bool homeassistant.components.energenie_power_sockets.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload config entry.
Definition at line 35 of file __init__.py.
| list homeassistant.components.energenie_power_sockets.PLATFORMS = [Platform.SWITCH] |
Definition at line 13 of file __init__.py.