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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 device_tracker
 
 entity
 
 sensor
 

Functions

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

Variables

list PLATFORMS = [Platform.DEVICE_TRACKER, Platform.SENSOR]
 

Detailed Description

Private BLE Device integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.private_ble_device.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up tracking of a private bluetooth device from a config entry.

Definition at line 12 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.private_ble_device.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload entities for a config entry.

Definition at line 18 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.private_ble_device.PLATFORMS = [Platform.DEVICE_TRACKER, Platform.SENSOR]

Definition at line 9 of file __init__.py.