mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00
8 lines
145 B
Python
8 lines
145 B
Python
"""Constants for the Nightscout integration."""
|
|
|
|
DOMAIN = "nightscout"
|
|
|
|
ATTR_DEVICE = "device"
|
|
ATTR_DELTA = "delta"
|
|
ATTR_DIRECTION = "direction"
|