6 lines
102 B
Python
6 lines
102 B
Python
|
"""Constants for the LD2410 BLE integration."""
|
||
|
|
||
|
DOMAIN = "ld2410_ble"
|
||
|
|
||
|
LOCAL_NAMES = {"HLK-LD2410B"}
|