Skip to content

Releases: tcarwash/home-assistant_noaa-space-weather

Documentation Updates

31 May 14:43
a38d315
Compare
Choose a tag to compare

Changes

  • Update README.md (#47) @martin3000
  • Update translations to show correct documentation link (#49)

Adds icons and update indication

14 Apr 03:21
6f24da4
Compare
Choose a tag to compare
Pre-release
Images (#42)

* Friendlier friendly names

* mdi icons for images to match sensors

* mdi icons for images to match sensors

* more icons

* last updated attribute

v2.1.0-beta

13 Apr 22:54
b25eb76
Compare
Choose a tag to compare
v2.1.0-beta Pre-release
Pre-release

Features

  • Images

Changes

📦 Dependencies

Passing HACS Validations

09 Apr 01:22
ee80a44
Compare
Choose a tag to compare

Added validations, reordered manifest

Fix K-Index and add some sensors

06 Apr 17:59
Compare
Choose a tag to compare
  • Fixed ordering of any outstanding endpoints that were not properly indexed considering #33 resolved
  • Added Polar Cap Absorption sensor
  • Added 2 and 3 day A-Index

Beta for testing wheirman's PR to fix A-index pulling old data

05 Apr 03:09
171a67f
Compare
Choose a tag to compare

Changes

  • Request latest value, not first which is several hours old (#34) @wheirman

v2.0.0

31 Jul 01:52
fdac642
Compare
Choose a tag to compare

Changes

💥 Breaking Changes

  • Fix sensors returning text value instead of numeric (#30) @tcarwash
    This changes the behavior of all sensors to return a numeric value instead of a text state. May affect anyone using the integration's values in automation etc.
  • Fixed devcontainer: replaced deprecated base container. Having an issue where urllib3 needs to be reinstalled before homeassistant will run, but other than that it's working much better

v1.1.0

01 Oct 18:53
Compare
Choose a tag to compare

Changes

  • Smoothed SSN is now current Observed SSN, and isn't trying to pull data extrapolated back to the... 1700s??

Breaking

  • sensor.smoothed_ssn no longer exists anything using that sensor will need to be updated to use sensor.sunspot_number instead!

v1.0.0

30 Sep 02:58
Compare
Choose a tag to compare

🎉 Version 1 Release! 🎉

This is a working, installable release with error handling, sane- graphable output and passing CI; even some (minimal) tests. We'll call it v1.0.0, a decent starting point.

  • Changes since previous versions
  • Error handling, no longer fails if any api call fails
  • Better data, no -1 for no data now shows Unknown/Unavailable
  • Using swpclib-4.0.1

v0.6.4-beta

30 Sep 02:08
Compare
Choose a tag to compare
v0.6.4-beta Pre-release
Pre-release
  • Error handling, no longer fails if any api call fails
  • Better data, no -1 for no data now shows Unknown/Unavailable
  • Using swpclib-4.0.0b2 (to be simultaneously pushed to main)