mirror of
https://github.com/home-assistant/core.git
synced 2026-09-06 21:41:28 +01:00
11 lines
259 B
Python
11 lines
259 B
Python
"""Constants for the Yardian integration."""
|
|
|
|
DOMAIN = "yardian"
|
|
MANUFACTURER = "Aeon Matrix"
|
|
PRODUCT_NAME = "Yardian Smart Sprinkler Controller"
|
|
|
|
DEFAULT_WATERING_DURATION = 6
|
|
SWITCH_ON_REFRESH_DELAY = 2
|
|
SWITCH_OFF_REFRESH_DELAY = 4
|
|
BUTTON_REFRESH_DELAY = 3
|