diff --git a/CHANGELOG.md b/CHANGELOG.md index e1bb19a..9613287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.0.28 + +- Fix 'TOTAL_INCREASING' for rate sensors by [@Dude4Linux](https://github.com/Dude4Linux) + ## 2.0.27 Configuration breaking change diff --git a/custom_components/edgeos/manifest.json b/custom_components/edgeos/manifest.json index cfb21ab..3932e73 100644 --- a/custom_components/edgeos/manifest.json +++ b/custom_components/edgeos/manifest.json @@ -8,5 +8,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/elad-bar/ha-edgeos/issues", "requirements": ["aiohttp"], - "version": "2.0.27" + "version": "2.0.28" }