|
1 | | -## [16.0.0-RC5] - 2024-10-xx |
| 1 | +## [16.0.0-RC5] - 2024-12-05 |
2 | 2 |
|
3 | | -For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.7.0...v16.0.0-RC1) |
| 3 | +For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.7.0...v16.0.0) |
4 | 4 |
|
5 | 5 | #### Known issues |
6 | 6 | Please check the [issues](https://github.com/jomjol/AI-on-the-edge-device/issues) and |
7 | 7 | [discussions](https://github.com/jomjol/AI-on-the-edge-device/discussions) before reporting a new issue. |
8 | 8 |
|
9 | 9 | #### Core Changes |
10 | 10 | Only changes since RC4 are listed: |
| 11 | +- Removed `Autostart` parameter and make the flow to be always enabled (#3423) |
| 12 | +- Enable `Flow start` menu entry in UI (#3423) |
11 | 13 | - Updated the Homeassistant Discovery topics (#3332): |
12 | 14 | - `raw` has now set the `State Class` to `measurement`. Before it was always set to `""`. |
13 | 15 | - `value` has now only set the `State Class` to `total_increasing` if the parameter `Allow Negative Rates` is **not** set. Else it uses `measurement` since the rate could also be negative. Before it was always set to `total_increasing`. |
14 | 16 | - The `rate_per_time_unit` topic of an **Energy** meter needs a `Device Class`=`power`. For `gas` and `water` it should be `volume_flow_rate`. Before it was always set to `""`. |
| 17 | + - Added button for `flow start` (#3415) |
| 18 | + - Added support for Domoticz MQTT integration (#3359) |
| 19 | + - Added Date and time to overview page |
| 20 | + - Updated submodules and models |
15 | 21 |
|
16 | 22 | **:warning: Please check your Homeassistant instance to make sure it is handled correctly!** |
17 | 23 |
|
18 | 24 | #### Bug Fixes |
19 | 25 | Only changes since RC3 are listed: |
20 | | - - None |
21 | | - |
22 | | - |
| 26 | + - Added fix for ledintensity (#3418) |
| 27 | + - Added fix for OV2640 brightness contrast saturation (#3417) |
| 28 | + - Added fix for 'AnalogToDigitTransitionStart' always using 9.2 regardless of the configured value (#3393) |
| 29 | + - Addef fix for HA menu entry (#3342) |
23 | 30 |
|
24 | 31 |
|
25 | 32 | ## [16.0.0-RC4] - 2024-10-06 |
|
0 commit comments