Move filter function into utils class too

This commit is contained in:
rejas
2020-12-26 12:12:44 +01:00
parent 0ac5032db9
commit c2f5d038de
3 changed files with 337 additions and 326 deletions

View File

@@ -93,6 +93,7 @@ Special thanks to the following contributors: @Alvinger, @AndyPoms, @ashishtank,
- Added missing function call in module.show()
- Translator variables can have falsy values (e.g. empty string)
- Fix issue with weather module with DEGREE label in FEELS like
- Refactor calendar fetcher
### Deleted