Releases: lolouk44/hassio-addons
Releases · lolouk44/hassio-addons
0.2.5
Changed
- Fixed handling of MQTT_PORT and TIME_INTERVAL
0.2.3
Fixed user lookup by non kg weight (#36)
Added pre-release workflow
0.2.2b
Fixed user lookup by non kg weight (#36)
Added pre-release workflow
0.2.2a
Fixed user lookup by non kg weight (#36)
0.2.1
[0.2.1] - 2021-02-11
Changed
- Split README.md into README.md and DOCS.md, revisit and improve content (PR-37)
0.2.0
Breaking Changes
- Allow any amount of users to be configured (removes limit of three) (based on #18, thanks @snozzley)
- 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
0.1.18
Changed
- Restored correct code after accepting a PR based on older code in 0.1.17
0.1.17
Changed
- 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’
(Thanks @fabir-git)
- Fixed config.json startup deprecated option (fixes #32)