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

Classes

class  BasePrivateDeviceTracker
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Tracking for bluetooth low energy devices.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.private_ble_device.device_tracker.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Load Device Tracker entities for a config entry.

Definition at line 21 of file device_tracker.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.private_ble_device.device_tracker._LOGGER = logging.getLogger(__name__)
private

Definition at line 18 of file device_tracker.py.