1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/nightscout/const.py
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"