mirror of
https://github.com/home-assistant/core.git
synced 2025-05-18 04:49:33 +00:00

Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: J. Nick Koston <nick@koston.org>
10 lines
160 B
Python
10 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
|