7 lines
145 B
Python
7 lines
145 B
Python
"""Constants for the Nightscout integration."""
|
|
|
|
DOMAIN = "nightscout"
|
|
|
|
ATTR_DEVICE = "device"
|
|
ATTR_DELTA = "delta"
|
|
ATTR_DIRECTION = "direction"
|