This release migrates the configuration from individual static configurations into a modular configuration to keep the code basis more in sync with each other, and allows more firmware options to be added. As such you can now select between 5 different firmwares depending on the needs, these can be selected from the user guide:
- Home Assistant - Stable
- Home Assistant - Beta
- Home Assistant with Bluetooth Proxy - Stable
- Home Assistant with Bluetooth Proxy - Beta
- SmartThings - Stable
This release also changes from Arduino Framework to ESP-IDF framework.
It also includes some bug fixes for the mmWave LED getting stuck on solid red after a reboot or power loss.
What's Changed
- Ensure sensor start after boot by @EverythingSmartHome in #147
- Fix mmWave stuck on boot by @EverythingSmartHome in #148
- Fix LED restore mode by @EverythingSmartHome in #149
- Add modular config by @EverythingSmartHome in #151
- Build additional firmware options by @EverythingSmartHome in #154
- Add firmware choices to frontend by @EverythingSmartHome in #155
Full Changelog: v1.1.9...v1.2.0