briis / hass-weatherflow

Home Assistant Integration for WeatherFlow Stations
MIT License
67 stars 11 forks source link

Allow configuration of `hour_cnt` in `pyweatherflowrest` for `forecast_hourly` #16

Closed csacca closed 2 years ago

csacca commented 2 years ago

I understand the reason for reducing the hourly forecast from 240 hours but it would still be nice to have more than 48 hours (at least to see what time of day the highs and lows are going to be, approximately). Would it be a reasonable compromise to allow the number of hours retrieved to be configurable?

briis commented 2 years ago

Good idea. I can do that.

briis commented 2 years ago

I released V0.1.16, where you now can configure the number of hours, from the CONFIGURE button, on the Integration page. Closing this issue.