Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.bluetooth.active_update_processor Namespace Reference

Classes

class  ActiveBluetoothProcessorCoordinator
 

Variables

int POLL_DEFAULT_COOLDOWN = 10
 
bool POLL_DEFAULT_IMMEDIATE = True
 

Detailed Description

A Bluetooth passive processor coordinator.

Collects data from advertisements but can also poll.

Variable Documentation

◆ POLL_DEFAULT_COOLDOWN

int homeassistant.components.bluetooth.active_update_processor.POLL_DEFAULT_COOLDOWN = 10

Definition at line 21 of file active_update_processor.py.

◆ POLL_DEFAULT_IMMEDIATE

bool homeassistant.components.bluetooth.active_update_processor.POLL_DEFAULT_IMMEDIATE = True

Definition at line 22 of file active_update_processor.py.