- Notifications
You must be signed in to change notification settings - Fork37
Releases: zacs/ha-nfl
v0.6
5e8805d
Compare
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 toteam_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 onasync
issues in#37!
v0.5.1
edd0ff8
Compare
v0.5
bf46ecd
Compare
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
464b62e
Compare
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
58a5b4e
Compare
v0.4
2bef65d
Compare
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
e6d683b
Compare
No changes to user-facing functionality.
This is a minor update to address a naming deprecation in one of the internal HA methods referenced by the plugin.
Assets2
v0.3
5745934
Compare
This is a small release, which fixes theNOT_FOUND
state logic.
When your configured team is not in the playoffs, that state will now work correctly. Previously it was erroring out and becoming Unavailable.
Assets2
v0.2.1
72dcec8
Compare
This release correctly (and explicitly) detects teams that have a bye week (and still sets them toBYE
state). It will still include your team name, acronym, and logo, but no other data is available in the attributes.
Assets2
v0.2
ceae01b
Compare
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.