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

Classes

class  FireServiceRotaFlowHandler
 

Variables

 DATA_SCHEMA
 

Detailed Description

Config flow for FireServiceRota.

Variable Documentation

◆ DATA_SCHEMA

homeassistant.components.fireservicerota.config_flow.DATA_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_URL, default="www.brandweerrooster.nl"): vol.In(URL_LIST),
4  vol.Required(CONF_USERNAME): str,
5  vol.Required(CONF_PASSWORD): str,
6  }
7 )

Definition at line 16 of file config_flow.py.