Remove default mastodon instance in config flow (#126204)
Remove default mastodon instance
This commit is contained in:
parent
63929a1177
commit
e2c6d2765a
2 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,6 @@ STEP_USER_DATA_SCHEMA = vol.Schema(
|
|||
{
|
||||
vol.Required(
|
||||
CONF_BASE_URL,
|
||||
default=DEFAULT_URL,
|
||||
): TextSelector(TextSelectorConfig(type=TextSelectorType.URL)),
|
||||
vol.Required(
|
||||
CONF_CLIENT_ID,
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue