Add Google Sheets integration (#77853)
Co-authored-by: Allen Porter <allen@thebends.org>
This commit is contained in:
parent
996bcbdac6
commit
a46982befb
14 changed files with 882 additions and 0 deletions
10
homeassistant/components/google_sheets/const.py
Normal file
10
homeassistant/components/google_sheets/const.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
"""Constants for Google Sheets integration."""
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Final
|
||||
|
||||
DOMAIN = "google_sheets"
|
||||
|
||||
DATA_CONFIG_ENTRY: Final = "config_entry"
|
||||
DEFAULT_NAME = "Google Sheets"
|
||||
DEFAULT_ACCESS = "https://www.googleapis.com/auth/drive.file"
|
Loading…
Add table
Add a link
Reference in a new issue