From aa7d454eb27aa40c80587eb376c0020303d7175d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 28 Aug 2022 13:51:11 -0500 Subject: [PATCH] Add thermobeacon alternate brands (#23914) --- source/_integrations/sensorblue.markdown | 20 ++++++++++++++++++++ source/_integrations/thermoplus.markdown | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 source/_integrations/sensorblue.markdown create mode 100644 source/_integrations/thermoplus.markdown diff --git a/source/_integrations/sensorblue.markdown b/source/_integrations/sensorblue.markdown new file mode 100644 index 00000000000..0fc5455faa4 --- /dev/null +++ b/source/_integrations/sensorblue.markdown @@ -0,0 +1,20 @@ +--- +title: SensorBlue +description: Instructions on how to integrate SensorBlue devices into Home Assistant. +ha_category: + - Sensor +ha_bluetooth: true +ha_release: 2022.9 +ha_iot_class: Local Push +ha_codeowners: + - '@bdraco' +ha_domain: sensorblue +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: integration +ha_supporting_domain: thermobeacon +ha_supporting_integration: ThermoBeacon +--- + +{% include integrations/supported_brand.md %} diff --git a/source/_integrations/thermoplus.markdown b/source/_integrations/thermoplus.markdown new file mode 100644 index 00000000000..555e046dae1 --- /dev/null +++ b/source/_integrations/thermoplus.markdown @@ -0,0 +1,20 @@ +--- +title: ThermoPlus +description: Instructions on how to integrate ThermoPlus devices into Home Assistant. +ha_category: + - Sensor +ha_bluetooth: true +ha_release: 2022.9 +ha_iot_class: Local Push +ha_codeowners: + - '@bdraco' +ha_domain: thermoplus +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: integration +ha_supporting_domain: thermobeacon +ha_supporting_integration: ThermoBeacon +--- + +{% include integrations/supported_brand.md %}