- Added apparmor Security to support Supervised Installation. (Fixes 67 - Thanks @MariusHerget)
- Added extra logging. Logging Level can be set from config file.
- Deprecated options MISCALE_VERSION, TIME_INTERVAL.
- Restored HCI settings handling
- Restored MQTT Discovery. (fixes #65)
- Removed no longer needed MISCALE_VERSION
- Restoring handling of V1 scales. (fixes #64)
- Fixed missing dbus option. (fixes #63)
- Fixed MQTT Config. (fixes #55)
- Stopped using deprecated/no longer supported bluepy library and replaced with bleak, requiring major code overhaul. (fixes #59)
- Updated documentation to reflect MQTT integration (moved out of sensor config)
- If using a MiScale V1, make sure you add the MISCALE_VERSION to your options.json file (see doc)
- Changed time format for datestamp to contain timezone (fixes #59)
- Added support for Long Term Statistics (HA 2021.9 minimum required)
- Impedance posted to MQTT (fixes #56)
- Fixed handling of MQTT_PORT and TIME_INTERVAL
- Fixed user lookup by non kg weight (#36)
- Added pre-relase workflow
- Split README.md into README.md and DOCS.md, revisit and improve content (PR-37)
- Allow any amount of users to be configured (removes limit of three) (based on PR-18)
- Users need to be added as a list (see config example)
- All users must now provide a GT and LT value
- Try not to overlap ranges - if you do it will ony pick the first one that matches
- Restored correct code after accepting a PR based on older code in 0.1.17
- Reduced docker image size
- Added BLUEPY_PASSIVE_SCAN Option to help with some Raspberry Pi devices getting errors like
Bluetooth connection error: Failed to execute management command ‘le on’
- Fixed config.json startup deprecated option (fixes #32)
- Fixed MQTT Discovery Message
- Fixed MQTT Discovery Message
- 2nd attempt to fix executable files (fixes #23)
- Fixed image links in README file
- Fixed executable files
(fixes #23)
- Fixed workflow for automatic docker images building
- Remove additional logging for Scale V1 that was used for testing
- Changed timestamp to default python format (fixes lolouk44/xiaomi_mi_scale#29)
- Removed hard-coded 'unit_f_measurement' in the MQTT Discovery (fixes #22)
- Fixed hard coded MQTT Discovery Prefix (fixes lolouk44/xiaomi_mi_scale#35)
- Change measures format to be numbers instead of string where applicable (lolouk44/xiaomi_mi_scale#36)
- Created workflow to automatically build docker images on new releases (Thanks @AiiR42 for your help)
- Fixed issue with detection of boolean in MQTT_DISCOVERY (#16 and lolouk44/xiaomi_mi_scale#31)
- Fixed typo in MQTT message following the breaking change to snake_case attributes in 0.1.8
- Attributes are now snake_case (fixes lolouk44/xiaomi_mi_scale#24)
- Fixed default MQTT Prefix in config.json typo (fixes #6)
- Fixed MQTT Discovery value check to discover
- Changed timestamp to default python format
- Changes the bluetooth reset from reset to down-wait-up (fixes #13)
- Fixed hard coded hci0 to provided hci interface when performing a reset
- Fixed weight in Lbs not detected on Scale V1 (XMTZCO1HM) (fixes lolouk44/xiaomi_mi_scale#28)
- Fixed body calculations for non kg weights
- Updated README
- Added unit to attributes
- repository.json to make it a real add-on repo (fixes #4)
- Now truly handles optional config entries(fixes #3)
- MQTT Discovery set wtih retain flag (fixes #2)
- README updated to use Xiaomi Mi Fit App to retrieve the MAC Address (fixes lolouk44/xiaomi_mi_scale#25)
- Docker Image so install is quicker (no local build required).
- MQTT Discovery Support.
- First release (version in line with non Add-On script for ease of maintenance).