Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Nightscout integration."""
2 
3 DOMAIN = "nightscout"
4 
5 ATTR_DEVICE = "device"
6 ATTR_DELTA = "delta"
7 ATTR_DIRECTION = "direction"