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

Variables

string ATTR_BCC = "bcc"
 
string ATTR_CC = "cc"
 
string ATTR_ENABLED = "enabled"
 
string ATTR_END = "end"
 
string ATTR_FROM = "from"
 
string ATTR_ME = "me"
 
string ATTR_MESSAGE = "message"
 
string ATTR_PLAIN_TEXT = "plain_text"
 
string ATTR_RESTRICT_CONTACTS = "restrict_contacts"
 
string ATTR_RESTRICT_DOMAIN = "restrict_domain"
 
string ATTR_SEND = "send"
 
string ATTR_START = "start"
 
string ATTR_TITLE = "title"
 
string DATA_AUTH = "auth"
 
string DATA_HASS_CONFIG = "hass_config"
 
list DEFAULT_ACCESS
 
string DOMAIN = "google_mail"
 
string MANUFACTURER = "Google, Inc."
 

Detailed Description

Constants for Google Mail integration.

Variable Documentation

◆ ATTR_BCC

string homeassistant.components.google_mail.const.ATTR_BCC = "bcc"

Definition at line 5 of file const.py.

◆ ATTR_CC

string homeassistant.components.google_mail.const.ATTR_CC = "cc"

Definition at line 6 of file const.py.

◆ ATTR_ENABLED

string homeassistant.components.google_mail.const.ATTR_ENABLED = "enabled"

Definition at line 7 of file const.py.

◆ ATTR_END

string homeassistant.components.google_mail.const.ATTR_END = "end"

Definition at line 8 of file const.py.

◆ ATTR_FROM

string homeassistant.components.google_mail.const.ATTR_FROM = "from"

Definition at line 9 of file const.py.

◆ ATTR_ME

string homeassistant.components.google_mail.const.ATTR_ME = "me"

Definition at line 10 of file const.py.

◆ ATTR_MESSAGE

string homeassistant.components.google_mail.const.ATTR_MESSAGE = "message"

Definition at line 11 of file const.py.

◆ ATTR_PLAIN_TEXT

string homeassistant.components.google_mail.const.ATTR_PLAIN_TEXT = "plain_text"

Definition at line 12 of file const.py.

◆ ATTR_RESTRICT_CONTACTS

string homeassistant.components.google_mail.const.ATTR_RESTRICT_CONTACTS = "restrict_contacts"

Definition at line 13 of file const.py.

◆ ATTR_RESTRICT_DOMAIN

string homeassistant.components.google_mail.const.ATTR_RESTRICT_DOMAIN = "restrict_domain"

Definition at line 14 of file const.py.

◆ ATTR_SEND

string homeassistant.components.google_mail.const.ATTR_SEND = "send"

Definition at line 15 of file const.py.

◆ ATTR_START

string homeassistant.components.google_mail.const.ATTR_START = "start"

Definition at line 16 of file const.py.

◆ ATTR_TITLE

string homeassistant.components.google_mail.const.ATTR_TITLE = "title"

Definition at line 17 of file const.py.

◆ DATA_AUTH

string homeassistant.components.google_mail.const.DATA_AUTH = "auth"

Definition at line 19 of file const.py.

◆ DATA_HASS_CONFIG

string homeassistant.components.google_mail.const.DATA_HASS_CONFIG = "hass_config"

Definition at line 20 of file const.py.

◆ DEFAULT_ACCESS

list homeassistant.components.google_mail.const.DEFAULT_ACCESS
Initial value:
1 = [
2  "https://www.googleapis.com/auth/gmail.compose",
3  "https://www.googleapis.com/auth/gmail.settings.basic",
4 ]

Definition at line 21 of file const.py.

◆ DOMAIN

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

Definition at line 25 of file const.py.

◆ MANUFACTURER

string homeassistant.components.google_mail.const.MANUFACTURER = "Google, Inc."

Definition at line 26 of file const.py.