Skip to content

Commit 9c2f516

Browse files
Antoni Kfabaff
Antoni K
authored andcommitted
Add instructions for Docker (Mi flora) (home-assistant#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: home-assistant#5417 * Update link
1 parent 9951202 commit 9c2f516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/sensor.miflora.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The `miflora` sensor platform allows one to monitor plants. The [Mi Flora plant
1919
Depending on the operating system you're running, you have to configure the proper Bluetooth backend on your system:
2020

2121
- On [Hass.io](/hassio/installation/): Miflora will work out of the box.
22+
- On a [generic Docker installation](/docs/installation/docker/): Works out of the box with `--net=host` and properly configured Bluetooth on the host.
2223
- On other Linux systems:
2324
- Preferred solution: Install the `bluepy` library (via pip). When using a virtual environment, make sure to use install the library in the right one.
2425
   - 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:
9495
- conductivity
9596
- battery
9697
```
97-

0 commit comments

Comments
 (0)