Clarify what the Tailscale integration does not (#68499)

This commit is contained in:
Franck Nijhof 2022-03-22 13:04:42 +01:00 committed by GitHub
parent 5afe8fd2db
commit 5ed5bccfe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -65,6 +65,9 @@ class TailscaleFlowHandler(ConfigFlow, domain=DOMAIN):
return self.async_show_form(
step_id="user",
description_placeholders={
"authkeys_url": "https://login.tailscale.com/admin/settings/authkeys"
},
data_schema=vol.Schema(
{
vol.Required(

View File

@ -2,7 +2,7 @@
"config": {
"step": {
"user": {
"description": "To authenticate with Tailscale you'll need to create an API key at https://login.tailscale.com/admin/settings/authkeys.\n\nA Tailnet is the name of your Tailscale network. You can find it in the top left corner in the Tailscale Admin Panel (beside the Tailscale logo).",
"description": "This integration monitors your Tailscale network, it **DOES NOT** make your Home Assistant accessible via Tailscale VPN. \n\nTo authenticate with Tailscale you'll need to create an API key at {authkeys_url}.\n\nA Tailnet is the name of your Tailscale network. You can find it in the top left corner in the Tailscale Admin Panel (beside the Tailscale logo).",
"data": {
"tailnet": "Tailnet",
"api_key": "[%key:common::config_flow::data::api_key%]"

View File

@ -19,7 +19,7 @@
"api_key": "API Key",
"tailnet": "Tailnet"
},
"description": "To authenticate with Tailscale you'll need to create an API key at https://login.tailscale.com/admin/settings/authkeys.\n\nA Tailnet is the name of your Tailscale network. You can find it in the top left corner in the Tailscale Admin Panel (beside the Tailscale logo)."
"description": "This integration monitors your Tailscale network, it **DOES NOT** make your Home Assistant accessible via Tailscale VPN. \n\nTo authenticate with Tailscale you'll need to create an API key at {authkeys_url}.\n\nA Tailnet is the name of your Tailscale network. You can find it in the top left corner in the Tailscale Admin Panel (beside the Tailscale logo)."
}
}
}