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

Classes

class  ModernFormsFlowHandler
 

Variables

 USER_SCHEMA = vol.Schema({vol.Required(CONF_HOST): str})
 

Detailed Description

Config flow for Modern Forms.

Variable Documentation

◆ USER_SCHEMA

homeassistant.components.modern_forms.config_flow.USER_SCHEMA = vol.Schema({vol.Required(CONF_HOST): str})

Definition at line 17 of file config_flow.py.