hass-core/homeassistant/components/medcom_ble/const.py
Edouard Lafargue 4028596977
Add Medcom Bluetooth integration (#100289)
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-09-26 13:41:34 -05:00

10 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"