Skip to content

Releases: neilenns/ambientweather2mqtt

Add support for long-term statistics

04 Nov 17:05
Compare
Choose a tag to compare

What's Changed

  • Add state class so entities can qualify for long term statistics by @NickM-27 in #93

Full Changelog: v3.0.2...v3.0.3

Support additional temperature sensors

16 Sep 16:29
1bc9008
Compare
Choose a tag to compare

What's Changed

  • Add missing temp values to data processing by @neilenns in #91

Full Changelog: v3.0.1...v3.0.2

Update dependencies

19 Aug 15:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

Update unit for Hourly Rain measurement

18 Jun 02:07
3999ed3
Compare
Choose a tag to compare

What's Changed

  • Bug fix - Hourly Rain unit of measurement incorrect by @tankdeer in #79

This is a breaking change, if you depended on the unit being reported as inches it is now in/h.

New Contributors

  • @tankdeer made their first contribution in #79. Thank you!

Full Changelog: v2.1.0...v3.0.0

Home Assistant add-on support

15 Jun 21:32
232d99d
Compare
Choose a tag to compare

For people running the standalone Docker image (as this was originally released) there are no changes.

Thanks to the suggestion from @tankdeer and the implementation by @NickM-27 this can now run as a Home Assistant add-on! No need for a separate Docker system. Thanks for the suggestion and the implementation guys!

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.1.0

Update Alpine version used in Docker image

01 Dec 12:56
08ffcc7
Compare
Choose a tag to compare

What's Changed

  • Update version of node used in base image by @neilenns in #68

This should make the image run on Raspberry Pi devices.

Full Changelog: v2.0.2...v2.0.3

Add ARM Docker images

25 Nov 14:25
Compare
Choose a tag to compare

Publish ARM images to the GitHub package repository.

Full Changelog: v2.0.1...v2.0.2

Publish Docker images to GitHub

25 Nov 13:46
Compare
Choose a tag to compare

Since Docker has decided I'm a corporate entity and I can no longer freely publish Docker images to Docker Hub the releases are now published to the GitHub package repository.

What's Changed

  • Publish the Docker image to GitHub Package repository by @neilenns

Full Changelog: v2.0.0...v2.0.1

Rename dateUtc property

04 Jul 17:22
e5851fd
Compare
Choose a tag to compare

Breaking changes

  • The dateUtc topic is renamed to entityDate. Any automation that used the dateUtc topic will need to point to the new
    entityDate topic instead. Resolves issue 60.

Initial release

04 Jul 17:18
0c6105b
Compare
Choose a tag to compare
v1.0.0

Update screenshot again (#61)