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

Classes

class  LGSoundbarConfigFlow
 

Functions

def test_connect (host, port)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
dictionary DATA_SCHEMA
 
int QUEUE_TIMEOUT = 10
 

Detailed Description

Config flow to configure the LG Soundbar integration.

Function Documentation

◆ test_connect()

def homeassistant.components.lg_soundbar.config_flow.test_connect (   host,
  port 
)
LG Soundbar config flow test_connect.

Definition at line 23 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 18 of file config_flow.py.

◆ DATA_SCHEMA

dictionary homeassistant.components.lg_soundbar.config_flow.DATA_SCHEMA
Initial value:
1 = {
2  vol.Required(CONF_HOST): str,
3 }

Definition at line 14 of file config_flow.py.

◆ QUEUE_TIMEOUT

int homeassistant.components.lg_soundbar.config_flow.QUEUE_TIMEOUT = 10

Definition at line 20 of file config_flow.py.