Home Assistant Unofficial Reference 2024.12.1
notify.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.discord.notify.DiscordNotificationService
 

Namespaces

 homeassistant.components.discord.notify
 

Functions

DiscordNotificationService|None homeassistant.components.discord.notify.async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.discord.notify._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.discord.notify.ATTR_EMBED = "embed"
 
string homeassistant.components.discord.notify.ATTR_EMBED_AUTHOR = "author"
 
string homeassistant.components.discord.notify.ATTR_EMBED_COLOR = "color"
 
string homeassistant.components.discord.notify.ATTR_EMBED_DESCRIPTION = "description"
 
string homeassistant.components.discord.notify.ATTR_EMBED_FIELDS = "fields"
 
string homeassistant.components.discord.notify.ATTR_EMBED_FOOTER = "footer"
 
string homeassistant.components.discord.notify.ATTR_EMBED_IMAGE = "image"
 
string homeassistant.components.discord.notify.ATTR_EMBED_THUMBNAIL = "thumbnail"
 
string homeassistant.components.discord.notify.ATTR_EMBED_TITLE = "title"
 
string homeassistant.components.discord.notify.ATTR_EMBED_URL = "url"
 
string homeassistant.components.discord.notify.ATTR_IMAGES = "images"
 
string homeassistant.components.discord.notify.ATTR_URLS = "urls"
 
string homeassistant.components.discord.notify.ATTR_VERIFY_SSL = "verify_ssl"
 
int homeassistant.components.discord.notify.MAX_ALLOWED_DOWNLOAD_SIZE_BYTES = 8000000