Add Airthings BLE component (#77284)

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Vincent Giorgi 2022-09-29 21:55:45 +02:00 committed by GitHub
parent a01f18a3ac
commit d5b966d942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 829 additions and 3 deletions

View file

@ -0,0 +1,9 @@
"""Constants for Airthings BLE."""
DOMAIN = "airthings_ble"
MFCT_ID = 820
VOLUME_BECQUEREL = "Bq/m³"
VOLUME_PICOCURIE = "pCi/L"
DEFAULT_SCAN_INTERVAL = 300