From 9a45d28495b6567bfe1b5bf22c9ae79774e9e6f2 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 6 Sep 2022 11:51:46 -0500 Subject: [PATCH] Add BlueMaestro integration (#23994) --- source/_integrations/bluemaestro.markdown | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 source/_integrations/bluemaestro.markdown diff --git a/source/_integrations/bluemaestro.markdown b/source/_integrations/bluemaestro.markdown new file mode 100644 index 00000000000..9b576676a70 --- /dev/null +++ b/source/_integrations/bluemaestro.markdown @@ -0,0 +1,27 @@ +--- +title: BlueMaestro +description: Instructions on how to integrate BlueMaestro devices into Home Assistant. +ha_category: + - Sensor +ha_bluetooth: true +ha_release: "2022.10" +ha_iot_class: Local Push +ha_codeowners: + - '@bdraco' +ha_domain: bluemaestro +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: integration +--- + +Integrates [BlueMaestro](https://www.sigmawit.com/) devices into Home Assistant. + +## Supported devices + +- Tempo Disc THD +- Tempo Disc THPD + +The BlueMaestro integration will automatically discover devices once the [Bluetooth](/integrations/bluetooth) integration is enabled and functional. + +{% include integrations/config_flow.md %}