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

Classes

class  SonarrConfigFlow
 
class  SonarrOptionsFlowHandler
 

Functions

None _validate_input (HomeAssistant hass, dict[str, Any] data)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for Sonarr.

Function Documentation

◆ _validate_input()

None homeassistant.components.sonarr.config_flow._validate_input ( HomeAssistant  hass,
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 38 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 35 of file config_flow.py.