mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00: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
|