Update CHANGELOG.md

Add support for SGP41 TVOC/NOx Sensor
This commit is contained in:
s-hadinger 2023-06-29 09:07:58 +02:00 committed by GitHub
parent 34456e6193
commit c303c80add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
### Added
- Command ``Delay -1`` to wait until next second (#18984)
- Matter add option to disable bridge mode
- Add support for SGP41 TVOC/NOx Sensor
### Breaking Changed
- Berry `bool( [] )` and `bool( {} )` now evaluate as `false` (#18986)