* Fix airthings-ble data drop outs when Bluetooth adapter is flakey fixes #116770 * add missing file * update
11 lines
191 B
Python
11 lines
191 B
Python
"""Constants for Airthings BLE."""
|
|
|
|
DOMAIN = "airthings_ble"
|
|
MFCT_ID = 820
|
|
|
|
VOLUME_BECQUEREL = "Bq/m³"
|
|
VOLUME_PICOCURIE = "pCi/L"
|
|
|
|
DEFAULT_SCAN_INTERVAL = 300
|
|
|
|
MAX_RETRIES_AFTER_STARTUP = 5
|