-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add BlueMaestro integration (#23994)
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 %} |