Classes | |
| class | DiscordNotificationService |
Functions | |
| DiscordNotificationService|None | async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_EMBED = "embed" |
| string | ATTR_EMBED_AUTHOR = "author" |
| string | ATTR_EMBED_COLOR = "color" |
| string | ATTR_EMBED_DESCRIPTION = "description" |
| string | ATTR_EMBED_FIELDS = "fields" |
| string | ATTR_EMBED_FOOTER = "footer" |
| string | ATTR_EMBED_IMAGE = "image" |
| string | ATTR_EMBED_THUMBNAIL = "thumbnail" |
| string | ATTR_EMBED_TITLE = "title" |
| string | ATTR_EMBED_URL = "url" |
| string | ATTR_IMAGES = "images" |
| string | ATTR_URLS = "urls" |
| string | ATTR_VERIFY_SSL = "verify_ssl" |
| int | MAX_ALLOWED_DOWNLOAD_SIZE_BYTES = 8000000 |
Discord platform for notify component.
| DiscordNotificationService | None homeassistant.components.discord.notify.async_get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| 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" |