Add installation parameters for Mastodon (#35907)

This commit is contained in:
Andrew Jackson 2024-11-22 16:14:00 +00:00 committed by GitHub
parent f789692ae2
commit ba5a0662ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.