Releases: tcarwash/home-assistant_noaa-space-weather
Releases · tcarwash/home-assistant_noaa-space-weather
v2.0.4
v2.0.4-beta1 Bugfixes
Documentation Updates
Changes
- Update README.md (#47) @martin3000
- Update translations to show correct documentation link (#49)
Adds icons and update indication
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
Passing HACS Validations
Added validations, reordered manifest
Fix K-Index and add some sensors
- 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
v2.0.0
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
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!