Description
The problem
After upgrading to 2025.6.0, I am seeing the following warning in the system log. Doesn’t seem to be impacting the integration in any way, but wanted to report it so it could be fixed for the future.
logger:%20py.warnings%0ASource%3A%20components/apple_tv/__init__.py:10%0AFirst%20occurred:%207:08:44%20AM%20(21%20occurrences)%0ALast%20logged:%207:08:45%20AM%0A%0A/usr/local/lib/python3.13/site-packages/google/protobuf/runtime_version.py:98:%20UserWarning:%20Protobuf%20gencode%20version%205.28.1%20is%20exactly%20one%20major%20version%20older%20than%20the%20runtime%20version%206.31.1%20at%20pyatv/protocols/mrp/protobuf/GetVolumeMessage.proto.%20Please%20update%20the%20gencode%20to%20avoid%20compatibility%20violations%20in%20the%20next%20runtime%20release.%20warnings.warn(%0A/usr/local/lib/python3.13/site-packages/google/protobuf/runtime_version.py:98:%20UserWarning:%20Protobuf%20gencode%20version%205.28.1%20is%20exactly%20one%20major%20version%20older%20than%20the%20runtime%20version%206.31.1%20at%20pyatv/protocols/mrp/protobuf/GetVolumeResultMessage.proto.%20Please%20update%20the%20gencode%20to%20avoid%20compatibility%20violations%20in%20the%20next%20runtime%20release.%20warnings.warn(%0A/usr/local/lib/python3.13/site-packages/google/protobuf/runtime_version.py:98:%20UserWarning:%20Protobuf%20gencode%20version%205.28.1%20is%20exactly%20one%20major%20version%20older%20than%20the%20runtime%20version%206.31.1%20at%20pyatv/protocols/mrp/protobuf/KeyboardMessage.proto.%20Please%20update%20the%20gencode%20to%20avoid%20compatibility%20violations%20in%20the%20next%20runtime%20release.%20warnings.warn(%0A/usr/local/lib/python3.13/site-packages/google/protobuf/runtime_version.py:98:%20UserWarning:%20Protobuf%20gencode%20version%205.28.1%20is%20exactly%20one%20major%20version%20older%20than%20the%20runtime%20version%206.31.1%20at%20pyatv/protocols/mrp/protobuf/ModifyOutputContextRequestMessage.proto.%20Please%20update%20the%20gencode%20to%20avoid%20compatibility%20violations%20in%20the%20next%20runtime%20release.%20warnings.warn(%0A/usr/local/lib/python3.13/site-packages/google/protobuf/runtime_version.py:98:%20UserWarning:%20Protobuf%20gencode%20version%205.28.1%20is%20exactly%20one%20major%20version%20older%20than%20the%20runtime%20version%206.31.1%20at%20pyatv/protocols/mrp/protobuf/NotificationMessage.proto.%20Please%20update%20the%20gencode%20to%20avoid%20compatibility%20violations%20in%20the%20next%20runtime%20release.%20warnings.warn(%0A
What version of Home Assistant Core has the issue?
2025.6.0
What was the last working version of Home Assistant Core?
2025.5.3
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Apple TV
Link to integration documentation on our website
https://www.home-assistant.io/integrations/apple_tv/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response