mirror of
https://github.com/home-assistant/core.git
synced 2026-08-30 02:35:19 -05:00
14 lines
323 B
Python
14 lines
323 B
Python
"""Constants for the droplet integration."""
|
|
|
|
CONNECT_DELAY = 5
|
|
|
|
DOMAIN = "droplet"
|
|
DEVICE_NAME = "Droplet"
|
|
|
|
KEY_CURRENT_FLOW_RATE = "current_flow_rate"
|
|
KEY_VOLUME = "volume"
|
|
KEY_SIGNAL_QUALITY = "signal_quality"
|
|
KEY_SERVER_CONNECTIVITY = "server_connectivity"
|
|
KEY_HIGH_FLOW = "high_flow"
|
|
KEY_UNUSUAL_FLOW = "unusual_flow"
|