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

Namespaces

 config_flow
 
 const
 
 dataset_store
 
 diagnostics
 
 discovery
 
 websocket_api
 

Functions

bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

list __all__
 
 CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
 

Detailed Description

The Thread integration.

Function Documentation

◆ async_setup()

bool homeassistant.components.thread.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the Thread integration.

Definition at line 30 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.thread.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up a config entry.

Definition at line 43 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.thread.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 49 of file __init__.py.

Variable Documentation

◆ __all__

list homeassistant.components.thread.__all__
private
Initial value:
1 = [
2  "DOMAIN",
3  "DatasetEntry",
4  "async_add_dataset",
5  "async_get_dataset",
6  "async_get_preferred_dataset",
7 ]

Definition at line 19 of file __init__.py.

◆ CONFIG_SCHEMA

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

Definition at line 27 of file __init__.py.