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 | |
The Open Thread Border Router integration.
| None homeassistant.components.otbr.async_reload_entry | ( | HomeAssistant | hass, |
| OTBRConfigEntry | entry | ||
| ) |
Handle an options update.
Definition at line 88 of file __init__.py.
| 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.
| 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.
| bool homeassistant.components.otbr.async_unload_entry | ( | HomeAssistant | hass, |
| OTBRConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 83 of file __init__.py.
|
private |
Definition at line 27 of file __init__.py.
| homeassistant.components.otbr.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 29 of file __init__.py.
| homeassistant.components.otbr.OTBRConfigEntry |
Definition at line 31 of file __init__.py.