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

Classes

class  BlueCurrentConfigFlow
 

Variables

 DATA_SCHEMA = vol.Schema({vol.Required(CONF_API_TOKEN): str})
 

Detailed Description

Config flow for Blue Current integration.

Variable Documentation

◆ DATA_SCHEMA

homeassistant.components.blue_current.config_flow.DATA_SCHEMA = vol.Schema({vol.Required(CONF_API_TOKEN): str})

Definition at line 22 of file config_flow.py.