Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tailscale.config_flow Namespace Reference

Classes

class  TailscaleFlowHandler
 

Functions

None validate_input (HomeAssistant hass, *str tailnet, str api_key)
 

Variables

string AUTHKEYS_URL = "https://login.tailscale.com/admin/settings/keys"
 

Detailed Description

Config flow to configure the Tailscale integration.

Function Documentation

◆ validate_input()

None homeassistant.components.tailscale.config_flow.validate_input ( HomeAssistant  hass,
*str  tailnet,
str  api_key 
)
Try using the give tailnet & api key against the Tailscale API.

Definition at line 21 of file config_flow.py.

Variable Documentation

◆ AUTHKEYS_URL

string homeassistant.components.tailscale.config_flow.AUTHKEYS_URL = "https://login.tailscale.com/admin/settings/keys"

Definition at line 18 of file config_flow.py.