mirror of
https://github.com/usetrmnl/ha_core.git
synced 2026-04-29 13:39:29 -07:00
8 lines
169 B
Python
8 lines
169 B
Python
"""Constants for Nextcloud integration."""
|
|
|
|
from datetime import timedelta
|
|
|
|
DOMAIN = "nextcloud"
|
|
DEFAULT_SCAN_INTERVAL = timedelta(seconds=60)
|
|
DEFAULT_VERIFY_SSL = True
|