mirror of
https://github.com/home-assistant/core.git
synced 2025-12-19 18:38:58 +00:00
Co-authored-by: Norbert Rittel <norbert@rittel.de> Co-authored-by: Josef Zweck <josef@zweck.dev> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
12 lines
261 B
Python
12 lines
261 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"
|