sebirdman / hass_traeger

Hass Plugin for Traeger (WIP)
MIT License
90 stars 21 forks source link

Traegernumber entity error #56

Open jbarbash opened 1 year ago

jbarbash commented 1 year ago

After upgrading to Home Assistant 2022.12

Logger: homeassistant.components.number Source: components/number/init.py:366 Integration: Number (documentation, issues) First occurred: 1:40:49 PM (1 occurrences) Last logged: 1:40:49 PM

custom_components.traeger.number::TraegerNumberEntity is overriding deprecated methods on an instance of NumberEntity, this is not valid and will be unsupported from Home Assistant 2022.10. Please report it to the custom integration author.

StarFox2873 commented 1 year ago

bump :)

chicagoandy commented 1 year ago

Getting this as well.

bakerkj commented 1 year ago

I see this as well on 2023.5.3.

njobrien1006 commented 1 year ago

The issue was resolved with this commit.

But, no release was generated. So, it would need to be manually put into number.py or be included in a release. I merged the above into my fork and released.

bakerkj commented 1 year ago

@njobrien1006 I'm giving your fork and release a try. It looks great so far. Thanks!