Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| notify | |
| sensor | |
| utils | |
Classes | |
| class | MastodonData |
Functions | |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, MastodonConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, MastodonConfigEntry entry) |
| tuple[Mastodon, dict, dict] | setup_mastodon (ConfigEntry entry) |
Variables | |
| MastodonConfigEntry | |
The Mastodon integration.
| bool homeassistant.components.mastodon.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Migrate old config.
Definition at line 84 of file __init__.py.
| bool homeassistant.components.mastodon.async_setup_entry | ( | HomeAssistant | hass, |
| MastodonConfigEntry | entry | ||
| ) |
Set up Mastodon from a config entry.
Definition at line 42 of file __init__.py.
| bool homeassistant.components.mastodon.async_unload_entry | ( | HomeAssistant | hass, |
| MastodonConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 77 of file __init__.py.
| tuple[Mastodon, dict, dict] homeassistant.components.mastodon.setup_mastodon | ( | ConfigEntry | entry | ) |
Get mastodon details.
Definition at line 116 of file __init__.py.
| homeassistant.components.mastodon.MastodonConfigEntry |
Definition at line 39 of file __init__.py.