mirror of
https://github.com/home-assistant/core.git
synced 2026-05-15 21:11:29 +01:00
588db501fb
Co-authored-by: J. Nick Koston <nick@koston.org>
8 lines
166 B
Python
8 lines
166 B
Python
"""Constants for the Yardian integration."""
|
|
|
|
DOMAIN = "yardian"
|
|
MANUFACTURER = "Aeon Matrix"
|
|
PRODUCT_NAME = "Yardian Smart Sprinkler"
|
|
|
|
DEFAULT_WATERING_DURATION = 6
|