Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for Airthings BLE."""
2 
3 DOMAIN = "airthings_ble"
4 MFCT_ID = 820
5 
6 VOLUME_BECQUEREL = "Bq/m³"
7 VOLUME_PICOCURIE = "pCi/L"
8 
9 DEFAULT_SCAN_INTERVAL = 300
10 
11 MAX_RETRIES_AFTER_STARTUP = 5