From 9c2f51659f4b82b5c492986db5189bdbe5782906 Mon Sep 17 00:00:00 2001 From: Antoni K Date: Thu, 24 May 2018 20:53:13 +0800 Subject: [PATCH] Add instructions for Docker (Mi flora) (#5419) * Add instructions for Docker This works in the same way as the BLE temperature sensor, so I'm adding my instructions for Docker to this component as well. Other PR: https://github.com/home-assistant/home-assistant.github.io/pull/5417 * Update link --- source/_components/sensor.miflora.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.miflora.markdown b/source/_components/sensor.miflora.markdown index 1034b4a5b38..17f9f843fec 100644 --- a/source/_components/sensor.miflora.markdown +++ b/source/_components/sensor.miflora.markdown @@ -19,6 +19,7 @@ The `miflora` sensor platform allows one to monitor plants. The [Mi Flora plant Depending on the operating system you're running, you have to configure the proper Bluetooth backend on your system: - On [Hass.io](/hassio/installation/): Miflora will work out of the box. +- On a [generic Docker installation](/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` library (via pip). When using a virtual environment, make sure to use install the library in the right one.    - Fallback solution: Install `gatttool` via your package manager. Depending on the distribution, the package name might be: `bluez`, `bluetooth`, `bluez-deprecated` @@ -94,4 +95,3 @@ sensor: - conductivity - battery ``` -