You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.mitemp_bt.markdown
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,19 @@ ha_iot_class: "Local Polling"
15
15
16
16
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.
17
17
18
-
# Installation
18
+
## {% linkable_title Installation %}
19
+
19
20
Depending on the operating system you're running, you have to configure the proper Bluetooth backend on your system:
20
21
21
-
- On [Hass.io](/hassio/installation/): Not yet supported.
22
+
- On [Hass.io](/hassio/installation/): mitemp_bt will work out of the box.
22
23
- On a [generic Docker installation](https://www.home-assistant.io/docs/installation/docker/): Works out of the box with `--net=host` and properly configured Bluetooth on the host.
23
24
- On other Linux systems:
24
25
- Preferred solution: Install the `bluepy` and `btlewrap` library (via pip). When using a virtual environment, make sure to use install the library in the right one.
25
26
- Fallback solution: Install `btlewrap` library (via pip) and `gatttool` via your package manager. Depending on the distribution, the package name might be: `bluez`, `bluetooth`, `bluez-deprecated`
26
27
- Windows and MacOS are currently not supported by the btlewrap library.
27
28
28
-
# Configuration
29
+
## {% linkable_title Configuration %}
30
+
29
31
Start a scan to determine the MAC addresses of the sensor:
0 commit comments