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

11 lines
247 B
Python

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