-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
20220802 bump homeassistant 2022 7 7 #5385
20220802 bump homeassistant 2022 7 7 #5385
Conversation
Logs show issues with pyatv - I'd prefer to rebase our world on 2022-07-07 as a beta and layer-on fixes for various issue son top -- I worry that in Spksrc we suffer from perfect being the enemy of good, and prefect PRs being too large to review. |
@chickenandpork I doubt that this will ever run. At least the requirements files need to be updated. |
I appreciate the feedback; mine is currently running but maybe there are undetected errors. move got a basic Tuya connection (cloud) but no scenes yet to control |
I'm looking to follow this PR with an update: Essentially, I want to use another Integration that needs a narrow, very recent dependency in the version-lock files. @hgy59 I had no problems running this on python-3.9, pre-rust-wheels: minimal work needed to recognize and update cffi. I haven't tested on python-3.10. Can we merge this and move forward to the next update? A recurring issue with spksrc development is that there seems to be this chase-the-horizon of PRs: hard to get review, and no part of the work is ever merged until it's pristine. Can we merge this and move forward off it to rebase on current HomeAssistant? Would you rather I rebased on this week's release ? |
@chickenandpork you can go forward with rebase and merge... |
0a150ac
to
bfc43dd
Compare
rebased on e9ee4f0 (current master) |
@chickenandpork this does not update homeassistant to 2022.7.7. After installation/update it still shows homeassistant 2021.9.7. I started to update homeassistant to 2022.10.5. |
@hgy59 before this change, I was unable to use the Cloud/SaaS Tuya. I built and installed this update as a clean build, and I was able to install and use the Integration that required new dependencies in a very narrow range. I found that the build is not always hermetic, but in a clean build, installing the result, I saw a change in behavior, with no other changes made to the DSM involved. Maybe I'll pull apart the SPK and see what it brings as payload |
@hgy59 I tested ur current 22.10.5 version. starts and works fine so far. 👍 but would be nice, if we could update to version 2022.11.0 to get HACS support
another point, restarting the service via HA web-interface doesn't work. I have to start the service via synology web-interface all the time. |
I'm sorry. home-assistant is a new topic for me. I realized, it is not necessary to upgrade to 2022.11.0 go get HACS running. I have HACS 1.28.4 running on this 2022.10.5 release. update: |
Description
This is a simple repack of the latest (at time of branch) HomeAssistant. This seems to work on the few uses I have on my DS1819+ (denverton-7.0) (running DSM 7.0.1-42218 Update 4). Install did stop me until Python-3.10 was installed (which is probably @th0ma7 's work).
Of note, several concerns and blockers have been raised to consider around a HomeAssistant update; I don't specifically fix any of them except half of the two-part "update HA so that " (#5362). Indeed, I'm doing this to unblock Tuya for myself, but I've only just upgraded to this without installing a cloud-poll Tuya yet.
I want to make this available to be able to audit the other open HA issues and see if it helps them at all, or we can update this reports.
I also want to call attention(re #5043) to @th0ma7 and @hgy59 to have them weigh-in on simply releasing a re-pack for beta-review and see if it helps the community without the rust-cross compilation fully available.
Relates to: #5362 #4580
Does not address #4183 #4977 (@mortenlj), #5125
May Unblock: #4189 #4969 #5362
Checklist
all-supported
completed successfullyType of change