Closed ZephireNZ closed 3 days ago
Hey there @tronikos, mind taking a look at this issue as it has been labeled with an integration (google_assistant_sdk
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
google_assistant_sdk documentation google_assistant_sdk source (message by IssueLinks)
Which architecture are you using?
x86 64-bit running in a container
Where is /config/deps
coming from?
From what I can tell, it looks to be the dependencies for HACS components. Clearing that off and having it re-populate seems to have resolved things 🤔
The grpc
version in there before was 1.67.1
versus 1.66.2
after rebuilding from scratch. So potentially it was causing a conflict with the one that was being used by HA directly.
I'll close this off in that case, as it seems to be caused google_home
custom component on upgrade.
The problem
Multiple integrations are unable to setup in the latest beta:
google_assistant_sdk
nest
google_generative_ai_conversation
google_home
(custom integration)Looks like they're all trying to import
cygrpc
which is missing.What version of Home Assistant Core has the issue?
core-2024.12.0b2
What was the last working version of Home Assistant Core?
core-2024.11.3 (but may have also worked on earlier beta builds)
What type of installation are you running?
Home Assistant Container
Integration causing the issue
google_assistant_sdk
Link to integration documentation on our website
https://rc.home-assistant.io/integrations/google_assistant_sdk
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response