* Implement NightScout sensor integration * Add tests for NightScout integration * Fix Nightscout captalization * Change quality scale for Nightscout * Trigger actions * Add missing tests * Fix stale comments * Fix Nightscout manufacturer * Add entry type service * Change host to URL on nightscout config flow * Add ConfigEntryNotReady exception to nighscout init * Remote platform_schema from nightscout sensor * Update homeassistant/components/nightscout/config_flow.py Co-authored-by: Chris Talkington <chris@talkingtontech.com> Co-authored-by: Chris Talkington <chris@talkingtontech.com>
9 lines
181 B
Python
9 lines
181 B
Python
"""Constants for the Nightscout integration."""
|
|
|
|
DOMAIN = "nightscout"
|
|
|
|
ATTR_DEVICE = "device"
|
|
ATTR_DATE = "date"
|
|
ATTR_SVG = "svg"
|
|
ATTR_DELTA = "delta"
|
|
ATTR_DIRECTION = "direction"
|