fix: fan sensor angle handling (#14)

Angles > 360° need to be normalized.

Fixes #12
This commit is contained in:
Markus Zehnder
2025-08-30 17:23:55 +02:00
committed by GitHub
parent 016942631f
commit 21bf19ce31
2 changed files with 19 additions and 6 deletions
+1
View File
@@ -11,6 +11,7 @@ _Changes in the next release_
### Fixed
- Misplaced text sensors in custom panels (#11).
- Wrong start position for circular progress (fan) sensor using a counter-clockwise direction (#12).
### Added
- Simple sensor panel with a file-based data source (#6).