2021-12-01 13:40:38 +00:00
{
"config" : {
"step" : {
"user" : {
2024-09-24 20:12:24 +00:00
"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 access token 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)." ,
2021-12-01 13:40:38 +00:00
"data" : {
"tailnet" : "Tailnet" ,
"api_key" : "[%key:common::config_flow::data::api_key%]"
}
} ,
"reauth_confirm" : {
2024-09-24 20:12:24 +00:00
"description" : "Tailscale API access tokens are valid for 90-days. You can create a fresh Tailscale API access token at {authkeys_url}." ,
2021-12-01 13:40:38 +00:00
"data" : {
"api_key" : "[%key:common::config_flow::data::api_key%]"
}
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]"
} ,
"abort" : {
2023-01-24 06:59:32 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_service%]" ,
2021-12-01 13:40:38 +00:00
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
}
2023-07-10 10:50:56 +00:00
} ,
"entity" : {
"binary_sensor" : {
"client" : {
"name" : "Client"
} ,
2024-05-27 09:37:00 +00:00
"key_expiry_disabled" : {
"name" : "Key expiry disabled"
} ,
2023-07-10 10:50:56 +00:00
"client_supports_hair_pinning" : {
"name" : "Supports hairpinning"
} ,
"client_supports_ipv6" : {
"name" : "Supports IPv6"
} ,
"client_supports_pcp" : {
"name" : "Supports PCP"
} ,
"client_supports_pmp" : {
"name" : "Supports NAT-PMP"
} ,
"client_supports_udp" : {
"name" : "Supports UDP"
} ,
"client_supports_upnp" : {
"name" : "Supports UPnP"
}
} ,
"sensor" : {
"expires" : {
"name" : "Expires"
} ,
"ip" : {
"name" : "IP address"
} ,
"last_seen" : {
"name" : "Last seen"
}
}
2021-12-01 13:40:38 +00:00
}
}