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

7 lines
167 B
Python

"""Constants for Google Sheets integration."""
DOMAIN = "google_sheets"
DEFAULT_NAME = "Google Sheets"
DEFAULT_ACCESS = "https://www.googleapis.com/auth/drive.file"