fix(homeassistant): pin image to 2026.7.4 to avoid cffi version mismatch #28
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/homeassistant-pin-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problema
Després del reinici del pod, la integració Meross fallava amb:
Causa
L'imatge
ghcr.io/home-assistant/home-assistant:stableha migrat a Python 3.14.Hi ha un bug de packaging on cffi 2.1.0 (Python) no coincideix amb _cffi_backend 2.0.0 (C).
PyCryptodome (dependència de meross_iot) fa crash en importar cffi.
Solució
Pinjar la imatge a 2026.7.4 (última versió stable) en lloc de deixar el tag flotant
stable.Això evita que el tag mogui silenciosament a una imatge trencada i permet un control més explícit de les actualitzacions.