mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Add installation parameters for Mastodon (#35907)
This commit is contained in:
parent
f789692ae2
commit
ba5a0662ae
@ -26,6 +26,17 @@ If you want to grant only required accesses, uncheck all checkboxes then check o
|
|||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% 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
|
## Sensors
|
||||||
|
|
||||||
The integration will create sensors for the Mastodon account showing total followers, following, and posts. Sensors are updated once an hour.
|
The integration will create sensors for the Mastodon account showing total followers, following, and posts. Sensors are updated once an hour.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user