- [NEW] Added new light input to block a light from supporting adaptive lighting .
- [FIX] Code cleanups and optimizations.
- [NEW] Support for Adaptive Lighting config file settings.
- [UPDATE] Updated the minimum plugin version to v2.3.1
- [UPDATE] Updated the UI theme to match Echo Speaks
- [FIX] Added support for 5-speed fans.
- [FIX] Fixed issue with Duplicate device message being empty.
- [FIX] Other bugfixes and optimizations.
- [FIX] Turning Off logs messages every few hours.
- [FIX] Added support to the config generator for a new round_levels options which rounds levels <5 to 0 and > 95 to 100.
- [FIX] java.lang.IllegalArgumentException: argument type mismatch error resolved.
- [FIX] Fixed code reversion in device debug logic.
- [NEW] WebCoRE support... Create virtual devices to trigger WebCoRE pistons. (@nh.schottfam)
- [NEW] Added new filters for colorTemp, and colorControl devices.
- [NEW] Device/Location event logging will automatically turn off after 6 hours to reduce unnecessary logging.
- [UPDATE] More code optimizations for significant performance boost. (@nh.schottfam)
- [UPDATE] Cleaned up change log layout.
- [UPDATE] Changed the device debug view view to show data inside the window.
- [UPDATE] Added Oauth activation and tweaked access token logic.
- [UPDATE] Streamlined device/location event subscription logic.
- [FIX] Changes to help eliminate duplicate accessories being created in the plugin.
- [FIX] Modified device count logic to be more accurate.
- [UPDATE] So many optimizations to object types and state call reductions (Thanks @nh.schottfam).
- [UPDATE] removed memstore lock warnings from logging.
- [NEW] Toggle to hide command events from logging.
- [FIX] Another attempt at fixing Concurrent modification error for device/command history (Thanks @nh.schottfam).
- [FIX] Concurrent modification error for device/command history
- [FIX] Last plugin update broke HSM events.
- [UPDATE] Increased minimum plugin version to v2.1.3
- [FIX] Fix for mode switches not working
- [UPDATE] Cleaned up more attributes and capabilities from event subscriptions.
- [FIX] Fix for thermostat + fan input
- [FIX] Fixed Device debug not returning json data. - [FIX] Showing device events in live logs was broken unless debug logging was enabled.
- [ADDED] Time to execute is now captured for all commands and events and added to history for reference.
- [UPDATE] Calls to read/write from state (aka the DB) for all command and event history have been removed and stored in shared memory (Thanks @nh_schott_fam).
- [UPDATE] Cleaned up code and removed references to ST version.
- [UPDATE] Converted all plugin communications back to Async HTTP requests to reduce resource usage.
- [UPDATE] Added a new thermostat input for selecting Thermostats to show with fans. The original thermostat input will no longer display the thermostat.
- [UPDATE] Added more attribute filters to prevent many dozens of event subscriptions for attributes that will not be used by HomeKit.
- [UPDATE] Moved some of the plugin settings to the render config page. This allows you to modify some of the plugin settings and it updates the rendered config realtime.
- [UPDATE] Modified the app icon gradient to include hubitat green color.