zacs / ha-nfl

NFL game scores custom component for Home Assistant
42 stars 32 forks source link

Blueprints directory, readme, and mobile app notifications blueprint #31

Closed gonzotek closed 1 year ago

gonzotek commented 1 year ago

This PR creates a blueprints directory, adds a readme.md file to it, and adds the first blueprint to it, mobile app notifications. The readme file currently contains a description of the new blueprint and a "My Home Assistant" link for users to use to add it to their personal installations. Note: that url won't actually work until after the PR is merged, as the blueprint file won't exist in the @zacs's repo until then.

I've tested the blueprint for several weeks running and have a high confidence that it won't cause massive issues(occasionally ESPN sends incorrect data which can cause an unnecessary notification, but this isn't very common). It allows users to specify one or more existing nfl entities and one or more mobile app devices to notify. The notifications get tagged and grouped, and can be linked to any website (e.g. ESPN.com) or Home Assistant dashboard view (e.g. /lovelace/football).

gonzotek commented 1 year ago

BTW, this wouldn't require a new release.

zacs commented 1 year ago

Thank you!