Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.google_mail.const
 

Variables

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