Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) | |
| string | DOMAIN = "bluetooth_adapters" |
The Bluetooth Adapters integration.
| 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.
| homeassistant.components.bluetooth_adapters.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 11 of file __init__.py.
| string homeassistant.components.bluetooth_adapters.DOMAIN = "bluetooth_adapters" |
Definition at line 9 of file __init__.py.