Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Medcom BLE integration."""
2 
3 DOMAIN = "medcom_ble"
4 
5 # 5 minutes scan interval, which is perfectly
6 # adequate for background monitoring
7 DEFAULT_SCAN_INTERVAL = 300
8 
9 # Units for the radiation monitors
10 UNIT_CPM = "CPM"