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

Classes

class  NZBGetConfigFlow
 

Functions

None _validate_input (dict[str, Any] data)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for NZBGet.

Function Documentation

◆ _validate_input()

None homeassistant.components.nzbget.config_flow._validate_input ( dict[str, Any]  data)
private
Validate the user input allows us to connect.

Data has the keys from DATA_SCHEMA with values provided by the user.

Definition at line 27 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file config_flow.py.