Skip to content

Commit

Permalink
Remove default mastodon instance in config flow (#126204)
Browse files Browse the repository at this point in the history
Remove default mastodon instance
  • Loading branch information
andrew-codechimp authored Sep 18, 2024
1 parent 63929a1 commit e2c6d27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion homeassistant/components/mastodon/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
{
vol.Required(
CONF_BASE_URL,
default=DEFAULT_URL,
): TextSelector(TextSelectorConfig(type=TextSelectorType.URL)),
vol.Required(
CONF_CLIENT_ID,
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/mastodon/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"access_token": "[%key:common::config_flow::data::access_token%]"
},
"data_description": {
"base_url": "The URL of your Mastodon instance."
"base_url": "The URL of your Mastodon instance e.g. https://mastodon.social."
}
}
},
Expand Down

0 comments on commit e2c6d27

Please sign in to comment.