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

Classes

class  EnvironmentCanadaConfigFlow
 

Functions

def validate_input (data)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for Environment Canada integration.

Function Documentation

◆ validate_input()

def homeassistant.components.environment_canada.config_flow.validate_input (   data)
Validate the user input allows us to connect.

Definition at line 20 of file config_flow.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.environment_canada.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 17 of file config_flow.py.