mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Add bluetooth integration (#74653)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
@@ -6,6 +6,7 @@ from time import monotonic
|
||||
|
||||
from . import (
|
||||
application_credentials,
|
||||
bluetooth,
|
||||
codeowners,
|
||||
config_flow,
|
||||
coverage,
|
||||
@@ -27,6 +28,7 @@ from .model import Config, Integration
|
||||
|
||||
INTEGRATION_PLUGINS = [
|
||||
application_credentials,
|
||||
bluetooth,
|
||||
codeowners,
|
||||
config_flow,
|
||||
dependencies,
|
||||
|
Reference in New Issue
Block a user