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

Classes

class  SqueezeboxConfigFlow
 

Functions

vol.Schema _base_schema (dict[str, Any]|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int TIMEOUT = 5
 

Detailed Description

Config flow for Squeezebox integration.

Function Documentation

◆ _base_schema()

vol.Schema homeassistant.components.squeezebox.config_flow._base_schema ( dict[str, Any] | None   discovery_info = None)
private
Generate base schema.

Definition at line 29 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file config_flow.py.

◆ TIMEOUT

int homeassistant.components.squeezebox.config_flow.TIMEOUT = 5

Definition at line 26 of file config_flow.py.