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

Classes

class  MotionBlindsFlowHandler
 
class  OptionsFlowHandler
 

Variables

 CONFIG_SCHEMA
 

Detailed Description

Config flow to configure Motionblinds using their WLAN API.

Variable Documentation

◆ CONFIG_SCHEMA

homeassistant.components.motion_blinds.config_flow.CONFIG_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Optional(CONF_HOST): str,
4  }
5 )

Definition at line 31 of file config_flow.py.