Date: 2024-05-25
- Added function to get data from
daily_data
using a view to get calculated values also.
Date: 2024-05-14
- Now retrieving
minute_data
from View instead of Table to be able to get calculated fields
Date: 2024-05-13
- Added
visibility
to Minute Data
Date: 2024-05-06
- Added
rain_hour
to Minute Data
Date: 2024-05-05
- Added
visibility
to Hourly Forecast
Date: 2024-05-01
- Added
conditions
to Daily Forecast
Date: 2024-04-29
- Added dataclass for
MonthlyData
andMinuteData
- Added Functions to retrieve data from the above two tables
Date: 2024-04-27
- Added daily sunrise and sunset values to forecast
- Added
to_json
function to alle data tables
Date: 2024-03-06
- Added missing icon for
snow-showers-day
andsnow-showers-night
.
Date: 2024-02-13
- Added conditions to
realtime
table.
Date: 2024-02-10
- Ensure we always retrieve the next 48 hours of Hourly Forecast data.
Date: 2024-02-10
- Added new function
async_disconnect
to ensure connection to the database is closed. - Converted the date field in the
ForecastDaily
table to adatetime
Date: 2024-02-10
- Added new function
async_get_forecast
to get etiher the hourly our daily weather forecast. To get Hourly data useTrue
as parameter.
Date: 2024-02-10
- Added condition icon and forecast description to realtime data
- Preparing for adding Weather Forecast from Visual Crossing
Date: 2024-02-08
- Added cloud base as calculated sensor
Date: 2024-01-28
- Added Air Quality calculated sensor (AQI)
Date: 2024-01-26
- Made direction string lowercase to conform with Home Assistant requirements
Date: 2024-01-26
- Added Absolute Humidity calculated sensor
- Added Freezing Altitude calculated sensor
- Added Visibility calculated sensor
Date: 2024-01-26
- Added beaufort and uv index textual description sensors
- Added elevation as field. Must be manually set on installation