1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00
Files
2021-02-22 15:28:08 +01:00

8 lines
145 B
Python

"""Constants for the Nightscout integration."""
DOMAIN = "nightscout"
ATTR_DEVICE = "device"
ATTR_DELTA = "delta"
ATTR_DIRECTION = "direction"