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

Namespaces

 config_flow
 
 const
 
 sensor
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry config_entry)
 

Variables

list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

The edl21 component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.edl21.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Set up EDL21 integration from a config entry.

Definition at line 10 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.edl21.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Unload a config entry.

Definition at line 16 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.edl21.PLATFORMS = [Platform.SENSOR]

Definition at line 7 of file __init__.py.