1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-30 11:16:05 +01:00
Files
core/homeassistant/components/google_drive/const.py
T
2026-04-30 21:14:48 +02:00

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/"