Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.google_mail
 

Functions

bool homeassistant.components.google_mail.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.google_mail.async_setup_entry (HomeAssistant hass, GoogleMailConfigEntry entry)
 
bool homeassistant.components.google_mail.async_unload_entry (HomeAssistant hass, GoogleMailConfigEntry entry)
 

Variables

 homeassistant.components.google_mail.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
 homeassistant.components.google_mail.GoogleMailConfigEntry
 
list homeassistant.components.google_mail.PLATFORMS = [Platform.NOTIFY, Platform.SENSOR]