mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 06:05:43 +01: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
|