-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove static "for the next 3 hours" text #4738
Conversation
This is applied to every forecast, no matter how far in the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned in the other PR I agree with you on the labels for the forecast channel types. They are reused for hourly and daily forecast and will fit better. But I do not agree on the labels for the current channel types. According to the documentation the API returns exactly those values.
I marked one spelling mistake inside.
@@ -112,8 +112,8 @@ Once the parameter `forecastDays` will be changed, the available channel groups | |||
| forecastHours03, forecastHours06, ... forecastHours120 | wind-direction | Number:Angle | Forecasted wind direction. | | |||
| forecastHours03, forecastHours06, ... forecastHours120 | gust-speed | Number:Speed | Forecasted gust speed. **Advanced** | | |||
| forecastHours03, forecastHours06, ... forecastHours120 | cloudiness | Number:Dimensionless | Forecasted cloudiness. | | |||
| forecastHours03, forecastHours06, ... forecastHours120 | rain | Number:Length | Expected rain volume for the next 3 hours. | | |||
| forecastHours03, forecastHours06, ... forecastHours120 | snow | Number:Length | Expected snow volume for the next 3 hours. | | |||
| forecastHours03, forecastHours06, ... forecastHours120 | rain | Number:Length | Expected rain volum. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling: volum
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, fixed that one. Must have been slipped through, as the white space was also missing.
I restored the labels for the current weather data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
Merged with small patch exception.
* Remove static "for the next 3 hours" text. This is applied to every forecast, no matter how far in the future. Signed-off-by: Pshatsillo <[email protected]>
* Remove static "for the next 3 hours" text. This is applied to every forecast, no matter how far in the future. Signed-off-by: Maximilian Hess <[email protected]>
This is applied to every forecast, no matter how far in the future.