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

Classes

class  GeoJsonEventsFlowHandler
 

Variables

 DATA_SCHEMA
 

Detailed Description

Config flow to configure the GeoJSON events integration.

Variable Documentation

◆ DATA_SCHEMA

homeassistant.components.geo_json_events.config_flow.DATA_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_URL): cv.string,
4  vol.Required(CONF_LOCATION): selector.LocationSelector(
5  selector.LocationSelectorConfig(radius=True, icon="")
6  ),
7  }
8 )

Definition at line 24 of file config_flow.py.