diff --git a/source/_integrations/mastodon.markdown b/source/_integrations/mastodon.markdown index 2e3880c9bef..0099064c80d 100644 --- a/source/_integrations/mastodon.markdown +++ b/source/_integrations/mastodon.markdown @@ -26,6 +26,17 @@ If you want to grant only required accesses, uncheck all checkboxes then check o {% include integrations/config_flow.md %} +{% configuration_basic %} +URL: + description: The URL of your Mastodon instance, for example `https://mastodon.social`. +Client key: + description: The client key for the application created within your Mastodon account web interface. +Client secret: + description: The client secret for the application created within your Mastodon account web interface. +Access token: + description: The access token for the application created within your Mastodon account web interface. +{% endconfiguration_basic %} + ## Sensors The integration will create sensors for the Mastodon account showing total followers, following, and posts. Sensors are updated once an hour.