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

Namespaces

 config_flow
 
 const
 
 diagnostics
 
 sensor
 

Classes

class  LaunchLibraryData
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

The launch_library component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.launch_library.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up this integration using UI.

Definition at line 32 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.launch_library.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Handle removal of an entry.

Definition at line 69 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.launch_library._LOGGER = logging.getLogger(__name__)
private

Definition at line 20 of file __init__.py.

◆ PLATFORMS

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

Definition at line 22 of file __init__.py.