core/homeassistant/components/medcom_ble/const.py

11 lines
236 B
Python

"""Constants for the Medcom BLE integration."""
DOMAIN = "medcom_ble"
# 5 minutes scan interval, which is perfectly
# adequate for background monitoring
DEFAULT_SCAN_INTERVAL = 300
# Units for the radiation monitors
UNIT_CPM = "CPM"