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

Classes

class  RainforestEagleConfigFlow
 

Functions

vol.Schema create_schema (dict[str, Any]|None user_input)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for Rainforest Eagle integration.

Function Documentation

◆ create_schema()

vol.Schema homeassistant.components.rainforest_eagle.config_flow.create_schema ( dict[str, Any] | None  user_input)
Create user schema with passed in defaults if available.

Definition at line 19 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 16 of file config_flow.py.