core/homeassistant/components/nextcloud/const.py

6 lines
142 B
Python
Raw Normal View History

2023-03-14 08:51:03 +00:00
"""Constants for Nextcloud integration."""
from datetime import timedelta
DOMAIN = "nextcloud"
DEFAULT_SCAN_INTERVAL = timedelta(seconds=60)