From ba5a0662aec9d3cc14bc8db13fab11d082f7ad5a Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Fri, 22 Nov 2024 16:14:00 +0000 Subject: [PATCH] Add installation parameters for Mastodon (#35907) --- source/_integrations/mastodon.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.