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

Classes

class  AlreadyConfigured
 
class  OTBRConfigFlow
 

Functions

bool _is_yellow (HomeAssistant hass)
 
str _title (HomeAssistant hass, HassioServiceInfo discovery_info)
 
AddonManager get_addon_manager (HomeAssistant hass, str slug)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for the Open Thread Border Router integration.

Function Documentation

◆ _is_yellow()

bool homeassistant.components.otbr.config_flow._is_yellow ( HomeAssistant  hass)
private
Return True if Home Assistant is running on a Home Assistant Yellow.

Definition at line 49 of file config_flow.py.

◆ _title()

str homeassistant.components.otbr.config_flow._title ( HomeAssistant  hass,
HassioServiceInfo  discovery_info 
)
private
Return config entry title.

Definition at line 58 of file config_flow.py.

◆ get_addon_manager()

AddonManager homeassistant.components.otbr.config_flow.get_addon_manager ( HomeAssistant  hass,
str  slug 
)
Get the add-on manager.

Definition at line 44 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 36 of file config_flow.py.