mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
11 lines
236 B
Python
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"
|