From 35d7f20f8eb6086e99fc4a097c85f5e10fb314eb Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Wed, 26 May 2021 17:17:16 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cfef16..e597a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Not yet released] ### Changed +- Fixed a rounding error in the slider sensor component. When using custom "range from" / "range to" + settings, the maximum value could exceed the "range to" value due to rounding errors. + Thanks to Jos for the heads up! - Made the codebase compatible with ESPHome v1.x.0 ([PR #1657: Introduce new async-def coroutine syntax](https://github.com/esphome/esphome/pull/1657))