Updated release notes for beta 2

This commit is contained in:
Magnus Persson 2022-07-29 08:37:34 +02:00
parent 7826e56d8a
commit a5f7f0f8a4

View File

@ -13,7 +13,7 @@ Documentation
* Added documentation for Brewpiless as target
* Updated docs for ubidots service integration.
* Added brewblox as new service
* Updated docs for HA integration since method was depricated
* (beta2) Updated docs for HA integration since method was depricated
User interface
++++++++++++++
@ -28,8 +28,10 @@ Features
* Added storage mode which is activated under hardware setting. When place on the cap (<5 degres tilt) the device will go into storage mode and sleep for the max allowed time.
* Added ${app-ver} and ${app-build} to format template as new variables.
* Added format templates for HA auto registration
* Improved error messages when creating formula so the meaasurement points can be identified.
* Changed defaule validation threashold from 1.6 SG to 3.0 SG, this should allow for some more variance when creating formula.
* (beta2) Improved error messages when creating formula so the meaasurement points can be identified.
* (beta2) Changed defaule validation threashold from 1.6 SG to 3.0 SG, this should allow for some more variance when creating formula.
* (beta2) Updated format template for Home Assistant for using manual configuration (Aligned with new mqtt configuration format)
* (beta2) Added format template for Home Assistant with automatic device registration
Other
+++++
@ -40,11 +42,11 @@ Other
Issues adressed
++++++++++++++++
* BUG: Large format templates could be saved but when loading it's only blank. Increased total memory from 3kb to 5kb
* BUG: Copy format templates used an old format for iSpindle and Gravmon where the token was not used.
* BUG: Gravity correction formula not calculating correctly.
* (beta2) BUG: Temp corrected gravity was not used when pushing data to removed
* (beta2) BUG: Low memory in format api which resulted in mqtt template to be set to null
* (beta2) BUG: Large format templates could be saved but when loading it's only blank. Increased total memory from 3kb to 5kb
v1.0.0
======