homeassistant/scripts/benchmark/__init__.py:39: error: function asyncio.events.get_event_loop_policy is deprecated: Deprecated since Python 3.14; will be removed in Python 3.16.  [deprecated]
homeassistant/components/ssdp/common.py:18: error: Item "IPv4Address" of "IPv4Address | IPv6Address" has no attribute "scope_id"  [union-attr]
homeassistant/components/apple_tv/config_flow.py:144: error: Returning Any from function declared to return "str | None"  [no-any-return]
homeassistant/components/apple_tv/__init__.py:102: error: Statement is unreachable  [unreachable]
homeassistant/components/apple_tv/__init__.py:151: error: Name "AppleTVInterface" is not defined  [name-defined]
homeassistant/components/apple_tv/__init__.py:245: error: Name "exceptions" is not defined  [name-defined]
homeassistant/components/apple_tv/__init__.py:284: error: Name "AppleTV" is not defined  [name-defined]
homeassistant/components/apple_tv/__init__.py:295: error: Name "Protocol" is not defined  [name-defined]
homeassistant/components/apple_tv/__init__.py:300: error: Name "scan" is not defined  [name-defined]
homeassistant/components/apple_tv/__init__.py:308: error: Name "AppleTV" is not defined  [name-defined]
homeassistant/components/apple_tv/__init__.py:319: error: Name "AppleTV" is not defined  [name-defined]
homeassistant/components/apple_tv/__init__.py:326: error: Name "Protocol" is not defined  [name-defined]
homeassistant/components/apple_tv/__init__.py:328: error: Unused "type: ignore" comment  [unused-ignore]
homeassistant/components/apple_tv/__init__.py:348: error: Name "connect" is not defined  [name-defined]
homeassistant/components/apple_tv/__init__.py:382: error: Name "DeviceModel" is not defined  [name-defined]
homeassistant/components/apple_tv/__init__.py:383: error: Name "model_str" is not defined  [name-defined]
homeassistant/components/ssdp/server.py:174: error: Item "IPv4Address" of "IPv4Address | IPv6Address" has no attribute "scope_id"  [union-attr]
homeassistant/components/ssdp/server.py:179: error: Item "IPv4Address" of "IPv4Address | IPv6Address" has no attribute "scope_id"  [union-attr]
homeassistant/components/ssdp/scanner.py:263: error: Item "IPv4Address" of "IPv4Address | IPv6Address" has no attribute "scope_id"  [union-attr]
homeassistant/components/ssdp/scanner.py:268: error: Item "IPv4Address" of "IPv4Address | IPv6Address" has no attribute "scope_id"  [union-attr]
homeassistant/components/shelly/utils.py:256: error: Generator has incompatible item type "IPv4Address | IPv6Address"; expected "IPv4Address"  [misc]
homeassistant/components/amcrest/camera.py:194: error: Returning Any from function declared to return "bytes | None"  [no-any-return]
homeassistant/components/amcrest/camera.py:480: error: Unused "type: ignore" comment  [unused-ignore]
homeassistant/components/amcrest/camera.py:482: error: Unused "type: ignore" comment  [unused-ignore]
homeassistant/components/amcrest/camera.py:517: error: Returning Any from function declared to return "bool"  [no-any-return]
homeassistant/components/amcrest/camera.py:538: error: Returning Any from function declared to return "bool"  [no-any-return]
homeassistant/components/amcrest/camera.py:557: error: Returning Any from function declared to return "bool"  [no-any-return]
homeassistant/components/amcrest/camera.py:570: error: Returning Any from function declared to return "bool"  [no-any-return]
homeassistant/components/amcrest/camera.py:607: error: Returning Any from function declared to return "bool"  [no-any-return]
homeassistant/components/amcrest/camera.py:628: error: Returning Any from function declared to return "str"  [no-any-return]
homeassistant/components/amcrest/__init__.py:125: error: Class cannot subclass "ApiWrapper" (has type "Any")  [misc]
homeassistant/components/amcrest/__init__.py:200: error: Returning Any from function declared to return "Response"  [no-any-return]
homeassistant/components/apple_tv/media_player.py:113: error: Class cannot subclass "PowerListener" (has type "Any")  [misc]
homeassistant/components/apple_tv/media_player.py:113: error: Class cannot subclass "AudioListener" (has type "Any")  [misc]
homeassistant/components/apple_tv/media_player.py:113: error: Class cannot subclass "PushListener" (has type "Any")  [misc]
homeassistant/components/apple_tv/media_player.py:259: error: Returning Any from function declared to return "str | None"  [no-any-return]
homeassistant/components/apple_tv/media_player.py:270: error: Returning Any from function declared to return "str | None"  [no-any-return]
homeassistant/components/apple_tv/media_player.py:293: error: Returning Any from function declared to return "str | None"  [no-any-return]
homeassistant/components/apple_tv/media_player.py:300: error: Returning Any from function declared to return "float | None"  [no-any-return]
homeassistant/components/apple_tv/media_player.py:307: error: Returning Any from function declared to return "int | None"  [no-any-return]
homeassistant/components/apple_tv/media_player.py:314: error: Returning Any from function declared to return "int | None"  [no-any-return]
homeassistant/components/apple_tv/media_player.py:364: error: Returning Any from function declared to return "str | None"  [no-any-return]
homeassistant/components/apple_tv/media_player.py:385: error: Returning Any from function declared to return "str | None"  [no-any-return]
homeassistant/components/apple_tv/media_player.py:392: error: Returning Any from function declared to return "str | None"  [no-any-return]
homeassistant/components/apple_tv/media_player.py:399: error: Returning Any from function declared to return "str | None"  [no-any-return]
homeassistant/components/apple_tv/media_player.py:406: error: Returning Any from function declared to return "str | None"  [no-any-return]
homeassistant/components/apple_tv/media_player.py:441: error: Returning Any from function declared to return "bool | None"  [no-any-return]
homeassistant/components/apple_tv/media_player.py:447: error: Returning Any from function declared to return "bool"  [no-any-return]
homeassistant/runner.py:176: error: Name "asyncio.DefaultEventLoopPolicy" is not defined  [name-defined]
homeassistant/runner.py:176: error: Class cannot subclass "DefaultEventLoopPolicy" (has type "Any")  [misc]
homeassistant/runner.py:187: error: Unused "type: ignore[attr-defined]" comment  [unused-ignore]
homeassistant/runner.py:284: error: function asyncio.events.set_event_loop_policy is deprecated: Deprecated since Python 3.14; will be removed in Python 3.16.  [deprecated]
homeassistant/scripts/auth.py:51: error: function asyncio.events.set_event_loop_policy is deprecated: Deprecated since Python 3.14; will be removed in Python 3.16.  [deprecated]
homeassistant/scripts/__init__.py:64: error: function asyncio.events.set_event_loop_policy is deprecated: Deprecated since Python 3.14; will be removed in Python 3.16.  [deprecated]
Found 54 errors in 13 files (checked 8626 source files)
/home/micha/.local/share/uv/python/cpython-3.14.2-linux-x86_64-gnu/lib/python3.14/importlib/__init__.py:88: UserWarning: Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater.
  return _bootstrap._gcd_import(name[level:], package, level)
Warning: unused section(s) in mypy.ini: [mypy-tests.*]
