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

Namespaces

 config_flow
 
 const
 
 silabs_multiprotocol
 
 util
 
 websocket_api
 

Functions

None async_reload_entry (HomeAssistant hass, OTBRConfigEntry entry)
 
bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, OTBRConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, OTBRConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
 
 OTBRConfigEntry
 

Detailed Description

The Open Thread Border Router integration.

Function Documentation

◆ async_reload_entry()

None homeassistant.components.otbr.async_reload_entry ( HomeAssistant  hass,
OTBRConfigEntry  entry 
)
Handle an options update.

Definition at line 88 of file __init__.py.

◆ async_setup()

bool homeassistant.components.otbr.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the Open Thread Border Router component.

Definition at line 34 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.otbr.async_setup_entry ( HomeAssistant  hass,
OTBRConfigEntry  entry 
)
Set up an Open Thread Border Router config entry.

Definition at line 40 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.otbr.async_unload_entry ( HomeAssistant  hass,
OTBRConfigEntry  entry 
)
Unload a config entry.

Definition at line 83 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 27 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.otbr.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)

Definition at line 29 of file __init__.py.

◆ OTBRConfigEntry

homeassistant.components.otbr.OTBRConfigEntry

Definition at line 31 of file __init__.py.