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

Functions

bool async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
 
string DOMAIN = "bluetooth_adapters"
 

Detailed Description

The Bluetooth Adapters integration.

Function Documentation

◆ async_setup()

bool homeassistant.components.bluetooth_adapters.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up Bluetooth Adapters from a config entry.

This integration is only used as a dependency for other integrations
that need Bluetooth Adapters.

All integrations that provide Bluetooth Adapters must be listed
in after_dependencies in the manifest.json file to ensure
they are loaded before this integration.

Definition at line 14 of file __init__.py.

Variable Documentation

◆ CONFIG_SCHEMA

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

Definition at line 11 of file __init__.py.

◆ DOMAIN

string homeassistant.components.bluetooth_adapters.DOMAIN = "bluetooth_adapters"

Definition at line 9 of file __init__.py.