Releases: zacs/ha-nfl
v0.6
This release addresses some compatibility issues with HA and a few minor fixes.
🚧 NOTE: This release may break your automations if you use the (old, incorrectly named) team_colors_rbg
property. Update it to team_colors_rgb
wherever you use it and you will be fine.
- Fix the team colors property to properly be RGB (not RBG) - #42 thanks @D34DC3N73R
- The blueprints in this repo have been updated to reflect this already.
- Fix underlying
async
implementation - #42 thanks @D34DC3N73R - Fix hassfest integration test - #40 thanks @gonzotek
Additional thanks to @vasqued2 for the heads up on async
issues in #37!
v0.5.1
v0.5
Various cleanups and getting ready to add to HACS officially. Thanks to @firstof9 for many code quality improvements and bug fixes!
New features include:
v0.4.2
Bug fix update. This release fixes an issue with team colors that was introduced when the AFC/NFC Pro Bowl colors were added late last season. Thanks @D34DC3N73R for the fix!
v0.4.1
v0.4
Add support for the Pro Bowl using AFC or NFC as the team acronym. Thank you @gonzotek for adding this support!
This release assumes that the format for the game data is identical to earlier in the season. It's possible that Pro Bowl data may look different and cause issues once the game starts. Please open an issue if you find this to be the case and include any warnings or errors from the log.
v0.3.1
v0.3
v0.2.1
v0.2
A few small but helpful updates:
- Fixed the bug where config-based (ie YAML) sensors would clone themselves on every reboot.
- Added initial bye week logic. This new state value is
BYE
. - Removed interval from the UI setup, since the interval is auto-configured based on game start time now.
- Fixed some tests which I had broken.