Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: J. Nick Koston <nick@koston.org>
9 lines
160 B
Python
9 lines
160 B
Python
"""Constants for Airthings BLE."""
|
|
|
|
DOMAIN = "airthings_ble"
|
|
MFCT_ID = 820
|
|
|
|
VOLUME_BECQUEREL = "Bq/m³"
|
|
VOLUME_PICOCURIE = "pCi/L"
|
|
|
|
DEFAULT_SCAN_INTERVAL = 300
|