vasqued2 / ha-teamtracker-card

A Home Assistant frontend custom card that will display real-time updates for teams tracked with the ha-teamtracker integration. Has custom in-game layouts for football, baseball, basketball, hockey, soccer, golf, tennis, racing, and mma.
GNU General Public License v3.0
63 stars 12 forks source link

Fix for outage at unpkg.com #51

Closed PRProd closed 1 year ago

PRProd commented 1 year ago

Currently, unpkg.com is having some issues with their CDN. My card (firemote) was having issues reported as well. This pull request uses a different source for the Lit Package import.

PRProd commented 1 year ago

The outage might be over. Most requests go through without an error now. However, lit.dev is currently recommending https://cdn.jsdelivr.net/gh/lit/dist@2/core/lit-core.min.js not https://unpkg.com/lit?module so you might still want to consider merging this request

vasqued2 commented 1 year ago

Thanks. This is the second time unpkg.com has had issues over the last couple of months. I'll pull in the change for the next release.