The card currently is using lit-element and lit-html, but both have been deprecated in favor of lit.
Unless upgrading them would break anything within the boilerplate, I think it would be great to use the new version and update the code to use the new import names.
The card currently is using
lit-element
andlit-html
, but both have been deprecated in favor oflit
.Unless upgrading them would break anything within the boilerplate, I think it would be great to use the new version and update the code to use the new import names.