Classes | |
| class | MastodonNotificationService |
Functions | |
| MastodonNotificationService|None | async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| string | ATTR_CONTENT_WARNING = "content_warning" |
| string | ATTR_MEDIA = "media" |
| string | ATTR_MEDIA_WARNING = "media_warning" |
| string | ATTR_TARGET = "target" |
| string | INTEGRATION_TITLE = "Mastodon" |
| PLATFORM_SCHEMA | |
Mastodon platform for notify component.
| MastodonNotificationService | None homeassistant.components.mastodon.notify.async_get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
| string homeassistant.components.mastodon.notify.ATTR_CONTENT_WARNING = "content_warning" |
| string homeassistant.components.mastodon.notify.ATTR_MEDIA = "media" |
| string homeassistant.components.mastodon.notify.ATTR_MEDIA_WARNING = "media_warning" |
| string homeassistant.components.mastodon.notify.ATTR_TARGET = "target" |
| string homeassistant.components.mastodon.notify.INTEGRATION_TITLE = "Mastodon" |
| homeassistant.components.mastodon.notify.PLATFORM_SCHEMA |