Files
core/homeassistant/components/google_drive/const.py
T

9 lines
211 B
Python

"""Constants for the Google Drive integration."""
from datetime import timedelta
DOMAIN = "google_drive"
SCAN_INTERVAL = timedelta(hours=6)
DRIVE_FOLDER_URL_PREFIX = "https://drive.google.com/drive/folders/"