finity69x2 / fan-percent-button-row

Frontend plugin to control fans in Home Assistant using percent values for speeds
32 stars 19 forks source link

Polyer Deprecation #38

Closed breakthestatic closed 1 year ago

breakthestatic commented 1 year ago

I started receiving warnings in my Home Assistant logs about Polymer being deprecated in favor of lit (see https://developers.home-assistant.io/blog/2023/04/04/deprecating_polymer/) after upgrading to 2023.4. It looks like starting in the next release (2023.5) Polymer will be completely removed, breaking this library.

fishbone-git commented 1 year ago

and as expected, with the 2023.5b0 the percent button row is broken

finity69x2 commented 1 year ago

I'm working on it.

the polymer deprecation caught me off guard with such little notice and I have to figure out how to update it.

finity69x2 commented 1 year ago

Another user has created a PR for the update.

I've merged it so it should be available in HACS soon