Skip to content

Commit

Permalink
Add data descriptions for all config fields in Mastodon integration (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp authored Nov 22, 2024
1 parent 154282f commit 3d98be8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion homeassistant/components/mastodon/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"access_token": "[%key:common::config_flow::data::access_token%]"
},
"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."
}
}
},
Expand Down

0 comments on commit 3d98be8

Please sign in to comment.