Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
caco3 committed Oct 12, 2024
1 parent a78786a commit 77c07e1
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [16.0.0-RC5] - 2024-10-xx

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)

#### Known issues
Please check the [issues](https://github.com/jomjol/AI-on-the-edge-device/issues) and
[discussions](https://github.com/jomjol/AI-on-the-edge-device/discussions) before reporting a new issue.

#### Core Changes
Only changes since RC4 are listed:
- Updated the Homeasistant Discovery topics (#3332)
- `raw` has now set the `State Class` to `measurement`. Before the `State Class` was always set to `""`.
- `value` has now only set the `State Class` to `total_increasing` if `Allow Negative Rates` is NOT set. Else it uses `measurement` as it could go down. Before it was always set to `total_increasing`.
- 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 the `Device Class` was always set to `""`.

#### Bug Fixes
Only changes since RC3 are listed:
- None




## [16.0.0-RC4] - 2024-10-06

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)
Expand All @@ -7,7 +29,7 @@ Please check the [issues](https://github.com/jomjol/AI-on-the-edge-device/issues
[discussions](https://github.com/jomjol/AI-on-the-edge-device/discussions) before reporting a new issue.

#### Core Changes
Only changes since RC2 are listed:
Only changes since RC3 are listed:
- Update esp32-camera submodule to `v2.0.13` (#3316)
- Added contributor list (#3317)
- Added files for demo mode (#3315)
Expand Down

0 comments on commit 77c07e1

Please sign in to comment.