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!