mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 23:47:08 +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"
|