From 879554d461b31ab6ace7a3f44acc9d0d69f35fa5 Mon Sep 17 00:00:00 2001 From: DrBlokmeister <57352628+DrBlokmeister@users.noreply.github.com> Date: Fri, 7 Aug 2020 18:06:07 +0200 Subject: [PATCH] Fix broken amazon link (#14184) Previous Amazon link was broken. I replaced it by a banggood link. Could also be replaced by a gearbest (https://www.gearbest.com/automation-modules/pp_3009630609765309.html) or unavailable Amazon product (https://us.amazon.com/Xiaomi-Bluetooth-Temperature-Sensitive-Thermometer/dp/B07B9SJJZJ). --- source/_integrations/mitemp_bt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/mitemp_bt.markdown b/source/_integrations/mitemp_bt.markdown index 8af615f505a..4169f4bab10 100644 --- a/source/_integrations/mitemp_bt.markdown +++ b/source/_integrations/mitemp_bt.markdown @@ -8,7 +8,7 @@ ha_iot_class: Local Polling ha_domain: mitemp_bt --- -The `mitemp_bt` sensor platform allows one to monitor room temperature and humidity. The [Xiaomi Mijia BLE Temperature and Humidity sensor with LCD](https://www.amazon.com/Temperature-Humidity-Xiaomi-Bluetooth-Screen-Remote/dp/B079L6N6PC) is a small Bluetooth Low Energy device that monitors the room temperature and humidity. As only a single BLE device can be polled at the same time, the library employs locking to make sure this is the case. +The `mitemp_bt` sensor platform allows one to monitor room temperature and humidity. The [Xiaomi Mijia BLE Temperature and Humidity sensor with LCD](https://www.banggood.com/Xiaomi-Mijia-Bluetooth-Thermometer-Hygrometer-with-LCD-Screen-Magnetic-Suction-Wall-Stickers-p-1232396.html) is a small Bluetooth Low Energy device that monitors the room temperature and humidity. As only a single BLE device can be polled at the same time, the library employs locking to make sure this is the case. ## Installation