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

Classes

class  SimplePushFlowHandler
 

Functions

dict[str, str]|None validate_input (dict[str, str] entry)
 

Detailed Description

Config flow for simplepush integration.

Function Documentation

◆ validate_input()

dict[str, str] | None homeassistant.components.simplepush.config_flow.validate_input ( dict[str, str]  entry)
Validate user input.

Definition at line 16 of file config_flow.py.