* Added dataclass for `MonthlyData` and `MinuteData` * Added Functions to retrieve data from the above two tables
1.1.7
**Date**: `2024-04-27`
What Changed
- Added daily sunrise and sunset values to forecast - Added `to_json` function to alle data tables
1.1.4
**Date**: `2024-03-06`
What Changed
- Added missing icon for `snow-showers-day` and `snow-showers-night`.
1.1.2
**Date**: `2024-02-13`
Changes
- Added conditions to `realtime` table.
**Date**: `2024-02-10`
Changes
- Ensure we always retrieve the next 48 hours of Hourly Forecast data.
1.1.1
**Date**: `2024-02-10`
Changes
- Added new function `async_disconnect` to ensure connection to the database is closed. - Converted the date field in the `ForecastDaily` table to a `datetime`
1.1.0
**Date**: `2024-02-10`
Changes
- Added new function `async_get_forecast` to get etiher the hourly our daily weather forecast. To get Hourly data use `True` as parameter.