From 2deb7593492622f1951db4683d1b7208cf0ee0a3 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 26 Aug 2022 22:24:20 -0500 Subject: [PATCH] Add thermobeacon integration (#23887) --- source/_integrations/thermobeacon.markdown | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 source/_integrations/thermobeacon.markdown diff --git a/source/_integrations/thermobeacon.markdown b/source/_integrations/thermobeacon.markdown new file mode 100644 index 00000000000..0260082ebad --- /dev/null +++ b/source/_integrations/thermobeacon.markdown @@ -0,0 +1,27 @@ +--- +title: ThermoBeacon +description: Instructions on how to integrate ThermoBeacon devices into Home Assistant. +ha_category: + - Sensor +ha_bluetooth: true +ha_release: 2022.9 +ha_iot_class: Local Push +ha_codeowners: + - '@bdraco' +ha_domain: thermobeacon +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: integration +--- + +Integrates [ThermoBeacon](http://www.seven-like.com/) devices into Home Assistant. + +## Supported devices + +- SensorBlue WS07 +- SensorBlue WS08 + +The ThermoBeacon integration will automatically discover devices once the [Bluetooth](/integrations/bluetooth) integration is enabled and functional. + +{% include integrations/config_flow.md %}