Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fredlcore/BSB_LAN
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Nov 5, 2024
2 parents de23c2c + 13f7dc9 commit bff381d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BSB_LAN/bsb-version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR "4"
#define MINOR "1"
#define PATCH "5"
#define COMPILETIME "20241104011404"
#define PATCH "6"
#define COMPILETIME "20241105024833"
3 changes: 3 additions & 0 deletions docs/EN/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

##Current Master##

<<<<<<< HEAD
- **ATTENTION: BREAKING CHANGE!** Changed unique_id for MQTT auto-discovery. This means that all MQTT entities that have been created via auto-discovery will have to be created anew!
- **ATTENTION:** Configuration options `fixed_device_family` and `fixed_device_variant` have been removed since they no longer work for device-specific parameter lists. If your heating system is off when turning on the microcontroller, BSB-LAN will try to acquire the details every 60 seconds.
- **ATTENTION:** Change of configuration options results in new EEPROM layout, therefore EEPROM will be reinitialized based on configuration of `BSB_LAN_config.h`.
- MQTT auto-discovery now works for all devices, not only device ID 0. Use /M1!<x> or /M0!<x> to create/remove entities for device ID <x>.
=======
>>>>>>> 13f7dc9177e65dbc3220d4fe52fce06398027ddd
- Changed MQTT auto-discovery messages' flag to "retain" so that parameters remain available after reboot of Home Assistant.

##Version 4.0##
Expand Down

0 comments on commit bff381d

Please sign in to comment.