hi i dunno where the error is in esphome or what its talking about but the system logs shows these errors
maybe someone can tell me what to look for or fix since the information isnt useful for me to figure out
Logger: py.warnings
Source: components/esphome/__init__.py:5
First occurred: 5:00:16 PM (3 occurrences)
Last logged: 5:00:16 PM
/usr/local/lib/python3.13/site-packages/google/__init__.py:2: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. __import__('pkg_resources').declare_namespace(__name__)
/usr/local/lib/python3.13/site-packages/google/protobuf/runtime_version.py:98: UserWarning: Protobuf gencode version 5.29.5 is exactly one major version older than the runtime version 6.31.1 at api.proto. Please update the gencode to avoid compatibility violations in the next runtime release. warnings.warn(
/usr/local/lib/python3.13/site-packages/google/protobuf/runtime_version.py:98: UserWarning: Protobuf gencode version 5.29.5 is exactly one major version older than the runtime version 6.31.1 at api_options.proto. Please update the gencode to avoid compatibility violations in the next runtime release. warnings.warn(
It would be helpful if you could post the version of ESPHome you are using, whether this is on a standalone system or the ESPHome Addon for Home Assistant, and what you are doing that is generating that error. If you’re compiling some YAML to deploy on a device, the YAML would be helpful. Otherwise we’re just guessing.
I believe it has been noted as an issue, link below. I do not believe it is specific to espHome code, rather a version change issue with the Google protobuf libraries, which are extensively used well beyond Home Assistant.