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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 models
 
 sensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

The LD2410 BLE integration.

Function Documentation

◆ _async_update_listener()

None homeassistant.components.ld2410_ble._async_update_listener ( HomeAssistant  hass,
ConfigEntry  entry 
)
private
Handle options update.

Definition at line 89 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.ld2410_ble.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up LD2410 BLE from a config entry.

Definition at line 28 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 96 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 25 of file __init__.py.