Releases: custom-components/ble_monitor
1.31 - Fix for CGPR1
Changes in 1.3.1
Fixed an issue for CGPR1 sensor, that raised an error on a light update, as it doesn't support a light sensor, but uses an illumination sensor instead. Added extra check to only process data if the sensor supports the type.
1.3.1-beta - Fix for CGPR1
Changes in 1.3.1-beta
Fixes an issue for CGPR1 sensor, that raised an error on an light update, as it doesn't support a light sensor, but uses an illumination sensor instead. Added extra check to only process data if the sensor support the type.
1.3.0 - Fix config flow
Changes in 1.3.0
- Fix for not being able to modify the options of BLE Monitor after an update to Home Assistant core 2021.3
- Fix for not being able to add the BLE Monitor integration after an update to Home Assistant core 2021.3
1.3.0-beta - Fix config flow
Changes in 1.3.0-beta
- Fix for not being able to modify the options of BLE Monitor after an update to Home Assistant core 2021.3
- Fix for not being able to add the BLE Monitor integration after an update to Home Assistant core 2021.3
1.2.0 - Version, pycryptodomex and struct bug fix
Changes in 1.2.0
- pycryptodomex is bumped to 3.10.1
- Extra check for data length is added before applying struct, fixes #233
- Version number is added to manifest. This is required for Home Assistant 2021.3 and above for custom components, see https://developers.home-assistant.io/blog/2021/01/29/custom-integration
1.2.0-beta - version, pycryptodomex and a fix for struct errors
Changes in 1.2.0-beta
- pycryptodomex is bumped to 3.10.1
- Extra check for data length is added before applying struct, fixes #233
- Version number is added to manifest. This is mandatory soon for custom components, see https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes/#versions Also helps with #250 (will hopefully be displayed in HA in the future).
1.1.4 - Move parser errors to debug level
Changes in 1.1.4
- Fix for parser errors in the log. Errors have moved to debug level.
1.1.3 - Fixed some bugs
Add support for GCH1 (door sensor) and GCPR1 (motion sensor)
Changes in 1.1.2
- Add support for Qingping Door/window contact sensor (GCH1).
- Add support for Qingping Motion and ambient light sensor (GCPR1).
- Better error handling in the parser (thanks to @SeiTaN)
Note that both sensors needs an encryption key.
Sensors have not been tested. If you own one of these sensor, please confirm if it is working correctly here.
1.1.2-beta - Add GCH1 and GCPR1 sensors
Changes in 1.1.2-beta
- Add support for Qingping Door/window contact sensor (GCH1).
- Add support for Qingping Motion and ambient light sensor (GCPR1).
Note that both sensors needs an encryption key.
Sensors have not been tested. If you own one of these sensor, please confirm if it is working correctly here.