Merge branch 'master' of https://github.com/lolouk44/xiaomi_mi_scale
This commit is contained in:
commit
b7eb1dc5fe
4 changed files with 82 additions and 14 deletions
|
@ -2,8 +2,8 @@ version: '3'
|
|||
services:
|
||||
|
||||
mi-scale:
|
||||
image: lolouk44/xiaomi-mi-scale:latest
|
||||
container_name: mi-scale
|
||||
build: .
|
||||
restart: always
|
||||
|
||||
network_mode: host
|
||||
|
@ -19,7 +19,7 @@ services:
|
|||
- MQTT_TIMEOUT=60 # Defaults to 60
|
||||
|
||||
# Auto-gender selection/config -- This is used to create the calculations such as BMI, Water/Bone Mass etc...
|
||||
# Multi user possible as long as weitghs do not overlap!
|
||||
# Up to 3 users possible as long as weights do not overlap!
|
||||
|
||||
- USER1_GT=70 # If the weight is greater than this number, we'll assume that we're weighing User #1
|
||||
- USER1_SEX=male
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue