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:
parent
a01f18a3ac
commit
d5b966d942
18 changed files with 829 additions and 3 deletions
9
homeassistant/components/airthings_ble/const.py
Normal file
9
homeassistant/components/airthings_ble/const.py
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue