mirror of
https://github.com/home-assistant/core.git
synced 2025-05-19 13:29:17 +00:00
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
|