mirror of
https://github.com/home-assistant/core.git
synced 2026-08-14 17:23:33 +01:00
10 lines
227 B
Python
10 lines
227 B
Python
"""Constants for the Yardian integration."""
|
|
|
|
DOMAIN = "yardian"
|
|
MANUFACTURER = "Aeon Matrix"
|
|
PRODUCT_NAME = "Yardian Smart Sprinkler Controller"
|
|
|
|
DEFAULT_WATERING_DURATION = 6
|
|
SWITCH_REFRESH_DELAY = 2
|
|
BUTTON_REFRESH_DELAY = 3
|