mirror of
https://github.com/home-assistant/core.git
synced 2026-07-05 05:35:29 +01:00
8 lines
177 B
Python
8 lines
177 B
Python
"""Constants for the Yardian integration."""
|
|
|
|
DOMAIN = "yardian"
|
|
MANUFACTURER = "Aeon Matrix"
|
|
PRODUCT_NAME = "Yardian Smart Sprinkler Controller"
|
|
|
|
DEFAULT_WATERING_DURATION = 6
|