mirror of
https://github.com/home-assistant/core.git
synced 2026-09-18 14:38:02 +01:00
7 lines
123 B
Python
7 lines
123 B
Python
"""UpCloud constants."""
|
|
|
|
from datetime import timedelta
|
|
|
|
DOMAIN = "upcloud"
|
|
DEFAULT_SCAN_INTERVAL = timedelta(seconds=60)
|