Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.energenie_power_sockets Namespace Reference

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]
 

Detailed Description

Energenie Power-Sockets (EGPS) integration.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.energenie_power_sockets.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload config entry.

Definition at line 35 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.energenie_power_sockets.PLATFORMS = [Platform.SWITCH]

Definition at line 13 of file __init__.py.