Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No longer working with Home Assistant 2023.12.0b1 #152

Closed
PatrikTheDev opened this issue Dec 1, 2023 · 7 comments
Closed

No longer working with Home Assistant 2023.12.0b1 #152

PatrikTheDev opened this issue Dec 1, 2023 · 7 comments

Comments

@PatrikTheDev
Copy link
Contributor

I just updated to the latest Home Assistant beta (.12.0b 0 and 1) and Toshiba AC is no longer working correctly. The error:
IMG_0229
IMG_0228

Not sure why it’s happening but I assume it’s some upstream change which is breaking toshiba_ac’s package resolution

@PatrikTheDev
Copy link
Contributor Author

This might be related: home-assistant/core#104851

@boozeman
Copy link

boozeman commented Dec 6, 2023

Hi,

There is the same problem with 2023.12.0 too

Unable to install package toshiba-ac==0.3.3: ERROR: Cannot install toshiba-ac==0.3.3 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

@PatrikTheDev
Copy link
Contributor Author

I’ve opened a PR (KaSroka/Toshiba-AC-control#42) on the Toshiba-AC-control repo which fixes this issue. I hope the maintainer finds time soon to check my changes and publish a new version.

@blbeczech82
Copy link

as quickfix, in /homeassistant/custom_components/toshiba_ac/manifest.json
change to following (not sure if version is really needed to change):

  "requirements": ["toshiba-ac==0.3.4"],
  "version": "2023.12.0",

and reboot

@Kheperu
Copy link

Kheperu commented Dec 7, 2023

as quickfix, in /homeassistant/custom_components/toshiba_ac/manifest.json change to following (not sure if version is really needed to change):

  "requirements": ["toshiba-ac==0.3.4"],
  "version": "2023.12.0",

and reboot

Can confirm modifying version is not needed.

But modifying "requirements" and rebooting works!
Thanks!

@Disciplus86
Copy link

as quickfix, in /homeassistant/custom_components/toshiba_ac/manifest.json change to following (not sure if version is really needed to change):

  "requirements": ["toshiba-ac==0.3.4"],
  "version": "2023.12.0",

and reboot

Thanks for the quick patch!

@h4de5
Copy link
Owner

h4de5 commented Dec 7, 2023

should be fixed in #156

@h4de5 h4de5 closed this as completed Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants