From f38a0661477b429a341424a38ae1c86ec04cd6aa Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 9 Jul 2022 09:28:52 -0500 Subject: [PATCH] Add bluetooth integration (#23327) --- source/_integrations/bluetooth.markdown | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 source/_integrations/bluetooth.markdown diff --git a/source/_integrations/bluetooth.markdown b/source/_integrations/bluetooth.markdown new file mode 100644 index 00000000000..ef175b2fa0e --- /dev/null +++ b/source/_integrations/bluetooth.markdown @@ -0,0 +1,22 @@ +--- +title: Bluetooth Monitoring and Discovery +description: Discover and monitor bluetooth devices. +ha_category: + - Utility +ha_iot_class: Local Push +ha_release: 2022.8 +ha_domain: bluetooth +ha_quality_scale: internal +ha_codeowners: + - '@bdraco' +ha_integration_type: integration +--- + +The Bluetooth Monitoring and Discovery integration will detect nearby bluetoth devices. Discovered devices will show up in the discovered section on the integrations page in the configuration panel. + +## Configuration + +```yaml +# Example configuration.yaml entry +bluetooth: +```