mirror of
https://github.com/home-assistant/core.git
synced 2025-05-31 19:27:06 +00:00
16 lines
226 B
Python
16 lines
226 B
Python
"""smarttub constants."""
|
|
|
|
DOMAIN = "smarttub"
|
|
|
|
EVENT_SMARTTUB = "smarttub"
|
|
|
|
SMARTTUB_CONTROLLER = "smarttub_controller"
|
|
|
|
SCAN_INTERVAL = 60
|
|
|
|
POLLING_TIMEOUT = 10
|
|
API_TIMEOUT = 5
|
|
|
|
DEFAULT_MIN_TEMP = 18.5
|
|
DEFAULT_MAX_TEMP = 40
|