This repository has been archived by the owner on Dec 29, 2024. It is now read-only.
Releases: briis/weatherbit
Releases · briis/weatherbit
Release 1.0.13
Fixing minimum Home Assistant version
Release 1.0.12
Fixed
- Issue #76 HA 2022.10: Detected integration that uses speed utility
Version 1.0.11
You must minimum be running Home Assistant 2022.7.0 for this release to work.
Fixed
- Issue #70 Fixing
is overriding deprecated methods on an instance of WeatherEntity
message that will start showing up in the log. Thanks to @Mariusthvdb for reporting this.
Version 1.0.10
Fixed
- Issue #67. Deprecreated function as of HA V2022.6.
Version 1.0.9
Changed
- Reverting
observation_time
back to a Timestamp device class, but keeping the fix from 1.0.8 with the Timezone.
Fixed
Version 1.0.9-beta.1
Changed
- Reverting
observation_time
back to a Timestamp device class, but keeping the fix from 1.0.8 with the Timezone.
Fixed
Release 1.0.8
Version 1.0.7
Version 1.0.6
Fixed - Breaking Changes
-
BREAKING CHANGE #52 Changed Unique ID to use the supplied Latitude and Longitude. The previous value could sometimes change when many stations in close proximity, creating double entries. This unfortunately means that all entities will get a new unique id, and will be duplicated. I recommend to simply delete the Integration and add it again, and all the names should stay the same as before.
-
Fixing forecast date not in right format. Date needs to be a UTC time string and not DateTime object.
Version 1.0.5
Fixed
- Issue #50 Fixed pressure and visibility values not being correct. Please note that when clicking on a weather card, the units for pressure will be reported as
psi
if imperial units or else aspa
. The values however are ininHg
andhPa
. For metric units, wind speed is now also inm/s
and notkmh
. Not sure why this was changed on the Weather Entity.