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

Classes

class  NetatmoFlowHandler
 
class  NetatmoOptionsFlowHandler
 

Functions

dict fix_coordinates (dict user_input)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for Netatmo.

Function Documentation

◆ fix_coordinates()

dict homeassistant.components.netatmo.config_flow.fix_coordinates ( dict  user_input)
Fix coordinates if they don't comply with the Netatmo API.

Definition at line 216 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 35 of file config_flow.py.