mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Remove default mastodon instance in config flow (#126204)
Remove default mastodon instance
This commit is contained in:
parent
63929a1177
commit
e2c6d2765a
@ -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…
x
Reference in New Issue
Block a user