From b2c19884a2528fb1f7d31f1cb8b42724600d24e1 Mon Sep 17 00:00:00 2001 From: Nico <59510296+N1c093@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:49:01 +0200 Subject: [PATCH] Fix broken links medcom_ble.markdown (#29184) * Fix broken link medcom_ble.markdown --> bluetooth Fix broken link pointing to bluetooth integration * Update medcom_ble.markdown Fix broken link to template integration --- source/_integrations/medcom_ble.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/medcom_ble.markdown b/source/_integrations/medcom_ble.markdown index 668520810ff..4d40e870f9a 100644 --- a/source/_integrations/medcom_ble.markdown +++ b/source/_integrations/medcom_ble.markdown @@ -24,7 +24,7 @@ This integration supports the Medcom [Inspector BLE](https://medcom.com/product/ {% include integrations/config_flow.md %} -The Medcom Bluetooth integration will automatically discover devices once the [Bluetooth](integrations/bluetooth) integration is enabled and working. It will list each detected Inspector using its Bluetooth MAC address as the serial number. +The Medcom Bluetooth integration will automatically discover devices once the [Bluetooth](/integrations/bluetooth) integration is enabled and working. It will list each detected Inspector using its Bluetooth MAC address as the serial number. To limit the load on the Bluetooth radio on the Home Assistant side, the integration only polls for a reading every 5 minutes, which should be adequate for ongoing background monitoring. An Inspector BLE battery should last several months with continuous use before needing replacement. @@ -34,4 +34,4 @@ To limit the load on the Bluetooth radio on the Home Assistant side, the integra ## Sensors -This integration adds a counts-per-minute ("CPM") sensor for each detected Inspector BLE device. See the Inspector BLE manual for how to convert this CPM reading into another unit if desired, which can be done via a custom [template sensor](integrations/template) +This integration adds a counts-per-minute ("CPM") sensor for each detected Inspector BLE device. See the Inspector BLE manual for how to convert this CPM reading into another unit if desired, which can be done via a custom [template sensor](/integrations/template)