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

Classes

class  RecollectWasteConfigFlow
 
class  RecollectWasteOptionsFlowHandler
 

Variables

 DATA_SCHEMA
 

Detailed Description

Config flow for ReCollect Waste integration.

Variable Documentation

◆ DATA_SCHEMA

homeassistant.components.recollect_waste.config_flow.DATA_SCHEMA
Initial value:
1 = vol.Schema(
2  {vol.Required(CONF_PLACE_ID): str, vol.Required(CONF_SERVICE_ID): str}
3 )

Definition at line 23 of file config_flow.py.