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

Classes

class  OptionsFlowHandler
 
class  PingConfigFlow
 

Functions

dict[str, Any] _clean_user_input (dict[str, Any] user_input)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for Ping (ICMP) integration.

Function Documentation

◆ _clean_user_input()

dict[str, Any] homeassistant.components.ping.config_flow._clean_user_input ( dict[str, Any]  user_input)
private
Clean up the user input.

Definition at line 30 of file config_flow.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.ping.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 27 of file config_flow.py.