v0.2.4
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 now1.78.0) - Pin
grpcio-tools==1.78.0ingenerate_proto.sh(override viaGRPCIO_TOOLS_VERSIONenv var) - Relax manifest requirement to
grpcio>=1.78.0
Full changelog: v0.2.3...v0.2.4