Skip to content

v0.2.4

Choose a tag to compare

@volschin volschin released this 19 May 21:55
2590a22

Fix grpcio version conflict with Home Assistant Core (issue #22 follow-up).

What's changed

Home Assistant Core pins grpcio==1.78.0 globally. The v0.2.3 manifest required grpcio>=1.80.0, making the dependency set unsatisfiable — HA refused to install the integration.

  • Regenerate gRPC stubs with grpcio-tools==1.78.0 (GRPC_GENERATED_VERSION now 1.78.0)
  • Pin grpcio-tools==1.78.0 in generate_proto.sh (override via GRPCIO_TOOLS_VERSION env var)
  • Relax manifest requirement to grpcio>=1.78.0

Full changelog: v0.2.3...v0.2.4