Add data descriptions for all config fields in Mastodon integration (#131260)

This commit is contained in:
Andrew Jackson 2024-11-22 12:44:52 +00:00 committed by GitHub
parent 154282ff5c
commit 3d98be8593
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,10 @@
"access_token": "[%key:common::config_flow::data::access_token%]" "access_token": "[%key:common::config_flow::data::access_token%]"
}, },
"data_description": { "data_description": {
"base_url": "The URL of your Mastodon instance e.g. https://mastodon.social." "base_url": "The URL of your Mastodon instance e.g. https://mastodon.social.",
"client_id": "The client key for the application created within your Mastodon account.",
"client_secret": "The client secret for the application created within your Mastodon account.",
"access_token": "The access token for the application created within your Mastodon account."
} }
} }
}, },