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

Classes

class  OpenhomeConfigFlow
 

Functions

bool _is_complete_discovery (SsdpServiceInfo discovery_info)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for Linn / OpenHome.

Function Documentation

◆ _is_complete_discovery()

bool homeassistant.components.openhome.config_flow._is_complete_discovery ( SsdpServiceInfo  discovery_info)
private
Test if discovery is complete and usable.

Definition at line 19 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 16 of file config_flow.py.