Describe the bug
SInce #944 was fixed, there's a new warning:
/usr/local/lib/python3.13/site-packages/google/protobuf/runtime_version.py:98: UserWarning: Protobuf gencode version 5.29.0 is exactly one major version older than the runtime version 6.30.2 at ghome_foyer_api/api.proto. Please update the gencode to avoid compatibility violations in the next runtime release. warnings.warn(
The integration loads and works fine though.
Version of the integration
If you are unsure about the version check the github release here.
Logs
/usr/local/lib/python3.13/site-packages/google/protobuf/runtime_version.py:98: UserWarning: Protobuf gencode version 5.29.0 is exactly one major version older than the runtime version 6.30.2 at ghome_foyer_api/api.proto. Please update the gencode to avoid compatibility violations in the next runtime release. warnings.warn(```