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

Classes

class  BluetoothStorage
 

Variables

string REMOTE_SCANNER_STORAGE_KEY = "bluetooth.remote_scanners"
 
int REMOTE_SCANNER_STORAGE_VERSION = 1
 
int SCANNER_SAVE_DELAY = 5
 

Detailed Description

Storage for remote scanners.

Variable Documentation

◆ REMOTE_SCANNER_STORAGE_KEY

string homeassistant.components.bluetooth.storage.REMOTE_SCANNER_STORAGE_KEY = "bluetooth.remote_scanners"

Definition at line 18 of file storage.py.

◆ REMOTE_SCANNER_STORAGE_VERSION

int homeassistant.components.bluetooth.storage.REMOTE_SCANNER_STORAGE_VERSION = 1

Definition at line 17 of file storage.py.

◆ SCANNER_SAVE_DELAY

int homeassistant.components.bluetooth.storage.SCANNER_SAVE_DELAY = 5

Definition at line 19 of file storage.py.