From 6e004642dc8a818c2166ca9b680b5bc2e5628add Mon Sep 17 00:00:00 2001 From: Antoni K Date: Wed, 23 May 2018 10:29:29 +0800 Subject: [PATCH] Add instructions for Docker Add information on how to get this component to work in a generic Docker installation. I've tested this solution and it works just fine. --- source/_components/sensor.mitemp_bt.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/sensor.mitemp_bt.markdown b/source/_components/sensor.mitemp_bt.markdown index 0cfaa72542b..248d61b8ba8 100644 --- a/source/_components/sensor.mitemp_bt.markdown +++ b/source/_components/sensor.mitemp_bt.markdown @@ -19,6 +19,7 @@ The `mitemp_bt` sensor platform allows one to monitor room temperature and humid Depending on the operating system you're running, you have to configure the proper Bluetooth backend on your system: - On [Hass.io](/hassio/installation/): Not yet supported. +- 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. - On other Linux systems: - 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.    - 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`