- Fixed error when Device List did not contain a `devie_type` which would stop the system from loading any data.
0.1.21
Added
- Add possibility to specify how many hours of the the Hourly Forecast data should be returned.
0.1.20
Added
- New sensor data points `precip_accum_local_day_final`, `precip_accum_local_yesterday_final`, `precip_minutes_local_yesterday_final`. These values will only appear for stations located in the US, as they are depended on *Rain Check* and that only works in the US.
0.1.19
Added
- New sensor data point `station_name`. Will be used as a sensor in Home Assistant with the Station Data attached as Attributes.
Changed
- Limited the number of items in the Hourly Forecast array to 48, as the default of 240 items, was creating warnings in Home Assistant. - Restructured the StationDescription dataclass so that all attached physical devices are added as a list to the class.
0.1.18
Changes
- Better error handling if empty dataset returned from oberservations.
0.1.17
Changes
- UV Index values are now rounded to 1 decimal.
Added
- Added battery mode and battery mode description. This only applies to Tempest devices.