Add bluetooth integration (#74653)

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
J. Nick Koston
2022-07-08 18:55:31 -05:00
committed by GitHub
parent c27fbce7d0
commit a697672944
27 changed files with 1179 additions and 2 deletions

View File

@@ -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,