Update feels_like temperature formula (#3869)

The current logic never showed any different temperature than the
current one, so I looked into a more "explained" formula and found one
in the HomeAssistant forums.
This commit is contained in:
Veeck
2025-09-01 15:12:52 +02:00
committed by GitHub
parent f8679b6ba8
commit 25efe4204f
3 changed files with 59 additions and 17 deletions

View File

@@ -39,6 +39,7 @@ Thanks to: @dathbe.
### Updated
- [core] Update dependencies including electron to v37 as well as github actions (#3831, #3849, #3857, #3858)
- [weather] Update feels_like temperature calculation formula (#3869)
### Fixed