1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-08 07:07:08 +00:00
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"