mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 03:07:50 +00:00
9 lines
203 B
Python
9 lines
203 B
Python
"""Constants for Google Sheets integration."""
|
|
|
|
from __future__ import annotations
|
|
|
|
DOMAIN = "google_sheets"
|
|
|
|
DEFAULT_NAME = "Google Sheets"
|
|
DEFAULT_ACCESS = "https://www.googleapis.com/auth/drive.file"
|