mirror of
https://github.com/home-assistant/core.git
synced 2025-06-26 16:07:08 +00:00

* Fix airthings-ble data drop outs when Bluetooth adapter is flakey fixes #116770 * add missing file * update
12 lines
191 B
Python
12 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
|