home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.33k stars 30.27k forks source link

pyeconet is outdated #84866

Closed jat255 closed 1 year ago

jat255 commented 1 year ago

The problem

Using HA Container (2022.12.8), the version of pyeconet installed is 0.1.15, but the latest version (which fixes some bugs) is 0.1.17. Will this dependency be updated in the next release of HA?

What version of Home Assistant Core has the issue?

core-2022.12.8

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

econet

Link to integration documentation on our website

https://www.home-assistant.io/integrations/econet/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

The update for pyeconet fixes https://github.com/w1ll1am23/pyeconet/issues/17, which prevents setting certain water heater modes for some newer Rheem water heaters.

home-assistant[bot] commented 1 year ago

Hey there @vangorra, @w1ll1am23, mind taking a look at this issue as it has been labeled with an integration (econet) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `econet` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Change the title of the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign econet` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


econet documentation econet source (message by IssueLinks)

frenck commented 1 year ago

Will this dependency be updated in the next release of HA?

Nope. Feel free to contribute an upgrade.

Closing this issue, as it is a request and not an issue report.

../Frenck

jat255 commented 1 year ago

Nope. Feel free to contribute an upgrade.

Apologies if this wasn't the right place to report/request this, but the econet integration is partially broken, so I thought this was an issue (which will be fixed by updating the dependent python package).

Can you point me in the right direction of where to report this so it can get fixed? I'm not very familiar with HA development, but I thought this issue tracker was the right place for integration issues (I see other econet integration issues).

w1ll1am23 commented 1 year ago

Bumping the version here https://github.com/home-assistant/core/pull/84868