Added the ability to hide the temp label and weather icon in the currentweather module to allow showing only information such as wind and sunset/rise.

This commit is contained in:
Adi Miller
2020-01-16 16:26:20 +02:00
parent 0ca00e5059
commit 81aab7e86f
2 changed files with 31 additions and 27 deletions

View File

@@ -13,7 +13,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- cleanup installers folder, remove externalized scripts
### Added
- Finnish translation for "PRECIP", "UPDATE_INFO_MULTIPLE" and "UPDATE_INFO_SINGLE".
- Finish translation for "PRECIP", "UPDATE_INFO_MULTIPLE" and "UPDATE_INFO_SINGLE".
- Added the ability to hide the temp label and weather icon in the `currentweather` module to allow showing only information such as wind and sunset/rise.
### Fixed
- Force declaration of public ip adress in config file (ISSUE #1852)