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

Classes

class  UptimeRobotConfigFlow
 

Variables

 STEP_USER_DATA_SCHEMA = vol.Schema({vol.Required(CONF_API_KEY): str})
 

Detailed Description

Config flow for UptimeRobot integration.

Variable Documentation

◆ STEP_USER_DATA_SCHEMA

homeassistant.components.uptimerobot.config_flow.STEP_USER_DATA_SCHEMA = vol.Schema({vol.Required(CONF_API_KEY): str})

Definition at line 24 of file config_flow.py.