Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.google_tasks.const Namespace Reference

Variables

string DOMAIN = "google_tasks"
 
string OAUTH2_AUTHORIZE = "https://accounts.google.com/o/oauth2/v2/auth"
 
list OAUTH2_SCOPES
 
string OAUTH2_TOKEN = "https://oauth2.googleapis.com/token"
 

Detailed Description

Constants for the Google Tasks integration.

Variable Documentation

◆ DOMAIN

string homeassistant.components.google_tasks.const.DOMAIN = "google_tasks"

Definition at line 5 of file const.py.

◆ OAUTH2_AUTHORIZE

string homeassistant.components.google_tasks.const.OAUTH2_AUTHORIZE = "https://accounts.google.com/o/oauth2/v2/auth"

Definition at line 7 of file const.py.

◆ OAUTH2_SCOPES

list homeassistant.components.google_tasks.const.OAUTH2_SCOPES
Initial value:
1 = [
2  "https://www.googleapis.com/auth/tasks",
3  "https://www.googleapis.com/auth/userinfo.profile",
4 ]

Definition at line 9 of file const.py.

◆ OAUTH2_TOKEN

string homeassistant.components.google_tasks.const.OAUTH2_TOKEN = "https://oauth2.googleapis.com/token"

Definition at line 8 of file const.py.