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

Classes

class  WeatherFlowCloudConfigFlow
 

Functions

dict[str, Any] _validate_api_token (str api_token)
 

Detailed Description

Config flow for WeatherflowCloud integration.

Function Documentation

◆ _validate_api_token()

dict[str, Any] homeassistant.components.weatherflow_cloud.config_flow._validate_api_token ( str  api_token)
private
Validate the API token.

Definition at line 18 of file config_flow.py.