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__) | |
The LD2410 BLE integration.
|
private |
Handle options update.
Definition at line 89 of file __init__.py.
| 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.
| bool homeassistant.components.ld2410_ble.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 96 of file __init__.py.
|
private |
Definition at line 25 of file __init__.py.