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

Classes

class  TailwindFlowHandler
 

Variables

tuple LOCAL_CONTROL_KEY_URL
 

Detailed Description

Config flow to configure the Tailwind integration.

Variable Documentation

◆ LOCAL_CONTROL_KEY_URL

tuple homeassistant.components.tailwind.config_flow.LOCAL_CONTROL_KEY_URL
Initial value:
1 = (
2  "https://web.gotailwind.com/client/integration/local-control-key"
3 )

Definition at line 33 of file config_flow.py.