homeassistant/auth/__init__.py:411:19: error[call-non-callable] Object of type `object` is not callable
homeassistant/auth/mfa_modules/notify.py:179:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/auth/mfa_modules/notify.py:192:12: warning[possibly-missing-attribute] Attribute `pop` may be missing on object of type `dict[str, NotifySetting] | None`
homeassistant/auth/mfa_modules/notify.py:201:16: error[unsupported-operator] Operator `in` is not supported between objects of type `str` and `dict[str, NotifySetting] | None`
homeassistant/auth/mfa_modules/notify.py:209:31: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[str, NotifySetting] | None`
homeassistant/auth/mfa_modules/notify.py:226:31: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[str, NotifySetting] | None`
homeassistant/auth/mfa_modules/notify.py:249:31: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[str, NotifySetting] | None`
homeassistant/auth/models.py:114:23: error[no-matching-overload] No overload of function `attrib` matches arguments
homeassistant/auth/permissions/merge.py:63:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `Mapping[str, SubCategoryType]`
homeassistant/auth/providers/__init__.py:268:23: error[call-non-callable] Object of type `object` is not callable
homeassistant/auth/providers/homeassistant.py:325:13: warning[possibly-missing-attribute] Attribute `validate_login` may be missing on object of type `Data | None`
homeassistant/auth/providers/homeassistant.py:334:48: warning[possibly-missing-attribute] Attribute `add_auth` may be missing on object of type `Data | None`
homeassistant/auth/providers/homeassistant.py:335:15: warning[possibly-missing-attribute] Attribute `async_save` may be missing on object of type `Data | None`
homeassistant/auth/providers/homeassistant.py:343:9: warning[possibly-missing-attribute] Attribute `async_remove_auth` may be missing on object of type `Data | None`
homeassistant/auth/providers/homeassistant.py:344:15: warning[possibly-missing-attribute] Attribute `async_save` may be missing on object of type `Data | None`
homeassistant/auth/providers/homeassistant.py:353:13: warning[possibly-missing-attribute] Attribute `change_password` may be missing on object of type `Data | None`
homeassistant/auth/providers/homeassistant.py:355:15: warning[possibly-missing-attribute] Attribute `async_save` may be missing on object of type `Data | None`
homeassistant/auth/providers/homeassistant.py:365:9: warning[possibly-missing-attribute] Attribute `change_username` may be missing on object of type `Data | None`
homeassistant/auth/providers/homeassistant.py:369:15: warning[possibly-missing-attribute] Attribute `async_save` may be missing on object of type `Data | None`
homeassistant/auth/providers/homeassistant.py:379:25: warning[possibly-missing-attribute] Attribute `normalize_username` may be missing on object of type `Data | None`
homeassistant/auth/providers/homeassistant.py:402:13: warning[possibly-missing-attribute] Attribute `async_remove_auth` may be missing on object of type `Data | None`
homeassistant/auth/providers/homeassistant.py:403:19: warning[possibly-missing-attribute] Attribute `async_save` may be missing on object of type `Data | None`
homeassistant/components/abode/__init__.py:83:40: error[invalid-argument-type] Argument to bound method `override` is incorrect: Expected `Mapping[str, Path]`, found `Path`
homeassistant/components/abode/camera.py:37:35: error[unresolved-attribute] Module `jaraco.abode.helpers.timeline` has no member `CAPTURE_IMAGE`
homeassistant/components/accuweather/weather.py:190:16: error[invalid-return-type] Return type does not match returned value: expected `list[Forecast] | None`, found `list[dict[Unknown | str, Unknown | str | None] | Unknown]`
homeassistant/components/accuweather/weather.py:220:16: error[invalid-return-type] Return type does not match returned value: expected `list[Forecast] | None`, found `list[dict[Unknown | str, Unknown | str | None] | Unknown]`
homeassistant/components/acmeda/config_flow.py:58:9: error[invalid-assignment] Object of type `dict[Unknown | None, Hub | Unknown]` is not assignable to attribute `discovered_hubs` of type `dict[str, Hub] | None`
homeassistant/components/acmeda/config_flow.py:74:40: error[invalid-argument-type] Argument to bound method `async_create_entry` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/acmeda/cover.py:60:24: error[unsupported-operator] Operator `-` is unsupported between objects of type `Literal[100]` and `Unknown | None`
homeassistant/components/acmeda/cover.py:71:24: error[unsupported-operator] Operator `-` is unsupported between objects of type `Literal[100]` and `Unknown | None`
homeassistant/components/acmeda/hub.py:64:9: error[invalid-assignment] Object of type `None` is not assignable to attribute `api` of type `Hub`
homeassistant/components/actron_air/__init__.py:30:19: error[invalid-assignment] Object of type `list[dict[str, Any]]` is not assignable to `list[ActronAirACSystem]`
homeassistant/components/actron_air/__init__.py:42:64: error[non-subscriptable] Cannot subscript object of type `ActronAirACSystem` with no `__getitem__` method
homeassistant/components/actron_air/__init__.py:44:29: error[non-subscriptable] Cannot subscript object of type `ActronAirACSystem` with no `__getitem__` method
homeassistant/components/actron_air/climate.py:59:16: error[unresolved-attribute] Object of type `ActronAirACSystem` has no attribute `ac_system`
homeassistant/components/actron_air/climate.py:64:25: error[unresolved-attribute] Object of type `ActronAirACSystem` has no attribute `remote_zone_info`
homeassistant/components/actron_air/climate.py:117:18: warning[possibly-missing-attribute] Attribute `system_name` may be missing on object of type `ActronAirACSystem | None`
homeassistant/components/actron_air/climate.py:119:22: warning[possibly-missing-attribute] Attribute `master_wc_model` may be missing on object of type `ActronAirACSystem | None`
homeassistant/components/actron_air/climate.py:120:24: warning[possibly-missing-attribute] Attribute `master_wc_firmware_version` may be missing on object of type `ActronAirACSystem | None`
homeassistant/components/actron_air/climate.py:137:16: error[invalid-return-type] Return type does not match returned value: expected `ActronAirStatus`, found `Unknown | ActronAirACSystem`
homeassistant/components/actron_air/climate.py:142:16: warning[possibly-missing-attribute] Attribute `is_on` may be missing on object of type `ActronAirUserAirconSettings | None`
homeassistant/components/actron_air/climate.py:145:16: warning[possibly-missing-attribute] Attribute `mode` may be missing on object of type `ActronAirUserAirconSettings | None`
homeassistant/components/actron_air/climate.py:151:20: warning[possibly-missing-attribute] Attribute `fan_mode` may be missing on object of type `ActronAirUserAirconSettings | None`
homeassistant/components/actron_air/climate.py:157:16: warning[possibly-missing-attribute] Attribute `live_humidity_pc` may be missing on object of type `ActronAirMasterInfo | None`
homeassistant/components/actron_air/climate.py:162:16: warning[possibly-missing-attribute] Attribute `live_temp_c` may be missing on object of type `ActronAirMasterInfo | None`
homeassistant/components/actron_air/climate.py:167:16: warning[possibly-missing-attribute] Attribute `temperature_setpoint_cool_c` may be missing on object of type `ActronAirUserAirconSettings | None`
homeassistant/components/actron_air/climate.py:172:15: warning[possibly-missing-attribute] Attribute `set_fan_mode` may be missing on object of type `ActronAirUserAirconSettings | None`
homeassistant/components/actron_air/climate.py:172:62: error[invalid-argument-type] Argument to bound method `set_fan_mode` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/actron_air/climate.py:177:15: warning[possibly-missing-attribute] Attribute `set_system_mode` may be missing on object of type `ActronAirACSystem | None`
homeassistant/components/actron_air/climate.py:177:54: error[invalid-argument-type] Argument to bound method `set_system_mode` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/actron_air/climate.py:182:15: warning[possibly-missing-attribute] Attribute `set_temperature` may be missing on object of type `ActronAirUserAirconSettings | None`
homeassistant/components/actron_air/climate.py:182:65: error[invalid-argument-type] Argument to bound method `set_temperature` is incorrect: Expected `int | float`, found `Any | None`
homeassistant/components/actron_air/climate.py:227:16: warning[possibly-missing-attribute] Attribute `zones` may be missing on object of type `Unknown | ActronAirACSystem`
homeassistant/components/actron_air/coordinator.py:55:30: error[non-subscriptable] Cannot subscript object of type `ActronAirACSystem` with no `__getitem__` method
homeassistant/components/actron_air/coordinator.py:60:15: error[invalid-method-override] Invalid override of method `_async_update_data`: Definition is incompatible with `DataUpdateCoordinator._async_update_data`
homeassistant/components/actron_air/coordinator.py:65:16: error[invalid-return-type] Return type does not match returned value: expected `ActronAirStatus`, found `Unknown | ActronAirStatus | None`
homeassistant/components/adguard/entity.py:63:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | str, Unknown | int, Unknown | str]]`
homeassistant/components/ads/__init__.py:5:8: error[unresolved-import] Cannot resolve imported module `pyads`
homeassistant/components/ads/binary_sensor.py:5:8: error[unresolved-import] Cannot resolve imported module `pyads`
homeassistant/components/ads/cover.py:7:8: error[unresolved-import] Cannot resolve imported module `pyads`
homeassistant/components/ads/entity.py:54:13: warning[possibly-missing-attribute] Attribute `set` may be missing on object of type `Event | None`
homeassistant/components/ads/hub.py:9:8: error[unresolved-import] Cannot resolve imported module `pyads`
homeassistant/components/ads/light.py:7:8: error[unresolved-import] Cannot resolve imported module `pyads`
homeassistant/components/ads/select.py:5:8: error[unresolved-import] Cannot resolve imported module `pyads`
homeassistant/components/ads/switch.py:7:8: error[unresolved-import] Cannot resolve imported module `pyads`
homeassistant/components/ads/valve.py:5:8: error[unresolved-import] Cannot resolve imported module `pyads`
homeassistant/components/advantage_air/binary_sensor.py:53:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `Literal["-filter"]`
homeassistant/components/advantage_air/binary_sensor.py:70:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `Literal["-motion"]`
homeassistant/components/advantage_air/binary_sensor.py:88:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `Literal["-myzone"]`
homeassistant/components/advantage_air/entity.py:49:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `str`
homeassistant/components/advantage_air/entity.py:81:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `str`
homeassistant/components/advantage_air/entity.py:101:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `str`
homeassistant/components/advantage_air/light.py:53:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `str`
homeassistant/components/advantage_air/select.py:36:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `Literal["-myzone"]`
homeassistant/components/advantage_air/sensor.py:76:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `str`
homeassistant/components/advantage_air/sensor.py:107:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `Literal["-vent"]`
homeassistant/components/advantage_air/sensor.py:135:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `Literal["-signal"]`
homeassistant/components/advantage_air/sensor.py:169:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `Literal["-temp"]`
homeassistant/components/advantage_air/switch.py:57:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `Literal["-freshair"]`
homeassistant/components/advantage_air/switch.py:83:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `Literal["-myfan"]`
homeassistant/components/advantage_air/switch.py:109:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `Literal["-nightmode"]`
homeassistant/components/aemet/sensor.py:406:38: error[invalid-argument-type] Argument to bound method `get_aemet_value` is incorrect: Expected `list[str]`, found `list[str] | None`
homeassistant/components/aftership/sensor.py:56:13: error[invalid-argument-type] Argument to bound method `add` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/aftership/sensor.py:57:13: error[invalid-argument-type] Argument to bound method `add` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/aftership/sensor.py:106:16: error[invalid-return-type] Return type does not match returned value: expected `dict[str, str]`, found `Unknown | dict[Unknown | str, Unknown | int | list[Unknown]] | dict[str, Any]`
homeassistant/components/airq/config_flow.py:87:44: error[invalid-argument-type] Argument to bound method `async_create_entry` is incorrect: Expected `str`, found `str | None`
homeassistant/components/airq/number.py:75:16: error[unresolved-attribute] Object of type `NumberEntityDescription` has no attribute `value`
homeassistant/components/airq/number.py:84:15: error[unresolved-attribute] Object of type `NumberEntityDescription` has no attribute `set_value`
homeassistant/components/airq/sensor.py:448:35: error[unresolved-attribute] Object of type `SensorEntityDescription` has no attribute `value`
homeassistant/components/airthings_ble/sensor.py:189:17: error[invalid-argument-type] Argument to function `replace` is incorrect: Argument type `SensorEntityDescription` does not satisfy upper bound `DataclassInstance` of type variable `_DataclassT`
homeassistant/components/alert/__init__.py:107:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[Any, Any]`, found `Any | None`
homeassistant/components/alexa/auth.py:171:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/alexa/auth.py:173:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/alexa/auth.py:175:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/alpha_vantage/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `alpha_vantage.foreignexchange`
homeassistant/components/alpha_vantage/sensor.py:9:6: error[unresolved-import] Cannot resolve imported module `alpha_vantage.timeseries`
homeassistant/components/altruist/sensor.py:274:16: error[unresolved-attribute] Object of type `SensorEntityDescription` has no attribute `native_value_fn`
homeassistant/components/amazon_polly/tts.py:101:19: warning[possibly-missing-attribute] Submodule `config` may not be available as an attribute on module `botocore`
homeassistant/components/amazon_polly/tts.py:143:23: error[invalid-type-form] Variable of type `def client(...) -> Unknown` is not allowed in a type expression
homeassistant/components/amcrest/__init__.py:15:6: error[unresolved-import] Cannot resolve imported module `amcrest`
homeassistant/components/amcrest/binary_sensor.py:11:6: error[unresolved-import] Cannot resolve imported module `amcrest`
homeassistant/components/amcrest/binary_sensor.py:215:32: error[unresolved-attribute] Object of type `BinarySensorEntityDescription` has no attribute `event_codes`
homeassistant/components/amcrest/binary_sensor.py:272:28: error[unresolved-attribute] Object of type `BinarySensorEntityDescription` has no attribute `event_codes`
homeassistant/components/amcrest/binary_sensor.py:273:19: error[unresolved-attribute] Object of type `BinarySensorEntityDescription` has no attribute `should_poll`
homeassistant/components/amcrest/camera.py:13:6: error[unresolved-import] Cannot resolve imported module `amcrest`
homeassistant/components/amcrest/camera.py:259:49: error[invalid-argument-type] Argument to bound method `open_camera` is incorrect: Expected `str | None`, found `Unknown | list[str]`
homeassistant/components/amcrest/camera.py:266:17: error[invalid-argument-type] Argument to function `async_aiohttp_proxy_stream` is incorrect: Expected `StreamReader`, found `StreamReader`
homeassistant/components/amcrest/sensor.py:9:6: error[unresolved-import] Cannot resolve imported module `amcrest`
homeassistant/components/ampio/air_quality.py:8:6: error[unresolved-import] Cannot resolve imported module `asmog`
homeassistant/components/analytics/analytics.py:182:16: error[invalid-return-type] Return type does not match returned value: expected `AnalyticsPlatformProtocol | None`, found `ModuleType`
homeassistant/components/androidtv/entity.py:75:21: error[unresolved-attribute] Object of type `(...) -> Awaitable[_R@adb_decorator]` has no attribute `__name__`
homeassistant/components/anel_pwrctrl/switch.py:9:6: error[unresolved-import] Cannot resolve imported module `anel_pwrctrl`
homeassistant/components/anglian_water/config_flow.py:82:44: warning[possibly-missing-attribute] Attribute `refresh_token` may be missing on object of type `(str & BaseAuth) | MSOB2CAuth`
homeassistant/components/anthemav/config_flow.py:74:47: error[unresolved-attribute] Object of type `Protocol` has no attribute `macaddress`
homeassistant/components/anthemav/config_flow.py:75:38: error[unresolved-attribute] Object of type `Protocol` has no attribute `model`
homeassistant/components/anthemav/media_player.py:44:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `AVR`, found `Protocol`
homeassistant/components/anthemav/media_player.py:46:28: error[unresolved-attribute] Object of type `Protocol` has no attribute `zones`
homeassistant/components/anthropic/ai_task.py:60:16: warning[possibly-missing-attribute] Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/anthropic/config_flow.py:119:46: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["error"]`
homeassistant/components/anthropic/config_flow.py:130:21: error[invalid-argument-type] Argument to bound method `async_create_entry` is incorrect: Expected `Iterable[ConfigSubentryData] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | bool | list[Unknown | str] | str] | None] | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | bool] | None]]`
homeassistant/components/anthropic/entity.py:184:29: error[invalid-argument-type] Invalid argument to key "content" with declared type `Iterable[WebSearchResultBlockParam] | WebSearchToolRequestErrorParam` on TypedDict `WebSearchToolResultBlockParam`: value of type `dict[str, Any] | list[Any] | str | ... omitted 4 union elements`
homeassistant/components/anthropic/entity.py:258:58: error[invalid-argument-type] Invalid argument to key "text" with declared type `str` on TypedDict `TextBlockParam`: value of type `str | Iterable[TextBlockParam | ImageBlockParam | DocumentBlockParam | ... omitted 13 union elements]`
homeassistant/components/anthropic/entity.py:396:24: error[unresolved-reference] Name `first_block` used when not defined
homeassistant/components/anthropic/entity.py:407:21: error[unresolved-reference] Name `first_block` used when not defined
homeassistant/components/anthropic/entity.py:428:20: error[unresolved-reference] Name `first_block` used when not defined
homeassistant/components/anthropic/entity.py:504:21: error[unresolved-reference] Name `current_tool_args` used when not defined
homeassistant/components/anthropic/entity.py:655:44: warning[possibly-missing-attribute] Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/anthropic/entity.py:667:64: warning[possibly-missing-attribute] Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/api/__init__.py:286:28: error[invalid-argument-type] Argument to bound method `async_set` is incorrect: Expected `str`, found `dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | str | int | float`
homeassistant/components/api/__init__.py:286:39: error[invalid-argument-type] Argument to bound method `async_set` is incorrect: Expected `Mapping[str, Any] | None`, found `dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | str | ... omitted 3 union elements`
homeassistant/components/api/__init__.py:286:51: error[invalid-argument-type] Argument to bound method `async_set` is incorrect: Expected `bool`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`
homeassistant/components/api/__init__.py:356:21: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["new_state", "old_state"]` and value of type `State & ~AlwaysFalsy` on object of type `dict[str, JsonValueType]`
homeassistant/components/apple_tv/__init__.py:151:10: error[invalid-type-form] Variable of type `Never` is not allowed in a type expression
homeassistant/components/apple_tv/__init__.py:284:30: error[invalid-type-form] Variable of type `Never` is not allowed in a type expression
homeassistant/components/apple_tv/__init__.py:308:25: error[invalid-type-form] Variable of type `Never` is not allowed in a type expression
homeassistant/components/apple_tv/__init__.py:319:36: error[invalid-type-form] Variable of type `Never` is not allowed in a type expression
homeassistant/components/apple_tv/__init__.py:372:13: warning[possibly-missing-attribute] Attribute `removesuffix` may be missing on object of type `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | URL | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryDisabler | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryType | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `Mapping[str, str] | None`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/__init__.py:392:57: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `tuple[str, str] | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, Unknown | str | None]] | str`
homeassistant/components/apple_tv/config_flow.py:13:6: error[unresolved-import] Cannot resolve imported module `pyatv`
homeassistant/components/apple_tv/config_flow.py:14:6: error[unresolved-import] Cannot resolve imported module `pyatv.const`
homeassistant/components/apple_tv/config_flow.py:15:6: error[unresolved-import] Cannot resolve imported module `pyatv.convert`
homeassistant/components/apple_tv/config_flow.py:16:6: error[unresolved-import] Cannot resolve imported module `pyatv.helpers`
homeassistant/components/apple_tv/config_flow.py:17:6: error[unresolved-import] Cannot resolve imported module `pyatv.interface`
homeassistant/components/apple_tv/config_flow.py:292:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/apple_tv/entity.py:5:6: error[unresolved-import] Cannot resolve imported module `pyatv.interface`
homeassistant/components/apple_tv/media_player.py:9:6: error[unresolved-import] Cannot resolve imported module `pyatv`
homeassistant/components/apple_tv/media_player.py:10:6: error[unresolved-import] Cannot resolve imported module `pyatv.const`
homeassistant/components/apple_tv/media_player.py:19:6: error[unresolved-import] Cannot resolve imported module `pyatv.helpers`
homeassistant/components/apple_tv/media_player.py:20:6: error[unresolved-import] Cannot resolve imported module `pyatv.interface`
homeassistant/components/apple_tv/media_player.py:484:41: error[invalid-argument-type] Argument to bound method `insert` is incorrect: Expected `Never`, found `BrowseMedia`
homeassistant/components/apple_tv/remote.py:8:6: error[unresolved-import] Cannot resolve imported module `pyatv.const`
homeassistant/components/application_credentials/__init__.py:309:12: error[invalid-return-type] Return type does not match returned value: expected `ApplicationCredentialsProtocol | None`, found `ModuleType`
homeassistant/components/aprilaire/coordinator.py:57:13: error[invalid-assignment] Object of type `~AlwaysFalsy` is not assignable to attribute `data` of type `dict[str, Any]`
homeassistant/components/aprilaire/entity.py:37:27: error[invalid-assignment] Object of type `Unknown | None` is not assignable to `bool`
homeassistant/components/aprilaire/entity.py:41:25: error[invalid-assignment] Object of type `Unknown | None` is not assignable to `bool`
homeassistant/components/apsystems/config_flow.py:47:48: warning[possibly-missing-attribute] Attribute `deviceId` may be missing on object of type `ReturnDeviceInfo | None`
homeassistant/components/apsystems/coordinator.py:69:30: warning[possibly-missing-attribute] Attribute `maxPower` may be missing on object of type `Unknown | ReturnDeviceInfo | None`
homeassistant/components/apsystems/coordinator.py:70:30: warning[possibly-missing-attribute] Attribute `minPower` may be missing on object of type `Unknown | ReturnDeviceInfo | None`
homeassistant/components/apsystems/coordinator.py:71:31: warning[possibly-missing-attribute] Attribute `devVer` may be missing on object of type `Unknown | ReturnDeviceInfo | None`
homeassistant/components/apsystems/coordinator.py:72:31: warning[possibly-missing-attribute] Attribute `isBatterySystem` may be missing on object of type `Unknown | ReturnDeviceInfo | None`
homeassistant/components/apsystems/coordinator.py:82:36: error[invalid-argument-type] Argument is incorrect: Expected `ReturnOutputData`, found `Unknown | ReturnOutputData | None`
homeassistant/components/apsystems/coordinator.py:82:61: error[invalid-argument-type] Argument is incorrect: Expected `ReturnAlarmInfo`, found `Unknown | ReturnAlarmInfo | None`
homeassistant/components/aqualogic/__init__.py:10:6: error[unresolved-import] Cannot resolve imported module `aqualogic.core`
homeassistant/components/aqualogic/switch.py:7:6: error[unresolved-import] Cannot resolve imported module `aqualogic.core`
homeassistant/components/aquostv/media_player.py:9:8: error[unresolved-import] Cannot resolve imported module `sharp_aquos_rc`
homeassistant/components/arest/sensor.py:172:39: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/arris_tg2492lg/device_tracker.py:6:6: error[unresolved-import] Cannot resolve imported module `arris_tg2492lg`
homeassistant/components/arve/coordinator.py:49:15: error[invalid-method-override] Invalid override of method `_async_update_data`: Definition is incompatible with `DataUpdateCoordinator._async_update_data`
homeassistant/components/arve/entity.py:47:13: error[unsupported-operator] Operator `in` is not supported between objects of type `Unknown | str` and `Unknown | ArveSensProData`
homeassistant/components/arve/entity.py:53:16: error[non-subscriptable] Cannot subscript object of type `ArveSensProData` with no `__getitem__` method
homeassistant/components/assist_pipeline/select.py:90:13: error[invalid-argument-type] Argument to function `replace` is incorrect: Argument type `Unknown | SelectEntityDescription` does not satisfy upper bound `DataclassInstance` of type variable `_DataclassT`
homeassistant/components/assist_pipeline/vad.py:52:28: error[invalid-type-form] Variable of type `def bytes(self) -> Unknown` is not allowed in a type expression
homeassistant/components/assist_pipeline/vad.py:61:24: error[invalid-type-form] Variable of type `def bytes(self) -> Unknown` is not allowed in a type expression
homeassistant/components/assist_satellite/__init__.py:124:69: error[invalid-argument-type] Argument to bound method `async_internal_ask_question` is incorrect: Expected `bool`, found `Unknown | None`
homeassistant/components/assist_satellite/__init__.py:124:69: error[invalid-argument-type] Argument to bound method `async_internal_ask_question` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/asuswrt/diagnostics.py:65:9: error[invalid-assignment] Invalid subscript assignment with key of type `str` and value of type `dict[Unknown | str, Unknown | None | dict[Unknown, Unknown]]` on object of type `list[Unknown]`
homeassistant/components/asuswrt/diagnostics.py:76:9: warning[possibly-missing-attribute] Attribute `append` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown]`
homeassistant/components/asuswrt/helpers.py:41:16: error[invalid-return-type] Return type does not match returned value: expected `T@translate_to_legacy`, found `None`
homeassistant/components/asuswrt/helpers.py:44:16: error[invalid-return-type] Return type does not match returned value: expected `T@translate_to_legacy`, found `dict[Unknown | str, object]`
homeassistant/components/asuswrt/helpers.py:47:16: error[invalid-return-type] Return type does not match returned value: expected `T@translate_to_legacy`, found `list[object]`
homeassistant/components/atag/climate.py:55:39: warning[possibly-missing-attribute] Attribute `temp_unit` may be missing on object of type `Unknown | None | Climate`
homeassistant/components/atag/climate.py:60:41: warning[possibly-missing-attribute] Attribute `hvac_mode` may be missing on object of type `Unknown | None | Climate`
homeassistant/components/atag/climate.py:65:21: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | None | Climate`
homeassistant/components/atag/climate.py:71:16: warning[possibly-missing-attribute] Attribute `temperature` may be missing on object of type `Unknown | None | Climate`
homeassistant/components/atag/climate.py:76:16: warning[possibly-missing-attribute] Attribute `target_temperature` may be missing on object of type `Unknown | None | Climate`
homeassistant/components/atag/climate.py:81:18: warning[possibly-missing-attribute] Attribute `preset_mode` may be missing on object of type `Unknown | None | Climate`
homeassistant/components/atag/climate.py:86:15: warning[possibly-missing-attribute] Attribute `set_temp` may be missing on object of type `Unknown | None | Climate`
homeassistant/components/atag/climate.py:86:54: error[invalid-argument-type] Argument to bound method `set_temp` is incorrect: Expected `int | float`, found `Any | None`
homeassistant/components/atag/climate.py:91:15: warning[possibly-missing-attribute] Attribute `set_hvac_mode` may be missing on object of type `Unknown | None | Climate`
homeassistant/components/atag/climate.py:96:15: warning[possibly-missing-attribute] Attribute `set_preset_mode` may be missing on object of type `Unknown | None | Climate`
homeassistant/components/atag/config_flow.py:16:37: warning[possibly-missing-attribute] Submodule `const` may not be available as an attribute on module `pyatag`
homeassistant/components/atag/sensor.py:45:12: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/atag/sensor.py:49:39: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/atag/sensor.py:50:12: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/atag/sensor.py:57:53: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/atag/sensor.py:64:16: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/atag/sensor.py:69:16: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/atag/water_heater.py:42:16: warning[possibly-missing-attribute] Attribute `temperature` may be missing on object of type `Unknown | None | DHW`
homeassistant/components/atag/water_heater.py:47:21: warning[possibly-missing-attribute] Attribute `current_operation` may be missing on object of type `Unknown | None | DHW`
homeassistant/components/atag/water_heater.py:52:18: warning[possibly-missing-attribute] Attribute `set_temp` may be missing on object of type `Unknown | None | DHW`
homeassistant/components/atag/water_heater.py:52:53: error[invalid-argument-type] Argument to bound method `set_temp` is incorrect: Expected `int | float`, found `Any | None`
homeassistant/components/atag/water_heater.py:58:16: warning[possibly-missing-attribute] Attribute `target_temperature` may be missing on object of type `Unknown | None | DHW`
homeassistant/components/atag/water_heater.py:63:16: warning[possibly-missing-attribute] Attribute `max_temp` may be missing on object of type `Unknown | None | DHW`
homeassistant/components/atag/water_heater.py:68:16: warning[possibly-missing-attribute] Attribute `min_temp` may be missing on object of type `Unknown | None | DHW`
homeassistant/components/aten_pe/switch.py:8:6: error[unresolved-import] Cannot resolve imported module `atenpdu`
homeassistant/components/atome/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `pyatome.client`
homeassistant/components/august/__init__.py:73:38: error[invalid-argument-type] Argument to bound method `async_setup` is incorrect: Expected `Config`, found `dict[Unknown | str, Unknown | Brand]`
homeassistant/components/august/__init__.py:73:38: error[missing-typed-dict-key] Missing required key 'access_token_cache_file' in TypedDict `Config` constructor
homeassistant/components/august/__init__.py:73:38: error[missing-typed-dict-key] Missing required key 'install_id' in TypedDict `Config` constructor
homeassistant/components/august/__init__.py:73:38: error[missing-typed-dict-key] Missing required key 'login_method' in TypedDict `Config` constructor
homeassistant/components/august/__init__.py:73:38: error[missing-typed-dict-key] Missing required key 'password' in TypedDict `Config` constructor
homeassistant/components/august/__init__.py:73:38: error[missing-typed-dict-key] Missing required key 'timeout' in TypedDict `Config` constructor
homeassistant/components/august/__init__.py:73:38: error[missing-typed-dict-key] Missing required key 'username' in TypedDict `Config` constructor
homeassistant/components/august/binary_sensor.py:75:9: error[invalid-argument-type] Argument is incorrect: Expected `(AugustData, DoorbellDetail | LockDetail, /) -> Activity | None`, found `def retrieve_online_state(data: AugustData, detail: DoorbellDetail | LockDetail) -> bool`
homeassistant/components/august/binary_sensor.py:103:12: warning[possibly-missing-attribute] Attribute `doorsense` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/binary_sensor.py:106:12: warning[possibly-missing-attribute] Attribute `doorbell` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/binary_sensor.py:130:46: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/august/binary_sensor.py:130:60: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockOperationActivity | DoorOperationActivity | BridgeOperationActivity`, found `Activity & ~AlwaysFalsy`
homeassistant/components/august/binary_sensor.py:132:17: warning[possibly-missing-attribute] Attribute `set_online` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/binary_sensor.py:135:46: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/august/binary_sensor.py:135:60: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockOperationActivity | DoorOperationActivity | BridgeOperationActivity`, found `Activity & ~AlwaysFalsy`
homeassistant/components/august/binary_sensor.py:136:32: warning[possibly-missing-attribute] Attribute `bridge_is_online` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/binary_sensor.py:137:28: warning[possibly-missing-attribute] Attribute `door_state` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/camera.py:62:16: warning[possibly-missing-attribute] Attribute `has_subscription` may be missing on object of type `Unknown | Doorbell | Lock | KeypadDetail`
homeassistant/components/august/camera.py:76:49: error[invalid-argument-type] Argument to function `update_doorbell_image_from_activity` is incorrect: Expected `DoorbellDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/august/camera.py:76:63: error[invalid-argument-type] Argument to function `update_doorbell_image_from_activity` is incorrect: Expected `DoorbellImageCaptureActivity | DoorbellMotionActivity | BridgeOperationActivity`, found `Activity & ~AlwaysFalsy`
homeassistant/components/august/camera.py:84:35: warning[possibly-missing-attribute] Attribute `image_url` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/camera.py:88:31: warning[possibly-missing-attribute] Attribute `image_url` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/data.py:47:42: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Exception`, found `<class 'HomeAssistantError'>`
homeassistant/components/august/entity.py:59:21: warning[possibly-missing-attribute] Attribute `bridge` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/entity.py:59:45: warning[possibly-missing-attribute] Attribute `bridge` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/event.py:70:67: warning[possibly-missing-attribute] Attribute `doorbell` may be missing on object of type `(DoorbellDetail & ~AlwaysFalsy) | (LockDetail & ~AlwaysFalsy)`
homeassistant/components/august/lock.py:47:12: warning[possibly-missing-attribute] Attribute `unlatch_supported` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/lock.py:73:17: error[invalid-assignment] Object of type `Literal[LockStatus.JAMMED]` is not assignable to attribute `lock_status` on type `DoorbellDetail | LockDetail`
homeassistant/components/august/lock.py:74:17: error[invalid-assignment] Object of type `Unknown` is not assignable to attribute `lock_status_datetime` on type `DoorbellDetail | LockDetail`
homeassistant/components/august/lock.py:79:50: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/august/lock.py:79:64: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockOperationActivity | DoorOperationActivity | BridgeOperationActivity`, found `Unknown | DoorbellDingActivity | DoorbellMotionActivity | ... omitted 5 union elements`
homeassistant/components/august/lock.py:89:32: warning[possibly-missing-attribute] Attribute `bridge_is_online` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/lock.py:91:33: warning[possibly-missing-attribute] Attribute `lock_status` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/lock.py:92:33: warning[possibly-missing-attribute] Attribute `lock_status` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/lock.py:101:37: error[unresolved-attribute] Object of type `Activity & ~AlwaysFalsy` has no attribute `operated_by`
homeassistant/components/august/lock.py:106:13: error[invalid-argument-type] Argument to function `get_latest_activity` is incorrect: Expected `LockOperationActivity | DoorOperationActivity | BridgeOperationActivity | None`, found `Activity | None`
homeassistant/components/august/lock.py:106:45: error[invalid-argument-type] Argument to function `get_latest_activity` is incorrect: Expected `LockOperationActivity | DoorOperationActivity | BridgeOperationActivity | None`, found `Activity | None`
homeassistant/components/august/lock.py:109:17: warning[possibly-missing-attribute] Attribute `set_online` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/lock.py:110:46: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/august/lock.py:113:46: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/august/lock.py:113:54: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockOperationActivity | DoorOperationActivity | BridgeOperationActivity`, found `Activity & ~AlwaysFalsy`
homeassistant/components/august/lock.py:128:22: warning[possibly-missing-attribute] Attribute `keypad` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/sensor.py:94:48: error[invalid-argument-type] Argument is incorrect: Expected `LockDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/august/sensor.py:100:22: warning[possibly-missing-attribute] Attribute `keypad` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/august/sensor.py:108:29: error[invalid-type-arguments] Type `Doorbell` is not assignable to upper bound `LockDetail | KeypadDetail` of type variable `T@AugustBatterySensor`
homeassistant/components/august/sensor.py:110:48: error[invalid-argument-type] Argument is incorrect: Expected `LockDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/august/sensor.py:212:68: error[invalid-argument-type] Argument is incorrect: Expected `T@AugustBatterySensor`, found `DoorbellDetail | LockDetail`
homeassistant/components/august/util.py:38:12: error[invalid-return-type] Return type does not match returned value: expected `Activity | None`, found `Literal[False]`
homeassistant/components/aurora_abb_powerone/config_flow.py:53:12: warning[possibly-missing-attribute] Attribute `isOpen` may be missing on object of type `Unknown | Serial`
homeassistant/components/aurora_abb_powerone/coordinator.py:105:20: warning[possibly-missing-attribute] Attribute `isOpen` may be missing on object of type `Unknown | Serial`
homeassistant/components/aussie_broadband/coordinator.py:60:49: error[invalid-argument-type] Argument to bound method `get_usage` is incorrect: Expected `int`, found `Unknown | str`
homeassistant/components/auth/__init__.py:676:50: error[unresolved-reference] Name `current_refresh_token` used when not defined
homeassistant/components/auth/__init__.py:679:34: error[unresolved-reference] Name `current_refresh_token` used when not defined
homeassistant/components/auth/mfa_setup_flow.py:155:16: error[no-matching-overload] No overload of bound method `__init__` matches arguments
homeassistant/components/avea/light.py:7:8: error[unresolved-import] Cannot resolve imported module `avea`
homeassistant/components/awair/config_flow.py:40:9: error[invalid-assignment] Object of type `AwairLocalDevice | None` is not assignable to attribute `_device` of type `AwairLocalDevice`
homeassistant/components/awair/config_flow.py:78:13: error[invalid-argument-type] Argument to bound method `async_show_form` is incorrect: Expected `Mapping[str, str] | None`, found `dict[Unknown | str, Unknown | str | int]`
homeassistant/components/awair/config_flow.py:103:48: error[invalid-argument-type] Argument to bound method `async_create_entry` is incorrect: Expected `str`, found `str | None`
homeassistant/components/awair/config_flow.py:167:13: error[invalid-assignment] Object of type `AwairLocalDevice | None` is not assignable to attribute `_device` of type `AwairLocalDevice`
homeassistant/components/awair/coordinator.py:67:43: error[invalid-argument-type] Argument is incorrect: Expected `AirData`, found `AirData | None`
homeassistant/components/aws_s3/backup.py:45:42: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, T@handle_boto_errors]` has no attribute `__name__`
homeassistant/components/azure_devops/config_flow.py:54:51: error[invalid-argument-type] Argument to bound method `authorize` is incorrect: Expected `str`, found `str | None`
homeassistant/components/azure_devops/config_flow.py:58:53: error[invalid-argument-type] Argument to bound method `get_project` is incorrect: Expected `str`, found `str | None`
homeassistant/components/azure_devops/config_flow.py:58:73: error[invalid-argument-type] Argument to bound method `get_project` is incorrect: Expected `str`, found `str | None`
homeassistant/components/azure_devops/entity.py:23:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str, str]]`
homeassistant/components/azure_devops/sensor.py:198:16: warning[possibly-missing-attribute] Attribute `build_id` may be missing on object of type `BuildDefinition | None`
homeassistant/components/azure_devops/sensor.py:202:32: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `BuildDefinition | None`
homeassistant/components/azure_service_bus/notify.py:8:6: error[unresolved-import] Cannot resolve imported module `azure.servicebus`
homeassistant/components/azure_service_bus/notify.py:9:6: error[unresolved-import] Cannot resolve imported module `azure.servicebus.aio`
homeassistant/components/azure_service_bus/notify.py:10:6: error[unresolved-import] Cannot resolve imported module `azure.servicebus.exceptions`
homeassistant/components/azure_storage/backup.py:74:17: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, _R@handle_backup_errors]` has no attribute `__name__`
homeassistant/components/azure_storage/backup.py:80:53: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, _R@handle_backup_errors]` has no attribute `__name__`
homeassistant/components/azure_storage/backup.py:85:55: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, _R@handle_backup_errors]` has no attribute `__name__`
homeassistant/components/azure_storage/backup.py:90:17: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, _R@handle_backup_errors]` has no attribute `__name__`
homeassistant/components/azure_storage/backup.py:95:53: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, _R@handle_backup_errors]` has no attribute `__name__`
homeassistant/components/azure_storage/backup.py:145:13: error[invalid-argument-type] Argument is incorrect: Expected `bytes | str | Iterable[AnyStr@upload_blob] | AsyncIterable[AnyStr@upload_blob]`, found `AsyncIterator[bytes]`
homeassistant/components/backblaze_b2/__init__.py:51:16: error[invalid-return-type] Return type does not match returned value: expected `b2sdk.v2.bucket.Bucket`, found `b2sdk._internal.bucket.Bucket`
homeassistant/components/backblaze_b2/backup.py:95:42: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, T@handle_b2_errors]` has no attribute `__name__`
homeassistant/components/backup/manager.py:1610:16: error[invalid-return-type] Return type does not match returned value: expected `StoredKnownBackup`, found `dict[Unknown | str, Unknown | str | list[dict[Unknown | str, Unknown | str | None] | Unknown] | list[str]]`
homeassistant/components/backup/manager.py:1612:30: error[invalid-argument-type] Invalid argument to key "failed_addons" with declared type `list[StoredAddonInfo]` on TypedDict `StoredKnownBackup`: value of type `list[dict[Unknown | str, Unknown | str | None] | Unknown]`
homeassistant/components/backup/util.py:186:20: warning[possibly-missing-attribute] Attribute `plaintext_size` may be missing on object of type `Unknown | SecureTarHeader | None`
homeassistant/components/backup/util.py:289:35: warning[possibly-missing-attribute] Attribute `plaintext_size` may be missing on object of type `Unknown | SecureTarHeader | None`
homeassistant/components/baf/entity.py:24:25: error[invalid-argument-type] Invalid argument to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | str | None]]`
homeassistant/components/baidu/tts.py:5:6: error[unresolved-import] Cannot resolve imported module `aip`
homeassistant/components/bang_olufsen/media_player.py:952:53: error[invalid-argument-type] Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | None`
homeassistant/components/bbox/device_tracker.py:9:8: error[unresolved-import] Cannot resolve imported module `pybbox`
homeassistant/components/bbox/sensor.py:8:8: error[unresolved-import] Cannot resolve imported module `pybbox`
homeassistant/components/beewi_smartclim/sensor.py:5:6: error[unresolved-import] Cannot resolve imported module `beewi_smartclim`
homeassistant/components/bitcoin/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `blockchain`
homeassistant/components/bizkaibus/sensor.py:7:6: error[unresolved-import] Cannot resolve imported module `bizkaibus.bizkaibus`
homeassistant/components/blebox/binary_sensor.py:52:16: warning[possibly-missing-attribute] Attribute `state` may be missing on object of type `Unknown | BinarySensor`
homeassistant/components/blebox/climate.py:94:16: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `Unknown | int | float | None`
homeassistant/components/blebox/climate.py:99:16: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `Unknown | int | float | None`
homeassistant/components/blebox/config_flow.py:98:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
homeassistant/components/blebox/light.py:74:16: error[invalid-return-type] Return type does not match returned value: expected `bool`, found `Unknown | bool | None`
homeassistant/components/blebox/light.py:125:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[int, int, int, int] | None`, found `tuple[int, ...]`
homeassistant/components/blebox/light.py:132:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[int, int, int, int, int] | None`, found `tuple[int, ...]`
homeassistant/components/blebox/light.py:171:50: error[invalid-argument-type] Argument to bound method `apply_brightness` is incorrect: Expected `int`, found `Unknown | list[Unknown] | str | None`
homeassistant/components/blink/alarm_control_panel.py:61:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | None]]`
homeassistant/components/blink/camera.py:89:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | None]]`
homeassistant/components/blink/config_flow.py:103:43: error[invalid-argument-type] Argument to function `_send_blink_2fa_pin` is incorrect: Expected `Blink`, found `Blink | None`
homeassistant/components/blinksticklight/light.py:48:13: error[unresolved-reference] Name `blinkstick` used when not defined
homeassistant/components/blockchain/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `pyblockchain`
homeassistant/components/bluetooth/diagnostics.py:8:32: warning[possibly-missing-import] Member `get_dbus_managed_objects` of module `bluetooth_adapters` may be missing
homeassistant/components/bluetooth/passive_update_coordinator.py:78:20: error[not-iterable] Object of type `GeneratorType[~None, None, None]` is not iterable
homeassistant/components/bluetooth/passive_update_processor.py:99:30: error[invalid-assignment] Object of type `object` is not assignable to `type[EntityDescription]`
homeassistant/components/bluetooth/passive_update_processor.py:667:36: error[invalid-assignment] Cannot assign value of type `str` to key of type `Never` on TypedDict `DeviceInfo`
homeassistant/components/bond/button.py:49:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["TurnOn"]`
homeassistant/components/bond/button.py:56:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["TurnLightOn"]`
homeassistant/components/bond/button.py:63:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetBrightness"]`
homeassistant/components/bond/button.py:70:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetBrightness"]`
homeassistant/components/bond/button.py:77:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["TurnUpLightOn"]`
homeassistant/components/bond/button.py:84:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["TurnDownLightOn"]`
homeassistant/components/bond/button.py:91:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetBrightness"]`
homeassistant/components/bond/button.py:105:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetUpLightBrightness"]`
homeassistant/components/bond/button.py:112:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetDownLightBrightness"]`
homeassistant/components/bond/button.py:119:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetBrightness"]`
homeassistant/components/bond/button.py:126:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetBrightness"]`
homeassistant/components/bond/button.py:133:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetUpLightBrightness"]`
homeassistant/components/bond/button.py:140:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetUpLightBrightness"]`
homeassistant/components/bond/button.py:147:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetDownLightBrightness"]`
homeassistant/components/bond/button.py:154:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetDownLightBrightness"]`
homeassistant/components/bond/button.py:161:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetUpLightBrightness"]`
homeassistant/components/bond/button.py:168:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetDownLightBrightness"]`
homeassistant/components/bond/button.py:175:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetBrightness"]`
homeassistant/components/bond/button.py:182:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetSpeed"]`
homeassistant/components/bond/button.py:189:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetSpeed"]`
homeassistant/components/bond/button.py:196:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetDirection"]`
homeassistant/components/bond/button.py:230:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["Open"]`
homeassistant/components/bond/button.py:237:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetPosition"]`
homeassistant/components/bond/button.py:244:9: error[invalid-argument-type] Argument is incorrect: Expected `Action | None`, found `Unknown | Literal["SetPosition"]`
homeassistant/components/bond/button.py:280:42: error[invalid-argument-type] Argument to bound method `has_action` is incorrect: Expected `str`, found `Action`
homeassistant/components/bosch_alarm/config_flow.py:99:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/bosch_shc/binary_sensor.py:34:13: error[unsupported-operator] Operator `+` is unsupported between objects of type `Sequence[SHCShutterContact]` and `Sequence[SHCShutterContact2]`
homeassistant/components/bosch_shc/binary_sensor.py:46:13: error[unsupported-operator] Operator `+` is unsupported between objects of type `Sequence[SHCMotionDetector]` and `Sequence[SHCShutterContact]`
homeassistant/components/bosch_shc/binary_sensor.py:76:13: warning[possibly-missing-attribute] Attribute `device_class` may be missing on object of type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/binary_sensor.py:82:16: warning[possibly-missing-attribute] Attribute `state` may be missing on object of type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/binary_sensor.py:99:13: warning[possibly-missing-attribute] Attribute `batterylevel` may be missing on object of type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/cover.py:53:22: warning[possibly-missing-attribute] Attribute `level` may be missing on object of type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/cover.py:57:9: warning[possibly-missing-attribute] Attribute `stop` may be missing on object of type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/cover.py:68:13: warning[possibly-missing-attribute] Attribute `operation_state` may be missing on object of type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/cover.py:76:13: warning[possibly-missing-attribute] Attribute `operation_state` may be missing on object of type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/cover.py:82:9: error[invalid-assignment] Object of type `float` is not assignable to attribute `level` on type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/cover.py:86:9: error[invalid-assignment] Object of type `float` is not assignable to attribute `level` on type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/cover.py:91:9: error[invalid-assignment] Object of type `Any` is not assignable to attribute `level` on type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/entity.py:83:24: warning[possibly-missing-attribute] Attribute `device_services` may be missing on object of type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/entity.py:89:24: warning[possibly-missing-attribute] Attribute `device_services` may be missing on object of type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/entity.py:95:16: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/entity.py:121:16: warning[possibly-missing-attribute] Attribute `system_availability` may be missing on object of type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/sensor.py:183:13: error[unsupported-operator] Operator `+` is unsupported between objects of type `Sequence[SHCSmartPlug]` and `Sequence[SHCLightSwitchBSM]`
homeassistant/components/bosch_shc/sensor.py:222:49: error[invalid-argument-type] Argument is incorrect: Expected `SHCDevice`, found `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/sensor.py:228:58: error[invalid-argument-type] Argument is incorrect: Expected `SHCDevice`, found `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/switch.py:45:9: error[invalid-argument-type] Argument is incorrect: Expected `StateType`, found `Literal[State.ON]`
homeassistant/components/bosch_shc/switch.py:52:9: error[invalid-argument-type] Argument is incorrect: Expected `StateType`, found `Literal[State.ON]`
homeassistant/components/bosch_shc/switch.py:59:9: error[invalid-argument-type] Argument is incorrect: Expected `StateType`, found `Literal[State.ON]`
homeassistant/components/bosch_shc/switch.py:66:9: error[invalid-argument-type] Argument is incorrect: Expected `StateType`, found `Literal[State.ON]`
homeassistant/components/bosch_shc/switch.py:73:9: error[invalid-argument-type] Argument is incorrect: Expected `StateType`, found `Literal[State.DISABLED]`
homeassistant/components/bosch_shc/switch.py:188:9: warning[possibly-missing-attribute] Attribute `update` may be missing on object of type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/switch.py:205:16: warning[possibly-missing-attribute] Attribute `routing` may be missing on object of type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/switch.py:209:9: error[invalid-assignment] Object of type `Literal[True]` is not assignable to attribute `routing` on type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/bosch_shc/switch.py:213:9: error[invalid-assignment] Object of type `Literal[False]` is not assignable to attribute `routing` on type `Unknown | SHCDevice | SHCIntrusionSystem`
homeassistant/components/broadlink/device.py:109:9: error[invalid-assignment] Object of type `Device` is not assignable to attribute `api` of type `_ApiT@BroadlinkDevice`
homeassistant/components/broadlink/light.py:82:13: error[invalid-assignment] Object of type `list[Unknown]` is not assignable to attribute `_attr_hs_color` of type `tuple[int | float, int | float] | None`
homeassistant/components/brottsplatskartan/sensor.py:68:59: error[invalid-assignment] Object of type `Unknown | list[Unknown] | bool` is not assignable to `dict[str, list[Unknown]] | Literal[False]`
homeassistant/components/brunt/cover.py:159:27: error[invalid-argument-type] Argument to bound method `async_change_request_position` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/brunt/cover.py:173:16: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, int].__getitem__(key: str, /) -> int` cannot be called with key of type `Unknown | str | None` on object of type `dict[str, int]`
homeassistant/components/bryant_evolution/climate.py:48:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `BryantEvolutionLocalClient`, found `BryantEvolutionLocalClient | None`
homeassistant/components/bryant_evolution/climate.py:193:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | (Unknown & ~AlwaysFalsy) | tuple[str, bool]] & dict[Unknown | str, Unknown | tuple[str, bool] | str]`
homeassistant/components/bt_home_hub_5/device_tracker.py:7:8: error[unresolved-import] Cannot resolve imported module `bthomehub5_devicelist`
homeassistant/components/bt_smarthub/device_tracker.py:8:6: error[unresolved-import] Cannot resolve imported module `btsmarthub_devicelist`
homeassistant/components/bthome/__init__.py:109:17: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/components/bthome/__init__.py:114:63: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 2
homeassistant/components/bthome/event.py:70:43: error[invalid-argument-type] Argument to function `replace` is incorrect: Argument type `Unknown | EventEntityDescription` does not satisfy upper bound `DataclassInstance` of type variable `_DataclassT`
homeassistant/components/bthome/logbook.py:34:16: error[invalid-return-type] Return type does not match returned value: expected `dict[str, str]`, found `dict[str, str | (DeviceEntry & ~AlwaysTruthy & ~AlwaysFalsy)]`
homeassistant/components/buienradar/sensor.py:783:28: warning[possibly-missing-attribute] Attribute `data` may be missing on object of type `BrData | None`
homeassistant/components/buienradar/util.py:185:16: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[str, Any] | None`
homeassistant/components/buienradar/util.py:190:16: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[str, Any] | None`
homeassistant/components/buienradar/util.py:195:16: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[str, Any] | None`
homeassistant/components/buienradar/util.py:201:26: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
homeassistant/components/buienradar/util.py:201:26: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[str, Any] | None`
homeassistant/components/buienradar/util.py:209:26: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
homeassistant/components/buienradar/util.py:209:26: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[str, Any] | None`
homeassistant/components/buienradar/util.py:217:26: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
homeassistant/components/buienradar/util.py:217:26: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[str, Any] | None`
homeassistant/components/buienradar/util.py:225:24: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Any | None`
homeassistant/components/buienradar/util.py:225:24: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[str, Any] | None`
homeassistant/components/buienradar/util.py:233:24: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Any | None`
homeassistant/components/buienradar/util.py:233:24: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[str, Any] | None`
homeassistant/components/buienradar/util.py:241:26: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
homeassistant/components/buienradar/util.py:241:26: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[str, Any] | None`
homeassistant/components/buienradar/util.py:249:26: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
homeassistant/components/buienradar/util.py:249:26: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[str, Any] | None`
homeassistant/components/buienradar/util.py:257:24: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Any | None`
homeassistant/components/buienradar/util.py:257:24: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[str, Any] | None`
homeassistant/components/buienradar/util.py:264:16: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[str, Any] | None`
homeassistant/components/caldav/todo.py:70:35: error[invalid-argument-type] Argument to function `get_attr_value` is incorrect: Expected `CalendarObjectResource`, found `~AlwaysFalsy`
homeassistant/components/caldav/todo.py:71:39: error[invalid-argument-type] Argument to function `get_attr_value` is incorrect: Expected `CalendarObjectResource`, found `~AlwaysFalsy`
homeassistant/components/caldav/todo.py:75:36: error[invalid-argument-type] Argument to function `get_attr_value` is incorrect: Expected `CalendarObjectResource`, found `~AlwaysFalsy`
homeassistant/components/caldav/todo.py:84:28: error[invalid-argument-type] Argument to function `get_attr_value` is incorrect: Expected `CalendarObjectResource`, found `~AlwaysFalsy`
homeassistant/components/caldav/todo.py:88:36: error[invalid-argument-type] Argument to function `get_attr_value` is incorrect: Expected `CalendarObjectResource`, found `~AlwaysFalsy`
homeassistant/components/cambridge_audio/entity.py:32:38: error[unresolved-attribute] Object of type `(...) -> Awaitable[None]` has no attribute `__name__`
homeassistant/components/canary/camera.py:173:17: error[invalid-argument-type] Argument to function `async_aiohttp_proxy_stream` is incorrect: Expected `StreamReader`, found `StreamReader`
homeassistant/components/cast/const.py:27:36: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/components/cast/const.py:31:33: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/components/cast/const.py:35:5: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 4
homeassistant/components/cast/discovery.py:64:13: error[invalid-method-override] Invalid override of method `add_cast`: Definition is incompatible with `AbstractCastListener.add_cast`
homeassistant/components/cast/discovery.py:68:13: error[invalid-method-override] Invalid override of method `update_cast`: Definition is incompatible with `AbstractCastListener.update_cast`
homeassistant/components/cast/helpers.py:132:13: error[unknown-argument] Argument `is_dynamic_group` does not match any known parameter
homeassistant/components/cast/helpers.py:268:12: error[unresolved-attribute] Object of type `object` has no attribute `ClientError`
homeassistant/components/cast/media_player.py:105:46: error[unresolved-attribute] Object of type `(...) -> _R@api_error` has no attribute `__name__`
homeassistant/components/cast/media_player.py:353:28: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Chromecast | None`
homeassistant/components/cast/media_player.py:354:29: warning[possibly-missing-attribute] Attribute `media_controller` may be missing on object of type `Chromecast | None`
homeassistant/components/cast/media_player.py:460:35: warning[possibly-missing-attribute] Attribute `get_multizone_memberships` may be missing on object of type `Unknown | None`
homeassistant/components/cast/media_player.py:463:46: warning[possibly-missing-attribute] Attribute `get_multizone_mediacontroller` may be missing on object of type `Unknown | None`
homeassistant/components/cast/media_player.py:493:28: warning[possibly-missing-attribute] Attribute `media_controller` may be missing on object of type `Chromecast | None`
homeassistant/components/cast/media_player.py:502:40: warning[possibly-missing-attribute] Attribute `get_multizone_mediacontroller` may be missing on object of type `Unknown | None`
homeassistant/components/cast/media_player.py:599:32: warning[possibly-missing-attribute] Attribute `cast_type` may be missing on object of type `Chromecast | None`
homeassistant/components/cast/media_player.py:608:29: error[invalid-argument-type] Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Sequence[BrowseMedia] | None`
homeassistant/components/ccm15/climate.py:149:33: error[invalid-argument-type] Argument to bound method `async_set_temperature` is incorrect: Expected `CCM15SlaveDevice`, found `CCM15SlaveDevice | None`
homeassistant/components/ccm15/climate.py:154:68: error[invalid-argument-type] Argument to bound method `async_set_hvac_mode` is incorrect: Expected `CCM15SlaveDevice`, found `CCM15SlaveDevice | None`
homeassistant/components/ccm15/climate.py:158:67: error[invalid-argument-type] Argument to bound method `async_set_fan_mode` is incorrect: Expected `CCM15SlaveDevice`, found `CCM15SlaveDevice | None`
homeassistant/components/chacon_dio/__init__.py:47:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
homeassistant/components/channels/media_player.py:7:6: error[unresolved-import] Cannot resolve imported module `pychannels`
homeassistant/components/cisco_mobility_express/device_tracker.py:7:6: error[unresolved-import] Cannot resolve imported module `ciscomobilityexpress.ciscome`
homeassistant/components/cisco_mobility_express/device_tracker.py:89:16: warning[possibly-missing-attribute] Attribute `_asdict` may be missing on object of type `Unknown | None`
homeassistant/components/cisco_webex_teams/notify.py:8:6: error[unresolved-import] Cannot resolve imported module `webexpythonsdk`
homeassistant/components/citybikes/sensor.py:11:6: error[unresolved-import] Cannot resolve imported module `citybikes`
homeassistant/components/citybikes/sensor.py:12:6: error[unresolved-import] Cannot resolve imported module `citybikes.asyncio`
homeassistant/components/clementine/media_player.py:8:6: error[unresolved-import] Cannot resolve imported module `clementineremote`
homeassistant/components/cloud/__init__.py:95:43: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/components/cloud/__init__.py:99:40: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/components/cloud/__init__.py:313:51: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[str, Any]`, found `Unknown | (str & ~AlwaysFalsy)`
homeassistant/components/cloud/__init__.py:313:63: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[str, Any]`, found `Unknown | (str & ~AlwaysFalsy)`
homeassistant/components/cloud/__init__.py:314:51: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Literal["development", "production"]`, found `Unknown | str`
homeassistant/components/cloud/__init__.py:314:51: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[Literal["acme_directory", "llm_connection_details", "relayer_connect", "remote_access_resolve_dns_cname", "subscription_info", "subscription_migrate_paypal", "voice_connection_details"], str] | None`, found `Unknown | str`
homeassistant/components/cloud/__init__.py:314:51: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Literal["development", "production"]`, found `Unknown | str`
homeassistant/components/cloud/__init__.py:314:51: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[Literal["acme_directory", "llm_connection_details", "relayer_connect", "remote_access_resolve_dns_cname", "subscription_info", "subscription_migrate_paypal", "voice_connection_details"], str] | None`, found `Unknown | str`
homeassistant/components/cloud/ai_task.py:132:16: warning[possibly-missing-attribute] Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/cloud/alexa_config.py:543:28: error[invalid-key] Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
homeassistant/components/cloud/alexa_config.py:547:45: error[invalid-key] Unknown key "old_entity_id" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "old_entity_id"
homeassistant/components/cloud/client.py:97:33: error[unresolved-attribute] Object of type `object` has no attribute `AppRunner`
homeassistant/components/cloud/const.py:90:38: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/components/cloud/entity.py:82:21: error[invalid-argument-type] Argument to bound method `append` is incorrect: Expected `EasyInputMessageParam | Message | ResponseOutputMessageParam | ... omitted 22 union elements`, found `dict[Unknown | str, Unknown | str]`
homeassistant/components/cloud/entity.py:95:17: error[invalid-argument-type] Argument to bound method `append` is incorrect: Expected `EasyInputMessageParam | Message | ResponseOutputMessageParam | ... omitted 22 union elements`, found `dict[Unknown | str, Unknown | str]`
homeassistant/components/cloud/entity.py:114:29: error[invalid-argument-type] Argument to bound method `append` is incorrect: Expected `EasyInputMessageParam | Message | ResponseOutputMessageParam | ... omitted 22 union elements`, found `dict[Unknown | str, Unknown | str]`
homeassistant/components/cloud/entity.py:127:21: error[invalid-argument-type] Argument to bound method `append` is incorrect: Expected `EasyInputMessageParam | Message | ResponseOutputMessageParam | ... omitted 22 union elements`, found `dict[Unknown | str, Unknown | str | list[dict[Unknown | str, Unknown | str] | Unknown] | list[Unknown]]`
homeassistant/components/cloud/entity.py:461:44: warning[possibly-missing-attribute] Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/cloud/entity.py:462:64: warning[possibly-missing-attribute] Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/cloud/entity.py:463:31: warning[possibly-missing-attribute] Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/cloud/google_config.py:471:28: error[invalid-key] Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
homeassistant/components/cloud/google_config.py:495:76: error[invalid-key] Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Create`: Unknown key "changes"
homeassistant/components/cloud/google_config.py:495:76: error[invalid-key] Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Remove`: Unknown key "changes"
homeassistant/components/cmus/media_player.py:8:6: error[unresolved-import] Cannot resolve imported module `pycmus`
homeassistant/components/comfoconnect/__init__.py:104:26: warning[possibly-missing-attribute] Attribute `hex` may be missing on object of type `Unknown | str`
homeassistant/components/concord232/alarm_control_panel.py:84:9: error[unresolved-attribute] Unresolved attribute `partitions` on type `Client`.
homeassistant/components/concord232/binary_sensor.py:68:9: error[unresolved-attribute] Unresolved attribute `zones` on type `Client`.
homeassistant/components/concord232/binary_sensor.py:69:9: error[unresolved-attribute] Unresolved attribute `last_zone_update` on type `Client`.
homeassistant/components/concord232/binary_sensor.py:80:5: error[unresolved-attribute] Object of type `Client` has no attribute `zones`
homeassistant/components/concord232/binary_sensor.py:82:17: error[unresolved-attribute] Object of type `Client` has no attribute `zones`
homeassistant/components/concord232/binary_sensor.py:129:16: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/concord232/binary_sensor.py:135:21: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/concord232/binary_sensor.py:144:52: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/control4/config_flow.py:133:24: warning[possibly-missing-attribute] Attribute `split` may be missing on object of type `Unknown | None`
homeassistant/components/control4/config_flow.py:138:21: error[invalid-argument-type] Argument to bound method `async_create_entry` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/conversation/chat_log.py:93:16: warning[possibly-missing-attribute] Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/conversation/chat_log.py:587:40: error[invalid-key] Unknown key "tool_call_id" for TypedDict `AssistantContentDeltaDict` - did you mean "tool_calls"?
homeassistant/components/conversation/chat_log.py:588:37: error[invalid-key] Unknown key "tool_name" for TypedDict `AssistantContentDeltaDict`: Unknown key "tool_name"
homeassistant/components/conversation/chat_log.py:589:39: error[invalid-key] Unknown key "tool_result" for TypedDict `AssistantContentDeltaDict`: Unknown key "tool_result"
homeassistant/components/conversation/default_agent.py:275:33: error[invalid-key] Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
homeassistant/components/counter/__init__.py:219:53: error[invalid-argument-type] Argument to function `max` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
homeassistant/components/counter/__init__.py:221:53: error[invalid-argument-type] Argument to function `min` is incorrect: Argument type `int | None | Unknown` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
homeassistant/components/cppm_tracker/device_tracker.py:8:6: error[unresolved-import] Cannot resolve imported module `clearpasspy`
homeassistant/components/cppm_tracker/device_tracker.py:65:45: error[not-iterable] Object of type `Unknown | None | list[Unknown]` may not be iterable
homeassistant/components/cppm_tracker/device_tracker.py:70:43: error[not-iterable] Object of type `Unknown | None | list[Unknown]` may not be iterable
homeassistant/components/crownstone/config_flow.py:238:33: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, Sphere].__getitem__(key: str, /) -> Sphere` cannot be called with key of type `Any | None` on object of type `dict[str, Sphere]`
homeassistant/components/crownstone/entry_manager.py:110:20: error[invalid-context-manager] Object of type `CrownstoneSSEAsync` cannot be used with `async with` because it does not correctly implement `__aexit__`
homeassistant/components/crownstone/light.py:95:12: warning[possibly-missing-attribute] Attribute `is_enabled` may be missing on object of type `Unknown | CrownstoneAbility | None`
homeassistant/components/crownstone/listeners.py:106:13: error[invalid-argument-type] Argument to bound method `get_crownstone_by_uid` is incorrect: Expected `int`, found `Unknown | None`
homeassistant/components/cync/config_flow.py:43:23: error[invalid-assignment] Object of type `None` is not assignable to `Auth`
homeassistant/components/cync/config_flow.py:126:40: error[invalid-argument-type] Argument to bound method `login` is incorrect: Expected `str`, found `Any | None`
homeassistant/components/cync/light.py:145:40: error[invalid-argument-type] Argument to bound method `set_rgb` is incorrect: Expected `tuple[int, int, int]`, found `Any | None`
homeassistant/components/cync/light.py:180:16: error[invalid-return-type] Return type does not match returned value: expected `CyncLight`, found `Unknown | CyncDevice`
homeassistant/components/daikin/__init__.py:46:39: error[invalid-await] `DaikinFactory` is not awaitable
homeassistant/components/daikin/__init__.py:49:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
homeassistant/components/daikin/__init__.py:51:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
homeassistant/components/daikin/__init__.py:87:16: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None | ApplianceValues`
homeassistant/components/daikin/config_flow.py:88:43: error[invalid-await] `DaikinFactory` is not awaitable
homeassistant/components/daikin/config_flow.py:91:21: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | None`
homeassistant/components/daikin/config_flow.py:93:21: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | None`
homeassistant/components/daikin/coordinator.py:30:18: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None | ApplianceValues`
homeassistant/components/daikin/entity.py:22:19: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None | ApplianceValues`
homeassistant/components/daikin/entity.py:23:18: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None | ApplianceValues`
homeassistant/components/daikin/entity.py:24:24: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None | ApplianceValues`
homeassistant/components/danfoss_air/__init__.py:6:6: error[unresolved-import] Cannot resolve imported module `pydanfossair.commands`
homeassistant/components/danfoss_air/__init__.py:7:6: error[unresolved-import] Cannot resolve imported module `pydanfossair.danfossclient`
homeassistant/components/danfoss_air/binary_sensor.py:5:6: error[unresolved-import] Cannot resolve imported module `pydanfossair.commands`
homeassistant/components/danfoss_air/sensor.py:7:6: error[unresolved-import] Cannot resolve imported module `pydanfossair.commands`
homeassistant/components/danfoss_air/switch.py:8:6: error[unresolved-import] Cannot resolve imported module `pydanfossair.commands`
homeassistant/components/deconz/button.py:104:13: error[unresolved-attribute] Object of type `ButtonEntityDescription` has no attribute `button_fn`
homeassistant/components/deconz/light.py:255:12: error[unsupported-operator] Operator `not in` is not supported between objects of type `Unknown | ColorMode` and `set[ColorMode] | set[str] | None`
homeassistant/components/deconz/light.py:303:16: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal[ColorMode.XY]` and `set[ColorMode] | set[str] | None`
homeassistant/components/decora_wifi/light.py:9:6: error[unresolved-import] Cannot resolve imported module `decora_wifi`
homeassistant/components/decora_wifi/light.py:10:6: error[unresolved-import] Cannot resolve imported module `decora_wifi.models.person`
homeassistant/components/decora_wifi/light.py:11:6: error[unresolved-import] Cannot resolve imported module `decora_wifi.models.residence`
homeassistant/components/decora_wifi/light.py:12:6: error[unresolved-import] Cannot resolve imported module `decora_wifi.models.residential_account`
homeassistant/components/delijn/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `pydelijn.api`
homeassistant/components/delijn/sensor.py:9:6: error[unresolved-import] Cannot resolve imported module `pydelijn.common`
homeassistant/components/deluge/entity.py:29:24: error[invalid-argument-type] Invalid argument to key "sw_version" with declared type `str | None` on TypedDict `DeviceInfo`: value of type `Unknown | None | Literal[2, 1]`
homeassistant/components/denonavr/config_flow.py:212:31: warning[possibly-missing-attribute] Attribute `replace` may be missing on object of type `str | None`
homeassistant/components/denonavr/config_flow.py:229:13: error[invalid-argument-type] Argument to bound method `async_create_entry` is incorrect: Expected `str`, found `str | None`
homeassistant/components/denonavr/media_player.py:122:53: error[unresolved-attribute] Object of type `DenonAVRFoundation` has no attribute `zone`
homeassistant/components/denonavr/media_player.py:124:52: error[unresolved-attribute] Object of type `DenonAVRFoundation` has no attribute `zone`
homeassistant/components/denonavr/media_player.py:127:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `DenonAVR`, found `DenonAVRFoundation`
homeassistant/components/denonavr/media_player.py:222:17: error[unresolved-attribute] Object of type `(...) -> Awaitable[_R@async_log_errors]` has no attribute `__name__`
homeassistant/components/denonavr/media_player.py:228:71: error[unresolved-attribute] Object of type `(...) -> Awaitable[_R@async_log_errors]` has no attribute `__name__`
homeassistant/components/denonavr/media_player.py:272:9: error[unsupported-operator] Operator `|=` is unsupported between objects of type `Literal[MediaPlayerEntityFeature.VOLUME_STEP]` and `Literal[False, MediaPlayerEntityFeature.SELECT_SOUND_MODE] | None`
homeassistant/components/denonavr/receiver.py:87:20: error[missing-argument] No argument provided for required parameter `_host`
homeassistant/components/denonavr/receiver.py:88:13: error[unknown-argument] Argument `host` does not match any known parameter
homeassistant/components/denonavr/receiver.py:89:13: error[unknown-argument] Argument `show_all_inputs` does not match any known parameter
homeassistant/components/denonavr/receiver.py:90:13: error[unknown-argument] Argument `timeout` does not match any known parameter
homeassistant/components/denonavr/receiver.py:91:13: error[unknown-argument] Argument `add_zones` does not match any known parameter
homeassistant/components/denonavr/receiver.py:100:27: error[unresolved-attribute] Object of type `DenonAVRFoundation` has no attribute `async_update`
homeassistant/components/denonavr/receiver.py:102:27: error[unresolved-attribute] Object of type `DenonAVRFoundation` has no attribute `async_update_audyssey`
homeassistant/components/devialet/config_flow.py:51:13: error[invalid-argument-type] Argument to bound method `async_create_entry` is incorrect: Expected `str`, found `str | None`
homeassistant/components/devialet/diagnostics.py:16:12: error[invalid-return-type] Return type does not match returned value: expected `dict[str, Any]`, found `Unknown | None`
homeassistant/components/devialet/media_player.py:112:16: error[invalid-return-type] Return type does not match returned value: expected `bool`, found `Unknown | bool | None`
homeassistant/components/device_tracker/const.py:52:42: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/components/device_tracker/legacy.py:409:12: error[missing-argument] No argument provided for required parameter `config`
homeassistant/components/device_tracker/legacy.py:409:34: error[invalid-argument-type] Argument is incorrect: Expected `tuple[str, ...]`, found `str`
homeassistant/components/device_tracker/legacy.py:409:42: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `ModuleType`
homeassistant/components/device_tracker/legacy.py:409:52: error[invalid-argument-type] Argument is incorrect: Expected `ModuleType`, found `dict[Unknown, Unknown]`
homeassistant/components/devolo_home_control/sensor.py:192:17: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, ConsumptionProperty].__getitem__(key: str, /) -> ConsumptionProperty` cannot be called with key of type `str | None | Unknown` on object of type `dict[str, ConsumptionProperty]`
homeassistant/components/devolo_home_control/switch.py:54:40: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, BinarySwitchProperty].__getitem__(key: str, /) -> BinarySwitchProperty` cannot be called with key of type `str | None | Unknown` on object of type `dict[str, BinarySwitchProperty]`
homeassistant/components/devolo_home_network/binary_sensor.py:90:16: error[unresolved-attribute] Object of type `BinarySensorEntityDescription` has no attribute `value_func`
homeassistant/components/devolo_home_network/image.py:91:16: error[unresolved-attribute] Object of type `EntityDescription` has no attribute `image_func`
homeassistant/components/digital_ocean/__init__.py:6:8: error[unresolved-import] Cannot resolve imported module `digitalocean`
homeassistant/components/digital_ocean/binary_sensor.py:79:16: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/binary_sensor.py:84:16: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/binary_sensor.py:95:30: warning[possibly-missing-attribute] Attribute `created_at` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/binary_sensor.py:96:30: warning[possibly-missing-attribute] Attribute `id` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/binary_sensor.py:97:32: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/binary_sensor.py:98:28: warning[possibly-missing-attribute] Attribute `features` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/binary_sensor.py:99:32: warning[possibly-missing-attribute] Attribute `ip_address` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/binary_sensor.py:100:32: warning[possibly-missing-attribute] Attribute `ip_v6_address` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/binary_sensor.py:101:26: warning[possibly-missing-attribute] Attribute `memory` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/binary_sensor.py:102:26: warning[possibly-missing-attribute] Attribute `region` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/binary_sensor.py:103:25: warning[possibly-missing-attribute] Attribute `vcpus` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/switch.py:80:16: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/switch.py:85:16: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/switch.py:91:30: warning[possibly-missing-attribute] Attribute `created_at` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/switch.py:92:30: warning[possibly-missing-attribute] Attribute `id` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/switch.py:93:32: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/switch.py:94:28: warning[possibly-missing-attribute] Attribute `features` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/switch.py:95:32: warning[possibly-missing-attribute] Attribute `ip_address` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/switch.py:96:32: warning[possibly-missing-attribute] Attribute `ip_v6_address` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/switch.py:97:26: warning[possibly-missing-attribute] Attribute `memory` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/switch.py:98:26: warning[possibly-missing-attribute] Attribute `region` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/switch.py:99:25: warning[possibly-missing-attribute] Attribute `vcpus` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/switch.py:104:12: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/switch.py:105:13: warning[possibly-missing-attribute] Attribute `power_on` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/switch.py:109:12: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | None`
homeassistant/components/digital_ocean/switch.py:110:13: warning[possibly-missing-attribute] Attribute `power_off` may be missing on object of type `Unknown | None`
homeassistant/components/directv/entity.py:22:58: warning[possibly-missing-attribute] Attribute `info` may be missing on object of type `Device | None`
homeassistant/components/directv/entity.py:27:26: warning[possibly-missing-attribute] Attribute `info` may be missing on object of type `Device | None`
homeassistant/components/directv/entity.py:29:24: warning[possibly-missing-attribute] Attribute `info` may be missing on object of type `Device | None`
homeassistant/components/directv/entity.py:30:33: warning[possibly-missing-attribute] Attribute `info` may be missing on object of type `Device | None`
homeassistant/components/directv/media_player.py:70:29: warning[possibly-missing-attribute] Attribute `locations` may be missing on object of type `Device | None`
homeassistant/components/directv/media_player.py:161:20: error[invalid-return-type] Return type does not match returned value: expected `MediaType | None`, found `Unknown | str`
homeassistant/components/directv/remote.py:39:29: warning[possibly-missing-attribute] Attribute `locations` may be missing on object of type `Device | None`
homeassistant/components/discogs/sensor.py:9:8: error[unresolved-import] Cannot resolve imported module `discogs_client`
homeassistant/components/dlink/data.py:44:16: warning[possibly-missing-attribute] Submodule `error` may not be available as an attribute on module `urllib`
homeassistant/components/dlna_dmr/media_player.py:79:70: error[unresolved-attribute] Object of type `(...) -> Awaitable[_R@catch_request_errors]` has no attribute `__name__`
homeassistant/components/dlna_dmr/media_player.py:86:55: error[unresolved-attribute] Object of type `(...) -> Awaitable[_R@catch_request_errors]` has no attribute `__name__`
homeassistant/components/dlna_dms/dms.py:137:73: error[unresolved-attribute] Object of type `(_DlnaDmsDeviceMethod@catch_request_errors, str, /) -> Coroutine[Any, Any, _R@catch_request_errors]` has no attribute `__name__`
homeassistant/components/doods/image_processing.py:12:6: error[unresolved-import] Cannot resolve imported module `pydoods`
homeassistant/components/doods/image_processing.py:246:23: error[invalid-argument-type] Argument to function `draw_box` is incorrect: Expected `tuple[int | float, int | float, int | float, int | float]`, found `Unknown | list[Unknown | int] | list[Unknown]`
homeassistant/components/dovado/__init__.py:47:9: error[unresolved-reference] Name `dovado` used when not defined
homeassistant/components/drop_connect/__init__.py:42:24: error[invalid-argument-type] Argument to bound method `parse_drop_message` is incorrect: Expected `str | bytes`, found `str | bytes | bytearray`
homeassistant/components/drop_connect/config_flow.py:51:39: error[invalid-argument-type] Argument to bound method `parse_discovery` is incorrect: Expected `str | bytes`, found `(str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy) | (bytearray & ~AlwaysFalsy)`
homeassistant/components/dunehd/media_player.py:109:23: warning[possibly-missing-attribute] Attribute `volume_up` may be missing on object of type `Unknown | DuneHDPlayer`
homeassistant/components/dunehd/media_player.py:113:23: warning[possibly-missing-attribute] Attribute `volume_down` may be missing on object of type `Unknown | DuneHDPlayer`
homeassistant/components/duotecno/entity.py:62:34: error[unresolved-attribute] Object of type `(...) -> Awaitable[None]` has no attribute `__name__`
homeassistant/components/dwd_weather_warnings/coordinator.py:70:21: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/dwd_weather_warnings/coordinator.py:71:21: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/dwd_weather_warnings/sensor.py:120:40: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown]`
homeassistant/components/dwd_weather_warnings/sensor.py:122:37: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | list[Unknown]`
homeassistant/components/dynalite/bridge.py:60:53: error[unresolved-attribute] Object of type `DynaliteBaseDevice & ~AlwaysFalsy` has no attribute `unique_id`
homeassistant/components/dynalite/bridge.py:110:49: error[unresolved-attribute] Object of type `DynaliteBaseDevice` has no attribute `category`
homeassistant/components/dynalite/bridge.py:117:55: error[invalid-argument-type] Argument to bound method `extend` is incorrect: Expected `Iterable[str]`, found `list[DynaliteBaseDevice | Unknown]`
homeassistant/components/eafm/sensor.py:101:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str, Unknown]]`
homeassistant/components/ebox/sensor.py:11:6: error[unresolved-import] Cannot resolve imported module `pyebox`
homeassistant/components/ebox/sensor.py:12:6: error[unresolved-import] Cannot resolve imported module `pyebox.client`
homeassistant/components/ebusd/__init__.py:5:8: error[unresolved-import] Cannot resolve imported module `ebusdpy`
homeassistant/components/ecoal_boiler/__init__.py:5:6: error[unresolved-import] Cannot resolve imported module `ecoaliface.simple`
homeassistant/components/ecobee/__init__.py:75:35: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["API_KEY"]` on object of type `str`
homeassistant/components/ecobee/__init__.py:75:35: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/ecobee/__init__.py:76:41: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["REFRESH_TOKEN"]` on object of type `str`
homeassistant/components/ecobee/__init__.py:76:41: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/ecobee/binary_sensor.py:25:28: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
homeassistant/components/ecobee/binary_sensor.py:27:25: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["capability"]` on object of type `str`
homeassistant/components/ecobee/binary_sensor.py:31:53: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
homeassistant/components/ecobee/climate.py:214:28: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
homeassistant/components/ecobee/climate.py:216:12: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["modelNumber"]` on object of type `str`
homeassistant/components/ecobee/climate.py:225:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
homeassistant/components/ecobee/climate.py:226:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["modelNumber"]` on object of type `str`
homeassistant/components/ecobee/climate.py:228:49: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str`
homeassistant/components/ecobee/climate.py:406:16: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["runtime"]` on object of type `str`
homeassistant/components/ecobee/climate.py:425:45: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["modelNumber"]` on object of type `str`
homeassistant/components/ecobee/climate.py:431:35: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["identifier"]` on object of type `str`
homeassistant/components/ecobee/climate.py:434:18: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
homeassistant/components/ecobee/climate.py:440:16: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["runtime"]` on object of type `str`
homeassistant/components/ecobee/climate.py:446:20: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["runtime"]` on object of type `str`
homeassistant/components/ecobee/climate.py:453:20: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["runtime"]` on object of type `str`
homeassistant/components/ecobee/climate.py:464:16: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["settings"]` on object of type `str`
homeassistant/components/ecobee/climate.py:478:20: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["runtime"]` on object of type `str`
homeassistant/components/ecobee/climate.py:487:20: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["runtime"]` on object of type `str`
homeassistant/components/ecobee/climate.py:489:20: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["runtime"]` on object of type `str`
homeassistant/components/ecobee/climate.py:495:21: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["equipmentStatus"]` on object of type `str`
homeassistant/components/ecobee/climate.py:502:16: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["runtime"]` on object of type `str`
homeassistant/components/ecobee/climate.py:507:18: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["events"]` on object of type `str`
homeassistant/components/ecobee/climate.py:531:13: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["program"]` on object of type `str`
homeassistant/components/ecobee/climate.py:546:24: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["runtime"]` on object of type `str`
homeassistant/components/ecobee/climate.py:560:12: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["equipmentStatus"]` on object of type `str`
homeassistant/components/ecobee/climate.py:565:27: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["equipmentStatus"]` on object of type `str`
homeassistant/components/ecobee/climate.py:585:18: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["equipmentStatus"]` on object of type `str`
homeassistant/components/ecobee/climate.py:589:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["program"]` on object of type `str`
homeassistant/components/ecobee/climate.py:600:24: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | str`
homeassistant/components/ecobee/climate.py:616:24: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | str`
homeassistant/components/ecobee/climate.py:711:28: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["program"]` on object of type `str`
homeassistant/components/ecobee/climate.py:719:34: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["runtime"]` on object of type `str`
homeassistant/components/ecobee/climate.py:724:34: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["runtime"]` on object of type `str`
homeassistant/components/ecobee/climate.py:801:62: error[invalid-argument-type] Argument to bound method `set_humidity` is incorrect: Expected `str`, found `int`
homeassistant/components/ecobee/climate.py:821:36: error[invalid-argument-type] Argument to bound method `resume_program` is incorrect: Expected `bool`, found `Literal["false", "true"]`
homeassistant/components/ecobee/climate.py:850:29: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | str`
homeassistant/components/ecobee/climate.py:908:36: error[invalid-argument-type] Argument to bound method `update_climate_sensors` is incorrect: Expected `str`, found `str | None`
homeassistant/components/ecobee/climate.py:914:20: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["program"]` on object of type `str`
homeassistant/components/ecobee/climate.py:926:13: error[invalid-argument-type] Argument to function `sorted` is incorrect: Argument type `str | None | Unknown` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
homeassistant/components/ecobee/climate.py:926:13: error[invalid-argument-type] Argument to function `sorted` is incorrect: Expected `Iterable[str]`, found `list[str | None | Unknown]`
homeassistant/components/ecobee/climate.py:1040:36: error[invalid-argument-type] Argument to bound method `set_occupancy_modes` is incorrect: Expected `bool`, found `Unknown | None`
homeassistant/components/ecobee/climate.py:1040:47: error[invalid-argument-type] Argument to bound method `set_occupancy_modes` is incorrect: Expected `bool`, found `Unknown | None`
homeassistant/components/ecobee/config_flow.py:64:13: error[invalid-argument-type] Argument to bound method `async_show_form` is incorrect: Expected `Mapping[str, str] | None`, found `dict[Unknown | str, Unknown | None | str]`
homeassistant/components/ecobee/entity.py:36:16: error[invalid-return-type] Return type does not match returned value: expected `dict[str, Any]`, found `Unknown | str`
homeassistant/components/ecobee/humidifier.py:38:28: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
homeassistant/components/ecobee/humidifier.py:40:12: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["settings"]` on object of type `str`
homeassistant/components/ecobee/notify.py:21:64: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
homeassistant/components/ecobee/number.py:65:44: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
homeassistant/components/ecobee/number.py:74:48: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
homeassistant/components/ecobee/number.py:168:75: error[invalid-argument-type] Argument to bound method `set_aux_cutover_threshold` is incorrect: Expected `int`, found `int | float`
homeassistant/components/ecobee/sensor.py:82:28: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
homeassistant/components/ecobee/sensor.py:83:32: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
homeassistant/components/ecobee/sensor.py:85:21: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["capability"]` on object of type `str`
homeassistant/components/ecobee/sensor.py:174:26: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `None | Unknown`
homeassistant/components/ecobee/switch.py:40:44: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
homeassistant/components/ecobee/switch.py:47:48: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
homeassistant/components/ecobee/switch.py:133:36: error[invalid-argument-type] Argument to bound method `set_hvac_mode` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/ecobee/weather.py:48:28: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
homeassistant/components/ecobee/weather.py:51:44: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
homeassistant/components/ecobee/weather.py:78:24: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/ecobee/weather.py:170:12: error[unsupported-operator] Operator `not in` is not supported between objects of type `Literal["forecasts"]` and `Unknown | None`
homeassistant/components/ecobee/weather.py:176:42: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/econet/climate.py:68:30: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Thermostat`, found `Equipment`
homeassistant/components/econet/sensor.py:125:16: warning[possibly-missing-attribute] Attribute `energy_type` may be missing on object of type `Unknown | Equipment`
homeassistant/components/econet/switch.py:29:33: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Thermostat`, found `Equipment`
homeassistant/components/econet/water_heater.py:57:31: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `WaterHeater`, found `Equipment`
homeassistant/components/ecovacs/select.py:87:46: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `CapabilityMap`, found `CapabilityMap | None`
homeassistant/components/ecovacs/select.py:203:40: error[too-many-positional-arguments] Too many positional arguments: expected 0, got 1
homeassistant/components/ecowitt/binary_sensor.py:51:13: error[invalid-argument-type] Argument to function `replace` is incorrect: Argument type `Unknown | BinarySensorEntityDescription` does not satisfy upper bound `DataclassInstance` of type variable `_DataclassT`
homeassistant/components/ecowitt/sensor.py:283:13: error[invalid-argument-type] Argument to function `replace` is incorrect: Argument type `Unknown | SensorEntityDescription` does not satisfy upper bound `DataclassInstance` of type variable `_DataclassT`
homeassistant/components/edimax/switch.py:7:6: error[unresolved-import] Cannot resolve imported module `pyedimax.smartplug`
homeassistant/components/efergy/sensor.py:129:17: error[invalid-argument-type] Argument to function `replace` is incorrect: Argument type `SensorEntityDescription` does not satisfy upper bound `DataclassInstance` of type variable `_DataclassT`
homeassistant/components/egardia/__init__.py:5:6: error[unresolved-import] Cannot resolve imported module `pythonegardia`
homeassistant/components/egardia/alarm_control_panel.py:104:44: warning[possibly-missing-attribute] Attribute `items` may be missing on object of type `Unknown | None`
homeassistant/components/ekeybionyx/config_flow.py:110:47: error[invalid-assignment] Object of type `list[dict[Unknown | str, Unknown | str] | Unknown]` is not assignable to `list[SelectOptionDict]`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `Unknown | str | VoiceSettings`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `Unknown | str | VoiceSettings`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `bool | None`, found `Unknown | str | VoiceSettings`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `int | None`, found `Unknown | str | VoiceSettings`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `str | None`, found `Unknown | str | VoiceSettings`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `str | None`, found `Unknown | str | VoiceSettings`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `VoiceSettings | None`, found `Unknown | str | VoiceSettings`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `Sequence[PronunciationDictionaryVersionLocator] | None`, found `Unknown | str | VoiceSettings`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `int | None`, found `Unknown | str | VoiceSettings`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `str | None`, found `Unknown | str | VoiceSettings`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `str | None`, found `Unknown | str | VoiceSettings`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `Sequence[str] | None`, found `Unknown | str | VoiceSettings`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `Sequence[str] | None`, found `Unknown | str | VoiceSettings`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `bool | None`, found `Unknown | str | VoiceSettings`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `bool | None`, found `Unknown | str | VoiceSettings`
homeassistant/components/elevenlabs/tts.py:289:25: error[invalid-argument-type] Argument is incorrect: Expected `RequestOptions | None`, found `Unknown | str | VoiceSettings`
homeassistant/components/eliqonline/sensor.py:8:8: error[unresolved-import] Cannot resolve imported module `eliqonline`
homeassistant/components/elkm1/config_flow.py:203:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/elmax/__init__.py:50:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `SSLContext`, found `None | SSLContext`
homeassistant/components/elmax/config_flow.py:167:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `SSLContext`, found `None | Unknown`
homeassistant/components/elmax/config_flow.py:330:30: error[invalid-argument-type] Argument to function `_store_panel_by_name` is incorrect: Expected `str`, found `str | None`
homeassistant/components/elmax/config_flow.py:342:9: error[invalid-assignment] Object of type `str | None` is not assignable to attribute `_cloud_username` of type `str`
homeassistant/components/elmax/coordinator.py:70:20: error[invalid-return-type] Return type does not match returned value: expected `Actuator`, found `DeviceEndpoint`
homeassistant/components/elmax/coordinator.py:76:20: error[invalid-return-type] Return type does not match returned value: expected `Actuator`, found `DeviceEndpoint`
homeassistant/components/elmax/coordinator.py:82:20: error[invalid-return-type] Return type does not match returned value: expected `Area`, found `DeviceEndpoint`
homeassistant/components/elmax/coordinator.py:88:20: error[invalid-return-type] Return type does not match returned value: expected `Cover`, found `DeviceEndpoint`
homeassistant/components/elv/switch.py:8:8: error[unresolved-import] Cannot resolve imported module `pypca`
homeassistant/components/emby/media_player.py:7:6: error[unresolved-import] Cannot resolve imported module `pyemby`
homeassistant/components/emoncms_history/__init__.py:67:70: error[invalid-argument-type] Argument to bound method `async_input_post` is incorrect: Expected `str | None`, found `str | int`
homeassistant/components/emonitor/sensor.py:48:36: error[unresolved-attribute] Object of type `list[Unknown]` has no attribute `items`
homeassistant/components/emonitor/sensor.py:56:33: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `DataUpdateCoordinator[EmonitorStatus]`
homeassistant/components/emonitor/sensor.py:63:45: error[invalid-type-arguments] Type `EmonitorStatus` is not assignable to upper bound `DataUpdateCoordinator[Any]` of type variable `_DataUpdateCoordinatorT@CoordinatorEntity`
homeassistant/components/emulated_roku/binding.py:135:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/emulated_roku/binding.py:136:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | int | None`
homeassistant/components/emulated_roku/binding.py:137:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | bool | None`
homeassistant/components/energenie_power_sockets/__init__.py:21:44: error[invalid-assignment] Object of type `Device | None` is not assignable to `PowerStripUSB | None`
homeassistant/components/energy/data.py:388:29: error[invalid-assignment] Invalid assignment to key "energy_sources" with declared type `list[SourceType]` on TypedDict `EnergyPreferences`: value of type `list[SourceType] | list[DeviceConsumption]`
homeassistant/components/energy/data.py:388:29: error[invalid-assignment] Invalid assignment to key "device_consumption" with declared type `list[DeviceConsumption]` on TypedDict `EnergyPreferences`: value of type `list[SourceType] | list[DeviceConsumption]`
homeassistant/components/energy/data.py:388:29: error[invalid-assignment] Invalid assignment to key "device_consumption_water" with declared type `list[DeviceConsumption]` on TypedDict `EnergyPreferences`: value of type `list[SourceType] | list[DeviceConsumption]`
homeassistant/components/energy/validate.py:181:36: warning[possibly-missing-attribute] Submodule `models` may not be available as an attribute on module `homeassistant.components.recorder`
homeassistant/components/energy/validate.py:241:36: warning[possibly-missing-attribute] Submodule `models` may not be available as an attribute on module `homeassistant.components.recorder`
homeassistant/components/energy/validate.py:312:36: warning[possibly-missing-attribute] Submodule `models` may not be available as an attribute on module `homeassistant.components.recorder`
homeassistant/components/energy/validate.py:345:36: warning[possibly-missing-attribute] Submodule `models` may not be available as an attribute on module `homeassistant.components.recorder`
homeassistant/components/energy/validate.py:399:47: warning[possibly-missing-attribute] Submodule `models` may not be available as an attribute on module `homeassistant.components.recorder`
homeassistant/components/energy/validate.py:528:47: warning[possibly-missing-attribute] Submodule `models` may not be available as an attribute on module `homeassistant.components.recorder`
homeassistant/components/energy/validate.py:588:47: warning[possibly-missing-attribute] Submodule `models` may not be available as an attribute on module `homeassistant.components.recorder`
homeassistant/components/energy/validate.py:648:47: warning[possibly-missing-attribute] Submodule `models` may not be available as an attribute on module `homeassistant.components.recorder`
homeassistant/components/energy/validate.py:773:17: warning[possibly-missing-attribute] Submodule `statistics` may not be available as an attribute on module `homeassistant.components.recorder`
homeassistant/components/energy/websocket_api.py:277:9: warning[possibly-missing-attribute] Submodule `statistics` may not be available as an attribute on module `homeassistant.components.recorder`
homeassistant/components/energy/websocket_api.py:362:43: warning[possibly-missing-attribute] Submodule `statistics` may not be available as an attribute on module `homeassistant.components.recorder`
homeassistant/components/energy/websocket_api.py:373:13: warning[possibly-missing-attribute] Submodule `statistics` may not be available as an attribute on module `homeassistant.components.recorder`
homeassistant/components/energyid/__init__.py:252:46: error[invalid-key] Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
homeassistant/components/energyid/__init__.py:253:48: error[invalid-key] Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
homeassistant/components/enphase_envoy/entity.py:65:31: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, Any]` has no attribute `__name__`
homeassistant/components/entur_public_transport/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `enturclient`
homeassistant/components/entur_public_transport/sensor.py:87:16: error[invalid-return-type] Return type does not match returned value: expected `int`, found `None`
homeassistant/components/entur_public_transport/sensor.py:215:34: warning[possibly-missing-attribute] Attribute `latitude` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown]`
homeassistant/components/entur_public_transport/sensor.py:215:52: warning[possibly-missing-attribute] Attribute `longitude` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown]`
homeassistant/components/entur_public_transport/sensor.py:216:47: warning[possibly-missing-attribute] Attribute `latitude` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown]`
homeassistant/components/entur_public_transport/sensor.py:217:48: warning[possibly-missing-attribute] Attribute `longitude` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown]`
homeassistant/components/entur_public_transport/sensor.py:219:26: warning[possibly-missing-attribute] Attribute `estimated_calls` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown]`
homeassistant/components/environment_canada/weather.py:250:13: error[invalid-argument-type] Argument to bound method `extend` is incorrect: Expected `Iterable[Forecast]`, found `GeneratorType[dict[Unknown | str, Unknown | int], None, None]`
homeassistant/components/envisalink/__init__.py:6:6: error[unresolved-import] Cannot resolve imported module `pyenvisalink`
homeassistant/components/ephember/climate.py:10:6: error[unresolved-import] Cannot resolve imported module `pyephember2.pyephember2`
homeassistant/components/ephember/climate.py:196:16: error[no-matching-overload] No overload of function `getattr` matches arguments
homeassistant/components/esphome/encryption_key_storage.py:49:13: error[invalid-assignment] Object of type `(Unknown & ~AlwaysFalsy) | (EncryptionKeyData & ~AlwaysFalsy) | dict[Unknown | str, Unknown | dict[Unknown, Unknown]]` is not assignable to attribute `_data` of type `EncryptionKeyData | None`
homeassistant/components/esphome/entry_data.py:195:16: error[invalid-return-type] Return type does not match returned value: expected `str`, found `(DeviceInfo & ~AlwaysTruthy & ~AlwaysFalsy) | str`
homeassistant/components/esphome/entry_data.py:201:16: error[invalid-return-type] Return type does not match returned value: expected `str`, found `(DeviceInfo & ~AlwaysTruthy & ~AlwaysFalsy) | str`
homeassistant/components/esphome/light.py:337:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[int, int, int, int]`, found `tuple[@Todo(StarredExpression), Unknown]`
homeassistant/components/esphome/light.py:358:20: error[invalid-return-type] Return type does not match returned value: expected `tuple[int, int, int, int, int]`, found `tuple[@Todo(StarredExpression), Unknown, Unknown]`
homeassistant/components/esphome/light.py:363:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[int, int, int, int, int]`, found `tuple[@Todo(StarredExpression), Unknown, Unknown]`
homeassistant/components/esphome/select.py:135:13: error[invalid-argument-type] Argument to function `replace` is incorrect: Argument type `Unknown | SelectEntityDescription` does not satisfy upper bound `DataclassInstance` of type variable `_DataclassT`
homeassistant/components/etherscan/sensor.py:7:6: error[unresolved-import] Cannot resolve imported module `pyetherscan`
homeassistant/components/eufy/__init__.py:3:8: error[unresolved-import] Cannot resolve imported module `lakeside`
homeassistant/components/eufy/light.py:7:8: error[unresolved-import] Cannot resolve imported module `lakeside`
homeassistant/components/eufy/light.py:95:20: error[unsupported-operator] Operator `*` is unsupported between objects of type `Unknown | None | Literal[100]` and `Literal[255]`
homeassistant/components/eufy/light.py:102:16: error[unsupported-operator] Operator `*` is unsupported between objects of type `Unknown | None` and `Literal[3800]`
homeassistant/components/eufy/light.py:149:17: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/eufy/light.py:149:30: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/eufy/switch.py:7:8: error[unresolved-import] Cannot resolve imported module `lakeside`
homeassistant/components/evohome/entity.py:171:21: error[unsupported-operator] Operator `<` is not supported between objects of type `(Unknown & ~None) | datetime | int | float | str` and `datetime`
homeassistant/components/evohome/storage.py:116:13: error[unsupported-operator] Operator `|=` is unsupported between objects of type `dict[str, object]` and `SessionIdEntryT`
homeassistant/components/ezviz/alarm_control_panel.py:104:17: error[invalid-argument-type] Argument to bound method `api_set_defence_mode` is incorrect: Expected `DefenseModeType`, found `Literal[1]`
homeassistant/components/ezviz/alarm_control_panel.py:115:17: error[invalid-argument-type] Argument to bound method `api_set_defence_mode` is incorrect: Expected `DefenseModeType`, found `Literal[2]`
homeassistant/components/ezviz/alarm_control_panel.py:126:17: error[invalid-argument-type] Argument to bound method `api_set_defence_mode` is incorrect: Expected `DefenseModeType`, found `Literal[3]`
homeassistant/components/familyhub/camera.py:5:6: error[unresolved-import] Cannot resolve imported module `pyfamilyhublocal`
homeassistant/components/feedreader/coordinator.py:161:13: error[unresolved-attribute] Unresolved attribute `entries` on type `FeedParserDict`.
homeassistant/components/ffmpeg/camera.py:96:17: error[invalid-argument-type] Argument to function `async_aiohttp_proxy_stream` is incorrect: Expected `StreamReader`, found `StreamReader`
homeassistant/components/ffmpeg/const.py:7:34: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/components/ffmpeg/const.py:8:33: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/components/ffmpeg/const.py:9:36: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/components/fibaro/__init__.py:188:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, int]]`
homeassistant/components/fibaro/__init__.py:238:17: error[invalid-assignment] Object of type `Self@_read_devices` is not assignable to attribute `fibaro_controller` on type `Unknown | DeviceModel`
homeassistant/components/fibaro/__init__.py:242:17: error[invalid-assignment] Object of type `str & ~AlwaysFalsy` is not assignable to attribute `room_name` on type `Unknown | DeviceModel`
homeassistant/components/fibaro/__init__.py:243:17: error[invalid-assignment] Object of type `str` is not assignable to attribute `friendly_name` on type `Unknown | DeviceModel`
homeassistant/components/fibaro/__init__.py:244:17: error[invalid-assignment] Object of type `str` is not assignable to attribute `ha_id` on type `Unknown | DeviceModel`
homeassistant/components/fibaro/__init__.py:251:17: error[invalid-assignment] Object of type `str` is not assignable to attribute `unique_id_str` on type `Unknown | DeviceModel`
homeassistant/components/fibaro/__init__.py:255:21: warning[possibly-missing-attribute] Attribute `ha_id` may be missing on object of type `Unknown | DeviceModel`
homeassistant/components/fibaro/__init__.py:269:25: warning[possibly-missing-attribute] Attribute `ha_id` may be missing on object of type `Unknown | DeviceModel`
homeassistant/components/fibaro/__init__.py:273:72: warning[possibly-missing-attribute] Attribute `ha_id` may be missing on object of type `Unknown | DeviceModel`
homeassistant/components/fibaro/climate.py:139:42: error[unresolved-attribute] Object of type `DeviceModel` has no attribute `ha_id`
homeassistant/components/fibaro/climate.py:263:20: error[invalid-return-type] Return type does not match returned value: expected `str | int`, found `str | None`
homeassistant/components/fibaro/climate.py:305:35: warning[possibly-missing-attribute] Attribute `lower` may be missing on object of type `str | None`
homeassistant/components/fibaro/entity.py:27:45: error[unresolved-attribute] Object of type `DeviceModel` has no attribute `fibaro_controller`
homeassistant/components/fibaro/entity.py:28:22: error[unresolved-attribute] Object of type `DeviceModel` has no attribute `ha_id`
homeassistant/components/fibaro/entity.py:29:27: error[unresolved-attribute] Object of type `DeviceModel` has no attribute `friendly_name`
homeassistant/components/fibaro/entity.py:30:32: error[unresolved-attribute] Object of type `DeviceModel` has no attribute `unique_id_str`
homeassistant/components/fibaro/entity.py:97:48: error[invalid-argument-type] Argument to bound method `execute_action` is incorrect: Expected `list[Any] | None`, found `tuple[Any, ...]`
homeassistant/components/fibaro/event.py:53:30: error[unresolved-attribute] Object of type `DeviceModel` has no attribute `friendly_name`
homeassistant/components/fibaro/event.py:56:35: error[unresolved-attribute] Object of type `DeviceModel` has no attribute `unique_id_str`
homeassistant/components/fibaro/light.py:72:16: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["RGB"]` and `str | None`
homeassistant/components/fibaro/light.py:73:16: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["rgb"]` and `str | None`
homeassistant/components/fibaro/light.py:74:16: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["color"]` and `str | None`
homeassistant/components/fibaro/light.py:81:16: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["RGBW"]` and `str | None`
homeassistant/components/fibaro/light.py:82:16: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["rgbw"]` and `str | None`
homeassistant/components/fibaro/sensor.py:111:52: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
homeassistant/components/fibaro/sensor.py:157:57: error[no-matching-overload] No overload of bound method `get` matches arguments
homeassistant/components/fibaro/sensor.py:183:30: error[unresolved-attribute] Object of type `DeviceModel` has no attribute `friendly_name`
homeassistant/components/fibaro/sensor.py:184:35: error[unresolved-attribute] Object of type `DeviceModel` has no attribute `unique_id_str`
homeassistant/components/fing/device_tracker.py:77:46: error[invalid-argument-type] Argument to function `get_icon_from_type` is incorrect: Expected `str`, found `str | None`
homeassistant/components/fing/device_tracker.py:109:54: error[invalid-argument-type] Argument to function `get_icon_from_type` is incorrect: Expected `str`, found `str | None`
homeassistant/components/fing/device_tracker.py:121:50: error[invalid-argument-type] Argument to function `get_icon_from_type` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/fireservicerota/config_flow.py:93:53: error[invalid-argument-type] Argument to bound method `async_update_entry` is incorrect: Expected `ConfigEntry[Any]`, found `ConfigEntry[Any] | None`
homeassistant/components/fireservicerota/config_flow.py:94:53: warning[possibly-missing-attribute] Attribute `entry_id` may be missing on object of type `ConfigEntry[Any] | None`
homeassistant/components/firmata/board.py:113:9: error[invalid-assignment] Object of type `None` is not assignable to attribute `api` of type `PymataExpress`
homeassistant/components/firmata/board.py:131:13: error[unsupported-operator] Operator `+=` is unsupported between objects of type `int` and `Unknown | None | int`
homeassistant/components/fivem/config_flow.py:35:17: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/fixer/sensor.py:9:6: error[unresolved-import] Cannot resolve imported module `fixerio`
homeassistant/components/fixer/sensor.py:10:6: error[unresolved-import] Cannot resolve imported module `fixerio.exceptions`
homeassistant/components/fleetgo/device_tracker.py:8:6: error[unresolved-import] Cannot resolve imported module `ritassist`
homeassistant/components/flo/__init__.py:31:23: warning[possibly-missing-attribute] Attribute `get_info` may be missing on object of type `User | None`
homeassistant/components/flux/switch.py:261:13: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/flux/switch.py:286:25: error[unsupported-operator] Operator `<` is not supported between objects of type `datetime` and `datetime | None`
homeassistant/components/flux/switch.py:290:30: warning[possibly-missing-attribute] Attribute `timestamp` may be missing on object of type `datetime | None`
homeassistant/components/flux/switch.py:303:64: warning[possibly-missing-attribute] Attribute `day` may be missing on object of type `datetime | None`
homeassistant/components/flux/switch.py:305:35: error[unsupported-operator] Operator `-` is unsupported between objects of type `datetime | None` and `timedelta`
homeassistant/components/flux/switch.py:309:60: warning[possibly-missing-attribute] Attribute `timestamp` may be missing on object of type `Unknown | datetime | None`
homeassistant/components/flux/switch.py:310:61: warning[possibly-missing-attribute] Attribute `timestamp` may be missing on object of type `Unknown | datetime | None`
homeassistant/components/flux/switch.py:322:58: error[invalid-argument-type] Argument to function `color_RGB_to_xy_brightness` is incorrect: Expected `int`, found `int | float`
homeassistant/components/flux/switch.py:322:58: error[invalid-argument-type] Argument to function `color_RGB_to_xy_brightness` is incorrect: Expected `int`, found `int | float`
homeassistant/components/flux/switch.py:322:58: error[invalid-argument-type] Argument to function `color_RGB_to_xy_brightness` is incorrect: Expected `int`, found `int | float`
homeassistant/components/flux_led/config_flow.py:179:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/flux_led/util.py:98:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[int, int, int, int]`, found `tuple[@Todo(StarredExpression), int]`
homeassistant/components/flux_led/util.py:99:12: error[invalid-return-type] Return type does not match returned value: expected `tuple[int, int, int, int]`, found `tuple[@Todo(StarredExpression), int]`
homeassistant/components/flux_led/util.py:114:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[int, int, int, int, int]`, found `tuple[@Todo(StarredExpression), int, int]`
homeassistant/components/flux_led/util.py:115:12: error[invalid-return-type] Return type does not match returned value: expected `tuple[int, int, int, int, int]`, found `tuple[@Todo(StarredExpression), int, int]`
homeassistant/components/foobot/sensor.py:120:9: error[unresolved-attribute] Object of type `object` has no attribute `ClientConnectorError`
homeassistant/components/foobot/sensor.py:177:13: error[unresolved-attribute] Object of type `object` has no attribute `ClientConnectorError`
homeassistant/components/forked_daapd/media_player.py:182:37: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/forked_daapd/media_player.py:187:12: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/forked_daapd/media_player.py:194:16: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/forked_daapd/media_player.py:199:16: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/forked_daapd/media_player.py:388:30: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:388:30: error[not-iterable] Object of type `Unknown | str | int | list[Unknown]` may not be iterable
homeassistant/components/forked_daapd/media_player.py:389:20: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
homeassistant/components/forked_daapd/media_player.py:389:35: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:413:25: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
homeassistant/components/forked_daapd/media_player.py:414:34: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["selected"]` on object of type `str`
homeassistant/components/forked_daapd/media_player.py:415:32: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["volume"]` on object of type `str`
homeassistant/components/forked_daapd/media_player.py:423:18: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
homeassistant/components/forked_daapd/media_player.py:430:16: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["selected"]` on object of type `str`
homeassistant/components/forked_daapd/media_player.py:452:12: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["state"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:454:12: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["state"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:456:20: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["selected"]` on object of type `str`
homeassistant/components/forked_daapd/media_player.py:458:12: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["state"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:465:16: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["volume"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:465:16: error[unsupported-operator] Operator `/` is unsupported between objects of type `Unknown | str | int | list[Unknown]` and `Literal[100]`
homeassistant/components/forked_daapd/media_player.py:470:16: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["volume"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:475:16: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:485:16: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_length_ms"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:485:16: error[unsupported-operator] Operator `/` is unsupported between objects of type `Unknown | str | int | list[Unknown]` and `Literal[1000]`
homeassistant/components/forked_daapd/media_player.py:490:16: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_progress_ms"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:490:16: error[unsupported-operator] Operator `/` is unsupported between objects of type `Unknown | str | int | list[Unknown]` and `Literal[1000]`
homeassistant/components/forked_daapd/media_player.py:533:16: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["shuffle"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:630:25: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
homeassistant/components/forked_daapd/media_player.py:697:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["position"]` on object of type `str`
homeassistant/components/forked_daapd/media_player.py:698:29: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:698:29: error[not-iterable] Object of type `Unknown | str | int | list[Unknown]` may not be iterable
homeassistant/components/forked_daapd/media_player.py:699:20: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
homeassistant/components/forked_daapd/media_player.py:699:34: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:728:31: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_progress_ms"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:729:38: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["count"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:729:38: error[unsupported-operator] Operator `>` is not supported between objects of type `Unknown | str | int | list[Unknown]` and `Literal[0]`
homeassistant/components/forked_daapd/media_player.py:734:34: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:747:13: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`
homeassistant/components/forked_daapd/media_player.py:747:13: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["length_ms"]` on object of type `str`
homeassistant/components/forked_daapd/media_player.py:747:13: error[non-subscriptable] Cannot subscript object of type `int` with no `__getitem__` method
homeassistant/components/forked_daapd/media_player.py:876:19: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/fortios/device_tracker.py:12:6: error[unresolved-import] Cannot resolve imported module `fortiosapi`
homeassistant/components/free_mobile/notify.py:8:6: error[unresolved-import] Cannot resolve imported module `freesms`
homeassistant/components/fritz/config_flow.py:199:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/fritz/image.py:71:13: warning[possibly-missing-attribute] Attribute `get_wifi_qr_code` may be missing on object of type `Unknown | FritzGuestWLAN`
homeassistant/components/fritzbox/config_flow.py:149:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/fritzbox/diagnostics.py:27:33: error[invalid-assignment] Object of type `dict[str, dict[Unknown, Unknown] | FritzhomeDevice | FritzhomeTemplate]` is not assignable to `dict[str, dict[Unknown, Unknown]]`
homeassistant/components/fritzbox/entity.py:51:16: error[invalid-return-type] Return type does not match returned value: expected `bool`, found `bool | Unknown | None`
homeassistant/components/fritzbox/light.py:104:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[int | float, int | float]`, found `tuple[Unknown | None | int, int | float]`
homeassistant/components/fritzbox/light.py:104:28: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None | int`
homeassistant/components/fritzbox_callmonitor/base.py:84:22: warning[possibly-missing-attribute] Attribute `contacts` may be missing on object of type `Unknown | None | Phonebook`
homeassistant/components/fronius/config_flow.py:119:53: error[no-matching-overload] No overload of bound method `__init__` matches arguments
homeassistant/components/frontier_silicon/browse_media.py:36:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
homeassistant/components/frontier_silicon/browse_media.py:138:36: error[invalid-argument-type] Argument to function `_item_payload` is incorrect: Expected `dict[str, str]`, found `dict[str, str | int | None]`
homeassistant/components/frontier_silicon/config_flow.py:132:9: error[invalid-assignment] Object of type `str | None` is not assignable to attribute `_name` of type `str`
homeassistant/components/frontier_silicon/config_flow.py:146:13: error[invalid-assignment] Object of type `str | None` is not assignable to attribute `_name` of type `str`
homeassistant/components/frontier_silicon/config_flow.py:200:13: error[invalid-assignment] Object of type `str | None` is not assignable to attribute `_name` of type `str`
homeassistant/components/frontier_silicon/media_player.py:276:48: error[invalid-argument-type] Argument to bound method `set_eq_preset` is incorrect: Expected `Equaliser | int`, found `str`
homeassistant/components/frontier_silicon/media_player.py:313:59: error[invalid-argument-type] Argument to bound method `nav_select_item_via_path` is incorrect: Expected `list[int]`, found `list[str]`
homeassistant/components/fujitsu_fglair/coordinator.py:68:71: warning[possibly-missing-attribute] Attribute `is_online` may be missing on object of type `Unknown | Device`
homeassistant/components/fujitsu_fglair/coordinator.py:77:16: error[invalid-return-type] Return type does not match returned value: expected `dict[str, FujitsuHVAC]`, found `dict[str | None | Unknown, Device | Unknown]`
homeassistant/components/fujitsu_fglair/entity.py:22:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str | None]]`
homeassistant/components/futurenow/light.py:7:8: error[unresolved-import] Cannot resolve imported module `pyfnip`
homeassistant/components/gardena_bluetooth/config_flow.py:73:51: error[invalid-argument-type] Argument to function `get_connection` is incorrect: Expected `str`, found `str | None`
homeassistant/components/gardena_bluetooth/switch.py:72:38: error[invalid-argument-type] Argument to bound method `write` is incorrect: Expected `Characteristic[Literal[0]]`, found `Unknown | CharacteristicLong`
homeassistant/components/gardena_bluetooth/valve.py:72:38: error[invalid-argument-type] Argument to bound method `write` is incorrect: Expected `Characteristic[(Unknown & ~AlwaysFalsy) | Literal[3600]]`, found `Unknown | CharacteristicLong`
homeassistant/components/gardena_bluetooth/valve.py:78:38: error[invalid-argument-type] Argument to bound method `write` is incorrect: Expected `Characteristic[Literal[0]]`, found `Unknown | CharacteristicLong`
homeassistant/components/gc100/__init__.py:5:8: error[unresolved-import] Cannot resolve imported module `gc100`
homeassistant/components/gdacs/diagnostics.py:26:33: error[invalid-assignment] Object of type `StatusUpdate | None` is not assignable to `StatusUpdate`
homeassistant/components/gdacs/geo_location.py:148:36: error[invalid-argument-type] Argument to bound method `_update_from_feed` is incorrect: Expected `GdacsFeedEntry`, found `(Unknown & ~AlwaysFalsy) | (FeedEntry & ~AlwaysFalsy)`
homeassistant/components/gdacs/geo_location.py:163:31: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/gdacs/geo_location.py:164:32: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/generic_hygrostat/__init__.py:136:36: error[invalid-key] Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
homeassistant/components/generic_thermostat/__init__.py:63:36: error[invalid-key] Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
homeassistant/components/geniushub/__init__.py:176:13: error[unresolved-attribute] Object of type `object` has no attribute `ClientConnectorError`
homeassistant/components/geo_json_events/geo_location.py:109:31: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/geo_json_events/geo_location.py:110:32: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/geo_json_events/manager.py:91:16: error[invalid-return-type] Return type does not match returned value: expected `GenericFeedEntry | None`, found `Unknown | None | FeedEntry`
homeassistant/components/geofency/device_tracker.py:71:9: error[invalid-assignment] Object of type `DeviceInfo` is not assignable to attribute `_attr_device_info` of type `None`
homeassistant/components/geofency/device_tracker.py:98:9: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/geonetnz_quakes/__init__.py:139:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `datetime`, found `timedelta`
homeassistant/components/geonetnz_quakes/geo_location.py:146:31: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/geonetnz_quakes/geo_location.py:147:32: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/github/__init__.py:26:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[GitHubClientKwarg, Any]`, found `Literal["HomeAssistant/2026.1.0.dev0 aiohttp/3.13.2 Python/3.14"]`
homeassistant/components/github/config_flow.py:41:46: error[invalid-argument-type] Argument to bound method `starred` is incorrect: Expected `dict[GitHubRequestKwarg, Any]`, found `dict[str, Any]`
homeassistant/components/github/config_flow.py:46:25: error[invalid-argument-type] Argument to bound method `starred` is incorrect: Expected `dict[GitHubRequestKwarg, Any]`, found `dict[str, Any]`
homeassistant/components/github/config_flow.py:49:25: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `int | None`
homeassistant/components/github/config_flow.py:49:52: error[unsupported-operator] Operator `+` is unsupported between objects of type `int | None` and `Literal[1]`
homeassistant/components/github/config_flow.py:54:17: warning[possibly-missing-attribute] Attribute `extend` may be missing on object of type `list[GitHubRepositoryModel] | None`
homeassistant/components/github/config_flow.py:54:38: error[invalid-argument-type] Argument to bound method `extend` is incorrect: Expected `Iterable[GitHubRepositoryModel]`, found `list[GitHubRepositoryModel] | None`
homeassistant/components/github/config_flow.py:56:29: error[invalid-argument-type] Argument to bound method `update` is incorrect: Expected `Iterable[Unknown]`, found `list[GitHubRepositoryModel] | None`
homeassistant/components/github/config_flow.py:59:44: error[invalid-argument-type] Argument to bound method `repos` is incorrect: Expected `dict[GitHubRequestKwarg, Any]`, found `dict[str, Any]`
homeassistant/components/github/config_flow.py:64:25: error[invalid-argument-type] Argument to bound method `repos` is incorrect: Expected `dict[GitHubRequestKwarg, Any]`, found `dict[str, Any]`
homeassistant/components/github/config_flow.py:67:25: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `int | None`
homeassistant/components/github/config_flow.py:67:52: error[unsupported-operator] Operator `+` is unsupported between objects of type `int | None` and `Literal[1]`
homeassistant/components/github/config_flow.py:72:17: warning[possibly-missing-attribute] Attribute `extend` may be missing on object of type `list[GitHubRepositoryModel] | None`
homeassistant/components/github/config_flow.py:72:38: error[invalid-argument-type] Argument to bound method `extend` is incorrect: Expected `Iterable[GitHubRepositoryModel]`, found `list[GitHubRepositoryModel] | None`
homeassistant/components/github/config_flow.py:74:29: error[invalid-argument-type] Argument to bound method `update` is incorrect: Expected `Iterable[Unknown]`, found `list[GitHubRepositoryModel] | None`
homeassistant/components/github/config_flow.py:132:17: error[invalid-argument-type] Argument to bound method `activation` is incorrect: Expected `str`, found `str | None`
homeassistant/components/github/config_flow.py:140:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[GitHubClientKwarg, Any]`, found `Literal["HomeAssistant/2026.1.0.dev0 aiohttp/3.13.2 Python/3.14"]`
homeassistant/components/github/config_flow.py:165:13: error[invalid-argument-type] Argument to bound method `async_show_progress` is incorrect: Expected `Mapping[str, str] | None`, found `dict[Unknown | str, Unknown | str | None]`
homeassistant/components/github/config_flow.py:183:62: error[invalid-argument-type] Argument to function `get_repositories` is incorrect: Expected `str`, found `str | None`
homeassistant/components/github/coordinator.py:132:15: error[invalid-method-override] Invalid override of method `_async_update_data`: Definition is incompatible with `DataUpdateCoordinator._async_update_data`
homeassistant/components/github/coordinator.py:149:16: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/github/coordinator.py:166:13: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(() -> Awaitable[None]) | None`, found `def _handle_error(error: GitHubException) -> CoroutineType[Any, Any, None]`
homeassistant/components/github/diagnostics.py:28:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[GitHubClientKwarg, Any]`, found `Literal["HomeAssistant/2026.1.0.dev0 aiohttp/3.13.2 Python/3.14"]`
homeassistant/components/github/diagnostics.py:36:30: warning[possibly-missing-attribute] Attribute `as_dict` may be missing on object of type `GitHubRateLimitModel | None`
homeassistant/components/gitlab_ci/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `gitlab`
homeassistant/components/gitter/sensor.py:7:6: error[unresolved-import] Cannot resolve imported module `gitterpy.client`
homeassistant/components/gitter/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `gitterpy.errors`
homeassistant/components/gogogate2/config_flow.py:76:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/gogogate2/entity.py:45:16: error[invalid-return-type] Return type does not match returned value: expected `AbstractDoor`, found `Unknown | DoorStatus | TransitionDoorStatus`
homeassistant/components/goodwe/__init__.py:38:21: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str | None]]`
homeassistant/components/goodwe/sensor.py:215:38: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `SensorKind`, found `SensorKind | None`
homeassistant/components/google/calendar.py:284:36: error[missing-argument] No argument provided for required parameter `calendarId`
homeassistant/components/google/calendar.py:285:21: error[unknown-argument] Argument `calendar_id` does not match any known parameter
homeassistant/components/google/calendar.py:286:21: error[unknown-argument] Argument `start_time` does not match any known parameter
homeassistant/components/google/coordinator.py:139:19: error[missing-argument] No argument provided for required parameter `calendarId`
homeassistant/components/google/coordinator.py:140:13: error[unknown-argument] Argument `calendar_id` does not match any known parameter
homeassistant/components/google/coordinator.py:141:13: error[unknown-argument] Argument `start_time` does not match any known parameter
homeassistant/components/google/coordinator.py:157:19: error[missing-argument] No argument provided for required parameter `calendarId`
homeassistant/components/google/coordinator.py:157:37: error[unknown-argument] Argument `calendar_id` does not match any known parameter
homeassistant/components/google_air_quality/config_flow.py:134:21: error[invalid-argument-type] Argument to bound method `async_create_entry` is incorrect: Expected `Iterable[ConfigSubentryData] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str | None]]`
homeassistant/components/google_assistant/helpers.py:536:33: warning[possibly-missing-attribute] Attribute `entity_id` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/helpers.py:536:57: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/helpers.py:561:17: warning[possibly-missing-attribute] Attribute `domain` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/helpers.py:561:36: warning[possibly-missing-attribute] Attribute `attributes` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/helpers.py:584:18: warning[possibly-missing-attribute] Attribute `domain` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/helpers.py:585:20: warning[possibly-missing-attribute] Attribute `attributes` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/helpers.py:586:24: warning[possibly-missing-attribute] Attribute `attributes` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/helpers.py:599:55: warning[possibly-missing-attribute] Attribute `entity_id` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/helpers.py:600:49: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/helpers.py:609:19: warning[possibly-missing-attribute] Attribute `entity_id` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/helpers.py:615:17: warning[possibly-missing-attribute] Attribute `domain` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/helpers.py:615:31: warning[possibly-missing-attribute] Attribute `attributes` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/helpers.py:622:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `str`
homeassistant/components/google_assistant/helpers.py:622:13: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["nicknames"]` and value of type `list[Unknown]` on object of type `list[str | Unknown]`
homeassistant/components/google_assistant/helpers.py:624:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["nicknames"]` on object of type `str`
homeassistant/components/google_assistant/helpers.py:624:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str | Unknown, (s: slice[Any, Any, Any], /) -> list[str | Unknown]]` cannot be called with key of type `Literal["nicknames"]` on object of type `list[str | Unknown]`
homeassistant/components/google_assistant/helpers.py:637:13: warning[possibly-missing-attribute] Attribute `update` may be missing on object of type `Unknown | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown] | list[str | Unknown]`
homeassistant/components/google_assistant/helpers.py:691:12: warning[possibly-missing-attribute] Attribute `state` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/helpers.py:734:52: warning[possibly-missing-attribute] Attribute `entity_id` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/http.py:252:34: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["access_token"]` on object of type `list[Any]`
homeassistant/components/google_assistant/http.py:253:64: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["expires_in"]` on object of type `list[Any]`
homeassistant/components/google_assistant/report_state.py:107:47: warning[possibly-missing-attribute] Attribute `entity_id` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/report_state.py:111:17: warning[possibly-missing-attribute] Attribute `entity_id` may be missing on object of type `Unknown | State | None`
homeassistant/components/google_assistant/report_state.py:164:54: error[invalid-argument-type] Argument to function `create_checker` is incorrect: Expected `ExtraCheckTypeFunc | None`, found `def extra_significant_check(hass: HomeAssistant, old_state: str, old_attrs: dict[Unknown, Unknown], old_extra_arg: dict[Unknown, Unknown], new_state: str, new_attrs: dict[Unknown, Unknown], new_extra_arg: dict[Unknown, Unknown]) -> Unknown`
homeassistant/components/google_assistant/report_state.py:178:17: error[invalid-argument-type] Argument to bound method `async_is_significant_change` is incorrect: Expected `State`, found `Unknown | State | None`
homeassistant/components/google_assistant/trait.py:381:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:420:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:478:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:668:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:717:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:766:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:806:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:861:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:1027:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:1177:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:1447:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:1534:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:1600:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:1738:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:1832:21: error[invalid-argument-type] Argument to function `ordered_list_item_to_percentage` is incorrect: Expected `list[Unknown & ~AlwaysFalsy]`, found `Unknown | list[str | Unknown]`
homeassistant/components/google_assistant/trait.py:1889:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:1928:13: warning[possibly-missing-attribute] Attribute `append` may be missing on object of type `Unknown | list[Unknown | dict[Unknown | str, Unknown | list[Unknown | str] | str]] | list[Unknown] | bool`
homeassistant/components/google_assistant/trait.py:2120:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:2192:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:2345:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:2526:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:2645:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:2672:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_assistant/trait.py:2771:9: error[invalid-method-override] Invalid override of method `supported`: Definition is incompatible with `_Trait.supported`
homeassistant/components/google_generative_ai_conversation/ai_task.py:93:16: warning[possibly-missing-attribute] Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/google_generative_ai_conversation/config_flow.py:132:21: error[invalid-argument-type] Argument to bound method `async_create_entry` is incorrect: Expected `Iterable[ConfigSubentryData] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str | list[Unknown | str] | bool] | None] | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | bool] | None] | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str | bool] | None]]`
homeassistant/components/google_generative_ai_conversation/entity.py:518:37: error[invalid-argument-type] Argument to bound method `append` is incorrect: Expected `ToolResultContent`, found `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/google_generative_ai_conversation/entity.py:533:46: error[invalid-argument-type] Argument to function `_convert_content` is incorrect: Expected `UserContent | AssistantContent | SystemContent`, found `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/google_mail/notify.py:58:17: error[unresolved-attribute] Object of type `Resource` has no attribute `users`
homeassistant/components/google_mail/sensor.py:44:33: warning[possibly-missing-attribute] Attribute `users` may be missing on object of type `Unknown | Resource`
homeassistant/components/google_mail/services.py:88:13: error[unresolved-attribute] Object of type `Resource` has no attribute `users`
homeassistant/components/google_maps/device_tracker.py:8:6: error[unresolved-import] Cannot resolve imported module `locationsharinglib`
homeassistant/components/google_maps/device_tracker.py:9:6: error[unresolved-import] Cannot resolve imported module `locationsharinglib.locationsharinglibexceptions`
homeassistant/components/google_maps/device_tracker.py:115:16: error[unsupported-operator] Operator `<` is not supported between objects of type `datetime` and `str | datetime`
homeassistant/components/google_maps/device_tracker.py:130:13: error[invalid-assignment] Invalid subscript assignment with key of type `str` and value of type `datetime` on object of type `dict[str, str]`
homeassistant/components/google_tasks/api.py:63:28: error[unresolved-attribute] Object of type `Resource` has no attribute `tasklists`
homeassistant/components/google_tasks/api.py:70:28: error[unresolved-attribute] Object of type `Resource` has no attribute `tasks`
homeassistant/components/google_tasks/api.py:86:28: error[unresolved-attribute] Object of type `Resource` has no attribute `tasks`
homeassistant/components/google_tasks/api.py:100:28: error[unresolved-attribute] Object of type `Resource` has no attribute `tasks`
homeassistant/components/google_tasks/api.py:114:35: error[unresolved-attribute] Object of type `Resource` has no attribute `new_batch_http_request`
homeassistant/components/google_tasks/api.py:127:17: error[unresolved-attribute] Object of type `Resource` has no attribute `tasks`
homeassistant/components/google_tasks/api.py:144:28: error[unresolved-attribute] Object of type `Resource` has no attribute `tasks`
homeassistant/components/google_tasks/api.py:156:53: warning[possibly-missing-attribute] Attribute `reason` may be missing on object of type `HttpError | ServerNotFoundError`
homeassistant/components/google_tasks/api.py:156:67: warning[possibly-missing-attribute] Attribute `status_code` may be missing on object of type `HttpError | ServerNotFoundError`
homeassistant/components/google_weather/config_flow.py:134:21: error[invalid-argument-type] Argument to bound method `async_create_entry` is incorrect: Expected `Iterable[ConfigSubentryData] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str | None]]`
homeassistant/components/google_weather/weather.py:248:16: error[invalid-return-type] Return type does not match returned value: expected `list[Forecast] | None`, found `list[dict[Unknown | str, Unknown | str | None | int | float] | Unknown]`
homeassistant/components/google_weather/weather.py:290:16: error[invalid-return-type] Return type does not match returned value: expected `list[Forecast] | None`, found `list[dict[Unknown | str, Unknown | str | None | int | float] | Unknown]`
homeassistant/components/google_wifi/sensor.py:199:20: error[unsupported-operator] Operator `in` is not supported between objects of type `str` and `Unknown | None`
homeassistant/components/google_wifi/sensor.py:200:36: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/google_wifi/sensor.py:217:59: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/govee_ble/sensor.py:137:16: error[invalid-return-type] Return type does not match returned value: expected `bool`, found `bool | (ModelInfo & ~AlwaysTruthy & ~AlwaysFalsy)`
homeassistant/components/govee_light_local/__init__.py:37:34: error[invalid-type-form] List literals are not allowed in this context in a type expression: Did you mean `list[Event]`?
homeassistant/components/govee_light_local/coordinator.py:102:15: error[missing-argument] No argument provided for required parameter `scene` of bound method `set_scene`
homeassistant/components/govee_light_local/coordinator.py:102:32: error[invalid-argument-type] Argument to bound method `set_scene` is incorrect: Expected `GoveeDevice`, found `str`
homeassistant/components/govee_light_local/light.py:185:54: error[invalid-argument-type] Argument to bound method `set_scene` is incorrect: Expected `GoveeController`, found `Unknown | GoveeDevice`
homeassistant/components/govee_light_local/light.py:216:72: error[invalid-argument-type] Argument to bound method `set_rgb_color` is incorrect: Expected `int`, found `int | None`
homeassistant/components/govee_light_local/light.py:216:72: error[invalid-argument-type] Argument to bound method `set_rgb_color` is incorrect: Expected `int`, found `int | None`
homeassistant/components/govee_light_local/light.py:216:72: error[invalid-argument-type] Argument to bound method `set_rgb_color` is incorrect: Expected `int`, found `int | None`
homeassistant/components/govee_light_local/light.py:218:74: error[invalid-argument-type] Argument to bound method `set_temperature` is incorrect: Expected `int`, found `int | None`
homeassistant/components/gpsd/sensor.py:51:18: warning[possibly-missing-attribute] Attribute `satellites` may be missing on object of type `Unknown | DataStream`
homeassistant/components/gpsd/sensor.py:57:18: warning[possibly-missing-attribute] Attribute `satellites` may be missing on object of type `Unknown | DataStream`
homeassistant/components/gpslogger/device_tracker.py:83:9: error[invalid-assignment] Object of type `DeviceInfo` is not assignable to attribute `_attr_device_info` of type `None`
homeassistant/components/gpslogger/device_tracker.py:134:9: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/graphite/__init__.py:107:9: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/gree/climate.py:189:9: error[invalid-assignment] Object of type `Unknown | Mode | None` is not assignable to attribute `mode` on type `Unknown | Device`
homeassistant/components/gree/climate.py:261:9: error[invalid-assignment] Object of type `Unknown | FanSpeed | None` is not assignable to attribute `fan_speed` on type `Unknown | Device`
homeassistant/components/greenwave/light.py:10:8: error[unresolved-import] Cannot resolve imported module `greenwavereality`
homeassistant/components/group/sensor.py:705:20: error[invalid-return-type] Return type does not match returned value: expected `set[str | None]`, found `set[type[StrEnum] | str | None]`
homeassistant/components/growatt_server/config_flow.py:228:40: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/growatt_server/config_flow.py:230:9: error[no-matching-overload] No overload of bound method `update` matches arguments
homeassistant/components/growatt_server/coordinator.py:94:30: warning[possibly-missing-attribute] Attribute `plant_energy_overview` may be missing on object of type `Unknown | GrowattApi`
homeassistant/components/growatt_server/coordinator.py:112:31: warning[possibly-missing-attribute] Attribute `min_detail` may be missing on object of type `Unknown | GrowattApi`
homeassistant/components/growatt_server/coordinator.py:113:32: warning[possibly-missing-attribute] Attribute `min_settings` may be missing on object of type `Unknown | GrowattApi`
homeassistant/components/growatt_server/coordinator.py:114:30: warning[possibly-missing-attribute] Attribute `min_energy` may be missing on object of type `Unknown | GrowattApi`
homeassistant/components/growatt_server/number.py:144:17: warning[possibly-missing-attribute] Attribute `min_write_parameter` may be missing on object of type `Unknown | GrowattApi`
homeassistant/components/growatt_server/switch.py:121:17: warning[possibly-missing-attribute] Attribute `min_write_parameter` may be missing on object of type `Unknown | GrowattApi`
homeassistant/components/gtfs/sensor.py:11:8: error[unresolved-import] Cannot resolve imported module `pygtfs`
homeassistant/components/guardian/services.py:93:42: error[unresolved-attribute] Object of type `(ServiceCall, GuardianData, /) -> Coroutine[Any, Any, None]` has no attribute `__name__`
homeassistant/components/guardian/util.py:77:40: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, Any]` has no attribute `__name__`
homeassistant/components/hardware/models.py:26:16: error[invalid-type-form] Module `psutil_home_assistant` is not valid in a type expression
homeassistant/components/harman_kardon_avr/media_player.py:5:8: error[unresolved-import] Cannot resolve imported module `hkavr`
homeassistant/components/harmony/config_flow.py:116:34: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None | bytes`
homeassistant/components/harmony/data.py:113:68: error[invalid-argument-type] Argument is incorrect: Expected `Future[Unknown] | Event | ((object, Any | None, /) -> Any) | None`, found `Unknown | (bound method Self@connect._config_updated(_: dict[Unknown, Unknown] | None = None) -> None) | (bound method Self@connect._connected(_: str | None = None) -> None) | ... omitted 3 union elements`
homeassistant/components/harmony/data.py:113:68: error[invalid-argument-type] Argument is incorrect: Expected `Future[Unknown] | Event | ((object, Any | None, /) -> Any) | None`, found `Unknown | (bound method Self@connect._config_updated(_: dict[Unknown, Unknown] | None = None) -> None) | (bound method Self@connect._connected(_: str | None = None) -> None) | ... omitted 3 union elements`
homeassistant/components/harmony/data.py:113:68: error[invalid-argument-type] Argument is incorrect: Expected `Future[Unknown] | Event | ((object, Any | None, /) -> Any) | None`, found `Unknown | (bound method Self@connect._config_updated(_: dict[Unknown, Unknown] | None = None) -> None) | (bound method Self@connect._connected(_: str | None = None) -> None) | ... omitted 3 union elements`
homeassistant/components/harmony/data.py:113:68: error[invalid-argument-type] Argument is incorrect: Expected `Future[Unknown] | Event | ((object, Any | None, /) -> Any) | None`, found `Unknown | (bound method Self@connect._config_updated(_: dict[Unknown, Unknown] | None = None) -> None) | (bound method Self@connect._connected(_: str | None = None) -> None) | ... omitted 3 union elements`
homeassistant/components/harmony/data.py:113:68: error[invalid-argument-type] Argument is incorrect: Expected `Future[Unknown] | Event | ((object, Any | None, /) -> Any) | None`, found `Unknown | (bound method Self@connect._config_updated(_: dict[Unknown, Unknown] | None = None) -> None) | (bound method Self@connect._connected(_: str | None = None) -> None) | ... omitted 3 union elements`
homeassistant/components/harmony/data.py:234:21: error[invalid-argument-type] Argument is incorrect: Expected `int`, found `str`
homeassistant/components/hassio/repairs.py:226:18: warning[possibly-missing-attribute] Attribute `key` may be missing on object of type `(SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy) | (Issue & ~AlwaysFalsy)`
homeassistant/components/hassio/repairs.py:228:18: warning[possibly-missing-attribute] Attribute `key` may be missing on object of type `(SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy) | (Issue & ~AlwaysFalsy)`
homeassistant/components/hassio/repairs.py:230:18: warning[possibly-missing-attribute] Attribute `key` may be missing on object of type `(SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy) | (Issue & ~AlwaysFalsy)`
homeassistant/components/haveibeenpwned/sensor.py:94:17: error[invalid-argument-type] Argument to function `as_local` is incorrect: Expected `datetime`, found `datetime | None`
homeassistant/components/hddtemp/sensor.py:68:23: error[no-matching-overload] No overload of function `iter` matches arguments
homeassistant/components/hdmi_cec/__init__.py:258:49: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `list[int]`, found `Unknown | Literal[""]`
homeassistant/components/heatmiser/climate.py:8:6: error[unresolved-import] Cannot resolve imported module `heatmiserv3`
homeassistant/components/here_travel_time/coordinator.py:226:21: error[invalid-argument-type] Argument is incorrect: Expected `int | float`, found `str`
homeassistant/components/here_travel_time/coordinator.py:226:48: error[invalid-argument-type] Argument is incorrect: Expected `int | float`, found `str`
homeassistant/components/here_travel_time/coordinator.py:229:21: error[invalid-argument-type] Argument is incorrect: Expected `int | float`, found `str`
homeassistant/components/here_travel_time/coordinator.py:229:53: error[invalid-argument-type] Argument is incorrect: Expected `int | float`, found `str`
homeassistant/components/hikvision/binary_sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `pyhik.hikvision`
homeassistant/components/hikvisioncam/switch.py:8:8: error[unresolved-import] Cannot resolve imported module `hikvision.api`
homeassistant/components/hikvisioncam/switch.py:9:6: error[unresolved-import] Cannot resolve imported module `hikvision.error`
homeassistant/components/hitron_coda/device_tracker.py:113:55: error[invalid-argument-type] Argument to function `get` is incorrect: Expected `CookieJar | MutableMapping[str, str] | None`, found `dict[Unknown | str, Unknown | None | str]`
homeassistant/components/hive/binary_sensor.py:83:20: error[not-iterable] Object of type `Unknown | None` may not be iterable
homeassistant/components/hive/binary_sensor.py:91:20: error[not-iterable] Object of type `Unknown | None` may not be iterable
homeassistant/components/hive/climate.py:127:61: error[invalid-argument-type] Argument to bound method `setBoostOn` is incorrect: Expected `str`, found `Literal[30]`
homeassistant/components/hive/config_flow.py:199:44: error[invalid-argument-type] Argument to bound method `updateInterval` is incorrect: Expected `timedelta`, found `Any | None`
homeassistant/components/hive/light.py:83:26: error[invalid-argument-type] Argument to bound method `turnOn` is incorrect: Expected `int`, found `None | (int & ~Literal[0])`
homeassistant/components/hive/light.py:83:42: error[invalid-argument-type] Argument to bound method `turnOn` is incorrect: Expected `int`, found `None | Any`
homeassistant/components/hive/light.py:83:58: error[invalid-argument-type] Argument to bound method `turnOn` is incorrect: Expected `list[Unknown]`, found `None | tuple[int, int, Literal[100]]`
homeassistant/components/hlk_sw16/config_flow.py:56:17: warning[possibly-missing-attribute] Attribute `set_exception` may be missing on object of type `Unknown | None`
homeassistant/components/home_connect/switch.py:286:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | UndefinedType] & dict[Unknown | str, Unknown | str | UndefinedType]`
homeassistant/components/homeassistant_alerts/__init__.py:103:55: error[invalid-argument-type] Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _component_loaded(_: Event[EventComponentLoaded]) -> None`
homeassistant/components/homeassistant_hardware/firmware_config_flow.py:282:45: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
homeassistant/components/homeassistant_hardware/firmware_config_flow.py:284:20: error[unsupported-operator] Operator `>=` is not supported between objects of type `Version` and `Version | None`
homeassistant/components/homeassistant_hardware/helpers.py:184:35: error[call-non-callable] Object of type `object` is not callable
homeassistant/components/homekit/__init__.py:913:56: error[invalid-argument-type] Argument to function `accessory_friendly_name` is incorrect: Expected `Accessory`, found `Accessory | None`
homeassistant/components/homekit/__init__.py:915:13: warning[possibly-missing-attribute] Attribute `xhm_uri` may be missing on object of type `Accessory | None`
homeassistant/components/homekit/__init__.py:959:13: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[tuple[str, str] | tuple[str, Unknown | str, str]]`
homeassistant/components/homekit/__init__.py:964:61: error[invalid-argument-type] Argument to function `accessory_friendly_name` is incorrect: Expected `Accessory`, found `Accessory | None`
homeassistant/components/homekit/__init__.py:1025:16: error[invalid-return-type] Return type does not match returned value: expected `HomeAccessory`, found `HomeBridge`
homeassistant/components/homekit/accessories.py:331:13: error[parameter-already-assigned] Multiple values provided for parameter 2 (`driver`) of bound method `__init__`
homeassistant/components/homekit/accessories.py:331:13: error[parameter-already-assigned] Multiple values provided for parameter 3 (`display_name`) of bound method `__init__`
homeassistant/components/homekit/accessories.py:331:13: error[parameter-already-assigned] Multiple values provided for parameter 4 (`aid`) of bound method `__init__`
homeassistant/components/homekit/accessories.py:331:13: error[parameter-already-assigned] Multiple values provided for parameter 5 (`iid_manager`) of bound method `__init__`
homeassistant/components/homekit/accessories.py:378:13: warning[possibly-missing-attribute] Attribute `add_characteristic` may be missing on object of type `Service | None`
homeassistant/components/homekit/accessories.py:379:13: warning[possibly-missing-attribute] Attribute `configure_char` may be missing on object of type `Service | None`
homeassistant/components/homekit/accessories.py:440:49: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["BatteryService"]`
homeassistant/components/homekit/accessories.py:749:56: error[invalid-argument-type] Argument to function `accessory_friendly_name` is incorrect: Expected `Accessory`, found `Accessory | None`
homeassistant/components/homekit/accessories.py:751:13: warning[possibly-missing-attribute] Attribute `xhm_uri` may be missing on object of type `Accessory | None`
homeassistant/components/homekit/accessories.py:765:15: warning[possibly-missing-attribute] Attribute `aid` may be missing on object of type `Accessory | None`
homeassistant/components/homekit/accessories.py:767:32: error[invalid-assignment] Object of type `Service | None` is not assignable to `Service`
homeassistant/components/homekit/accessories.py:769:17: error[invalid-argument-type] Argument to bound method `get_or_allocate_iid` is incorrect: Expected `int`, found `int | None`
homeassistant/components/homekit/accessories.py:773:17: error[invalid-argument-type] Argument to bound method `get_or_allocate_iid` is incorrect: Expected `int`, found `int | None`
homeassistant/components/homekit/const.py:17:42: error[invalid-type-arguments] Too many type arguments to class `SignalTypeFormat`: expected 0, got 1
homeassistant/components/homekit/diagnostics.py:42:66: error[invalid-argument-type] Argument to function `_get_accessory_diagnostics` is incorrect: Expected `HomeAccessory`, found `Accessory & ~AlwaysFalsy & ~HomeBridge`
homeassistant/components/homekit/doorbell.py:55:50: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Doorbell"]`
homeassistant/components/homekit/doorbell.py:62:13: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["StatelessProgrammableSwitch"]`
homeassistant/components/homekit/doorbell.py:69:49: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Speaker"]`
homeassistant/components/homekit/type_air_purifiers.py:96:54: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["AirPurifier"]`
homeassistant/components/homekit/type_air_purifiers.py:96:73: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[str]`
homeassistant/components/homekit/type_air_purifiers.py:126:54: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["HumiditySensor"]`
homeassistant/components/homekit/type_air_purifiers.py:126:76: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `Literal["Name"]`
homeassistant/components/homekit/type_air_purifiers.py:139:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["AirQualitySensor"]`
homeassistant/components/homekit/type_air_purifiers.py:140:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_air_purifiers.py:156:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["TemperatureSensor"]`
homeassistant/components/homekit/type_air_purifiers.py:156:42: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_air_purifiers.py:181:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["FilterMaintenance"]`
homeassistant/components/homekit/type_air_purifiers.py:181:42: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_cameras.py:226:56: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["MotionSensor"]`
homeassistant/components/homekit/type_covers.py:110:53: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["GarageDoorOpener"]`
homeassistant/components/homekit/type_covers.py:353:57: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Service`, found `Literal["Door"]`
homeassistant/components/homekit/type_covers.py:365:59: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Service`, found `Literal["Window"]`
homeassistant/components/homekit/type_covers.py:378:55: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Service`, found `Literal["WindowCovering"]`
homeassistant/components/homekit/type_covers.py:393:55: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Service`, found `Literal["WindowCovering"]`
homeassistant/components/homekit/type_fans.py:124:21: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Switch"]`
homeassistant/components/homekit/type_fans.py:125:21: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_fans.py:157:45: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Fanv2"]`
homeassistant/components/homekit/type_fans.py:157:57: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[str]`
homeassistant/components/homekit/type_humidifiers.py:124:13: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["HumidifierDehumidifier"]`
homeassistant/components/homekit/type_humidifiers.py:124:43: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[str]`
homeassistant/components/homekit/type_lights.py:114:47: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Lightbulb"]`
homeassistant/components/homekit/type_locks.py:70:56: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["LockMechanism"]`
homeassistant/components/homekit/type_media_players.py:105:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Switch"]`
homeassistant/components/homekit/type_media_players.py:105:30: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_media_players.py:120:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Switch"]`
homeassistant/components/homekit/type_media_players.py:121:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_media_players.py:137:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Switch"]`
homeassistant/components/homekit/type_media_players.py:138:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_media_players.py:154:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Switch"]`
homeassistant/components/homekit/type_media_players.py:155:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_media_players.py:287:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["TelevisionSpeaker"]`
homeassistant/components/homekit/type_media_players.py:287:42: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[str]`
homeassistant/components/homekit/type_remotes.py:118:13: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Television"]`
homeassistant/components/homekit/type_remotes.py:118:13: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Television"]`
homeassistant/components/homekit/type_remotes.py:118:30: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_remotes.py:118:30: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_remotes.py:138:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["InputSource"]`
homeassistant/components/homekit/type_remotes.py:138:36: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_security_systems.py:97:47: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["SecuritySystem"]`
homeassistant/components/homekit/type_security_systems.py:126:33: warning[possibly-missing-attribute] Attribute `items` may be missing on object of type `Any | None`
homeassistant/components/homekit/type_security_systems.py:135:33: warning[possibly-missing-attribute] Attribute `items` may be missing on object of type `Any | None`
homeassistant/components/homekit/type_sensors.py:123:46: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["TemperatureSensor"]`
homeassistant/components/homekit/type_sensors.py:154:50: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["HumiditySensor"]`
homeassistant/components/homekit/type_sensors.py:188:13: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["AirQualitySensor"]`
homeassistant/components/homekit/type_sensors.py:188:38: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_sensors.py:214:13: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["AirQualitySensor"]`
homeassistant/components/homekit/type_sensors.py:214:38: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_sensors.py:241:13: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["AirQualitySensor"]`
homeassistant/components/homekit/type_sensors.py:241:38: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_sensors.py:268:13: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["AirQualitySensor"]`
homeassistant/components/homekit/type_sensors.py:268:38: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_sensors.py:300:13: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["AirQualitySensor"]`
homeassistant/components/homekit/type_sensors.py:300:38: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_sensors.py:337:13: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["CarbonMonoxideSensor"]`
homeassistant/components/homekit/type_sensors.py:338:13: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_sensors.py:377:13: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["CarbonDioxideSensor"]`
homeassistant/components/homekit/type_sensors.py:378:13: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_sensors.py:416:47: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["LightSensor"]`
homeassistant/components/homekit/type_sensors.py:449:44: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `str`
homeassistant/components/homekit/type_switches.py:130:48: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Outlet"]`
homeassistant/components/homekit/type_switches.py:169:48: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Switch"]`
homeassistant/components/homekit/type_switches.py:315:47: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Valve"]`
homeassistant/components/homekit/type_switches.py:522:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Outlet"]`
homeassistant/components/homekit/type_switches.py:523:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_switches.py:535:34: error[invalid-argument-type] Argument to bound method `set_primary_service` is incorrect: Expected `Service`, found `Characteristic`
homeassistant/components/homekit/type_thermostats.py:235:52: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Thermostat"]`
homeassistant/components/homekit/type_thermostats.py:235:69: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[str]`
homeassistant/components/homekit/type_thermostats.py:349:49: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Fanv2"]`
homeassistant/components/homekit/type_thermostats.py:349:61: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[str] & ~AlwaysFalsy`
homeassistant/components/homekit/type_thermostats.py:755:52: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["Thermostat"]`
homeassistant/components/homekit/type_triggers.py:69:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["StatelessProgrammableSwitch"]`
homeassistant/components/homekit/type_triggers.py:70:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Iterable[Characteristic] | None`, found `list[Unknown | str]`
homeassistant/components/homekit/type_triggers.py:88:17: error[invalid-argument-type] Argument to bound method `add_preload_service` is incorrect: Expected `Service`, found `Literal["ServiceLabel"]`
homeassistant/components/homekit/type_triggers.py:107:13: error[invalid-argument-type] Argument to function `async_initialize_triggers` is incorrect: Expected `str`, found `str | None`
homeassistant/components/homekit_controller/config_flow.py:338:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/homekit_controller/config_flow.py:383:31: warning[possibly-missing-attribute] Attribute `async_find` may be missing on object of type `Controller | None`
homeassistant/components/homekit_controller/switch.py:201:36: error[unresolved-attribute] Object of type `SwitchEntityDescription` has no attribute `true_value`
homeassistant/components/homekit_controller/switch.py:206:31: error[unresolved-attribute] Object of type `SwitchEntityDescription` has no attribute `true_value`
homeassistant/components/homekit_controller/switch.py:212:31: error[unresolved-attribute] Object of type `SwitchEntityDescription` has no attribute `false_value`
homeassistant/components/homematic/climate.py:78:39: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `OFF_VALUE`
homeassistant/components/homematic/climate.py:80:27: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `ACTIONNODE`
homeassistant/components/homematic/climate.py:81:41: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `MANU_MODE`
homeassistant/components/homematic/climate.py:96:27: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `ACTIONNODE`
homeassistant/components/homematic/climate.py:122:25: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `ACTIONNODE`
homeassistant/components/homematic/climate.py:152:9: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `writeNodeData`
homeassistant/components/homematic/climate.py:157:13: error[unresolved-attribute] Unresolved attribute `MODE` on type `HMGeneric`.
homeassistant/components/homematic/climate.py:157:35: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `AUTO_MODE`
homeassistant/components/homematic/climate.py:159:13: error[unresolved-attribute] Unresolved attribute `MODE` on type `HMGeneric`.
homeassistant/components/homematic/climate.py:159:35: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `MANU_MODE`
homeassistant/components/homematic/climate.py:161:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `turnoff`
homeassistant/components/homematic/climate.py:166:13: error[unresolved-attribute] Unresolved attribute `MODE` on type `HMGeneric`.
homeassistant/components/homematic/climate.py:166:35: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `BOOST_MODE`
homeassistant/components/homematic/climate.py:168:13: error[unresolved-attribute] Unresolved attribute `MODE` on type `HMGeneric`.
homeassistant/components/homematic/climate.py:168:35: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `COMFORT_MODE`
homeassistant/components/homematic/climate.py:170:13: error[unresolved-attribute] Unresolved attribute `MODE` on type `HMGeneric`.
homeassistant/components/homematic/climate.py:170:35: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `LOWERING_MODE`
homeassistant/components/homematic/climate.py:183:33: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `WRITENODE`
homeassistant/components/homematic/climate.py:187:32: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `ATTRIBUTENODE`
homeassistant/components/homematic/climate.py:188:37: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `ATTRIBUTENODE`
homeassistant/components/homematic/climate.py:192:21: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `SENSORNODE`
homeassistant/components/homematic/cover.py:60:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `set_level`
homeassistant/components/homematic/cover.py:71:9: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `move_up`
homeassistant/components/homematic/cover.py:75:9: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `move_down`
homeassistant/components/homematic/cover.py:79:9: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `stop`
homeassistant/components/homematic/cover.py:85:25: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `WRITENODE`
homeassistant/components/homematic/cover.py:104:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `set_cover_tilt_position`
homeassistant/components/homematic/cover.py:109:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `open_slats`
homeassistant/components/homematic/cover.py:114:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `close_slats`
homeassistant/components/homematic/cover.py:139:16: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `is_closed`
homeassistant/components/homematic/entity.py:73:16: warning[possibly-missing-attribute] Attribute `replace` may be missing on object of type `Unknown | str | None`
homeassistant/components/homematic/entity.py:134:35: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `UNREACH`
homeassistant/components/homematic/entity.py:135:35: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `UNREACH`
homeassistant/components/homematic/entity.py:145:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `ACTIONNODE`
homeassistant/components/homematic/entity.py:146:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `EVENTNODE`
homeassistant/components/homematic/entity.py:147:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `WRITENODE`
homeassistant/components/homematic/entity.py:148:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `ATTRIBUTENODE`
homeassistant/components/homematic/entity.py:149:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `BINARYNODE`
homeassistant/components/homematic/entity.py:150:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `SENSORNODE`
homeassistant/components/homematic/entity.py:166:9: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `setEventCallback`
homeassistant/components/homematic/entity.py:175:14: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `ATTRIBUTENODE`
homeassistant/components/homematic/entity.py:175:44: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `getAttributeData`
homeassistant/components/homematic/entity.py:176:14: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `WRITENODE`
homeassistant/components/homematic/entity.py:176:40: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `getWriteData`
homeassistant/components/homematic/entity.py:177:14: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `SENSORNODE`
homeassistant/components/homematic/entity.py:177:41: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `getSensorData`
homeassistant/components/homematic/entity.py:178:14: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `BINARYNODE`
homeassistant/components/homematic/entity.py:178:41: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `getBinaryData`
homeassistant/components/homematic/entity.py:200:26: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `ATTRIBUTENODE`
homeassistant/components/homematic/light.py:72:23: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `WRITENODE`
homeassistant/components/homematic/light.py:83:23: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `WRITENODE`
homeassistant/components/homematic/light.py:96:25: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `WRITENODE`
homeassistant/components/homematic/light.py:105:20: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `get_hs_color`
homeassistant/components/homematic/light.py:113:25: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `get_color_temp`
homeassistant/components/homematic/light.py:123:16: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `get_effect_list`
homeassistant/components/homematic/light.py:130:16: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `get_effect`
homeassistant/components/homematic/light.py:135:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `setValue`
homeassistant/components/homematic/light.py:139:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `set_level`
homeassistant/components/homematic/light.py:145:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `on`
homeassistant/components/homematic/light.py:148:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `set_hs_color`
homeassistant/components/homematic/light.py:158:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `set_color_temp`
homeassistant/components/homematic/light.py:160:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `set_effect`
homeassistant/components/homematic/light.py:165:13: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `setValue`
homeassistant/components/homematic/light.py:167:9: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `off`
homeassistant/components/homematic/lock.py:41:9: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `lock`
homeassistant/components/homematic/lock.py:45:9: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `unlock`
homeassistant/components/homematic/lock.py:49:9: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `open`
homeassistant/components/homematic/switch.py:58:9: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `on`
homeassistant/components/homematic/switch.py:62:9: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `off`
homeassistant/components/homematic/switch.py:70:21: error[unresolved-attribute] Object of type `HMGeneric` has no attribute `SENSORNODE`
homeassistant/components/homematicip_cloud/__init__.py:99:15: error[unresolved-attribute] Object of type `AsyncHome` has no attribute `label`
homeassistant/components/homematicip_cloud/__init__.py:99:29: error[unresolved-attribute] Object of type `AsyncHome` has no attribute `label`
homeassistant/components/homematicip_cloud/__init__.py:99:72: error[unresolved-attribute] Object of type `AsyncHome` has no attribute `label`
homeassistant/components/homematicip_cloud/__init__.py:103:9: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[tuple[str, str] | tuple[str, Unknown | None]]`
homeassistant/components/homematicip_cloud/__init__.py:128:8: error[unsupported-operator] Operator `<` is not supported between objects of type `Unknown | None` and `Literal["2.2.12"]`
homeassistant/components/homematicip_cloud/alarm_control_panel.py:58:24: error[invalid-argument-type] Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Literal["homematicip_cloud"], Unknown | None]`
homeassistant/components/homematicip_cloud/alarm_control_panel.py:80:16: error[invalid-return-type] Return type does not match returned value: expected `SecurityAndAlarmHome`, found `FunctionalHome | None`
homeassistant/components/homematicip_cloud/alarm_control_panel.py:118:12: error[unresolved-attribute] Object of type `AsyncHome` has no attribute `name`
homeassistant/components/homematicip_cloud/alarm_control_panel.py:119:23: error[unresolved-attribute] Object of type `AsyncHome` has no attribute `name`
homeassistant/components/homematicip_cloud/alarm_control_panel.py:125:16: error[invalid-return-type] Return type does not match returned value: expected `bool`, found `Unknown | None`
homeassistant/components/homematicip_cloud/binary_sensor.py:160:28: error[unresolved-attribute] Object of type `AsyncHome` has no attribute `name`
homeassistant/components/homematicip_cloud/binary_sensor.py:160:52: error[unresolved-attribute] Object of type `AsyncHome` has no attribute `name`
homeassistant/components/homematicip_cloud/binary_sensor.py:167:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | None]]`
homeassistant/components/homematicip_cloud/binary_sensor.py:185:16: error[invalid-return-type] Return type does not match returned value: expected `bool`, found `Unknown | None`
homeassistant/components/homematicip_cloud/binary_sensor.py:249:12: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `windowState`
homeassistant/components/homematicip_cloud/binary_sensor.py:251:16: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `windowState`
homeassistant/components/homematicip_cloud/climate.py:85:9: error[unresolved-attribute] Unresolved attribute `modelType` on type `HeatingGroup`.
homeassistant/components/homematicip_cloud/climate.py:259:16: error[invalid-return-type] Return type does not match returned value: expected `IndoorClimateHome`, found `FunctionalHome | None`
homeassistant/components/homematicip_cloud/climate.py:281:20: error[invalid-return-type] Return type does not match returned value: expected `str`, found `(Unknown & ~Literal[""]) | None`
homeassistant/components/homematicip_cloud/climate.py:296:16: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, int].__getitem__(key: str, /) -> int` cannot be called with key of type `Unknown | None` on object of type `dict[str, int]`
homeassistant/components/homematicip_cloud/cover.py:287:16: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `doorState`
homeassistant/components/homematicip_cloud/cover.py:292:15: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `async_send_door_command`
homeassistant/components/homematicip_cloud/cover.py:297:15: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `async_send_door_command`
homeassistant/components/homematicip_cloud/cover.py:302:15: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `async_send_door_command`
homeassistant/components/homematicip_cloud/hap.py:35:15: warning[possibly-missing-attribute] Submodule `util` may not be available as an attribute on module `homeassistant`
homeassistant/components/homematicip_cloud/hap.py:39:9: error[invalid-argument-type] Argument to bound method `build_context_async` is incorrect: Expected `str`, found `str | None`
homeassistant/components/homematicip_cloud/hap.py:291:9: error[unresolved-attribute] Unresolved attribute `name` on type `AsyncHome`.
homeassistant/components/homematicip_cloud/hap.py:293:9: error[unresolved-attribute] Unresolved attribute `label` on type `AsyncHome`.
homeassistant/components/homematicip_cloud/hap.py:294:9: error[unresolved-attribute] Unresolved attribute `modelType` on type `AsyncHome`.
homeassistant/components/homematicip_cloud/helpers.py:49:49: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, Any]` has no attribute `__name__`
homeassistant/components/homematicip_cloud/light.py:138:16: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `on`
homeassistant/components/homematicip_cloud/light.py:144:20: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `dimLevel`
homeassistant/components/homematicip_cloud/light.py:150:12: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `hue`
homeassistant/components/homematicip_cloud/light.py:150:35: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `saturationLevel`
homeassistant/components/homematicip_cloud/light.py:153:13: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `hue`
homeassistant/components/homematicip_cloud/light.py:154:13: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `saturationLevel`
homeassistant/components/homematicip_cloud/light.py:166:19: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `hue`
homeassistant/components/homematicip_cloud/light.py:167:26: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `saturationLevel`
homeassistant/components/homematicip_cloud/light.py:171:25: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `dimLevel`
homeassistant/components/homematicip_cloud/light.py:172:15: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `set_hue_saturation_dim_level_async`
homeassistant/components/homematicip_cloud/light.py:179:15: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `set_switch_state_async`
homeassistant/components/homematicip_cloud/light.py:392:13: error[invalid-argument-type] Argument to bound method `async_set_optical_signal` is incorrect: Expected `OpticalSignalBehaviour`, found `str | None | Any`
homeassistant/components/homematicip_cloud/sensor.py:311:16: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `waterFlow`
homeassistant/components/homematicip_cloud/sensor.py:562:17: warning[possibly-missing-attribute] Attribute `vaporAmount` may be missing on object of type `(Unknown & ~None) | FunctionalChannel`
homeassistant/components/homematicip_cloud/sensor.py:566:13: warning[possibly-missing-attribute] Attribute `vaporAmount` may be missing on object of type `(Unknown & ~None) | FunctionalChannel`
homeassistant/components/homematicip_cloud/sensor.py:567:16: warning[possibly-missing-attribute] Attribute `vaporAmount` may be missing on object of type `(Unknown & ~None) | FunctionalChannel`
homeassistant/components/homematicip_cloud/sensor.py:766:51: error[invalid-argument-type] Argument is incorrect: Expected `FunctionalChannel`, found `Unknown | None | FunctionalChannel`
homeassistant/components/homematicip_cloud/sensor.py:773:35: error[invalid-argument-type] Argument is incorrect: Expected `FunctionalChannel`, found `Unknown | None | FunctionalChannel`
homeassistant/components/homematicip_cloud/switch.py:117:16: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `on`
homeassistant/components/homematicip_cloud/switch.py:122:15: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `async_turn_on`
homeassistant/components/homematicip_cloud/switch.py:127:15: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `async_turn_off`
homeassistant/components/homematicip_cloud/valve.py:51:15: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `set_watering_switch_state_async`
homeassistant/components/homematicip_cloud/valve.py:56:15: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `set_watering_switch_state_async`
homeassistant/components/homematicip_cloud/valve.py:62:16: error[unresolved-attribute] Object of type `FunctionalChannel` has no attribute `wateringActive`
homeassistant/components/homematicip_cloud/weather.py:127:9: error[unresolved-attribute] Unresolved attribute `modelType` on type `AsyncHome`.
homeassistant/components/homematicip_cloud/weather.py:133:16: error[invalid-return-type] Return type does not match returned value: expected `bool`, found `Unknown | None`
homeassistant/components/homematicip_cloud/weather.py:138:27: warning[possibly-missing-attribute] Attribute `city` may be missing on object of type `Unknown | None | Location`
homeassistant/components/honeywell/__init__.py:61:12: warning[possibly-missing-attribute] Submodule `device` may not be available as an attribute on module `aiosomecomfort`
homeassistant/components/honeywell/__init__.py:65:9: warning[possibly-missing-attribute] Submodule `device` may not be available as an attribute on module `aiosomecomfort`
homeassistant/components/honeywell/__init__.py:66:9: warning[possibly-missing-attribute] Submodule `device` may not be available as an attribute on module `aiosomecomfort`
homeassistant/components/honeywell/__init__.py:67:9: warning[possibly-missing-attribute] Submodule `device` may not be available as an attribute on module `aiosomecomfort`
homeassistant/components/honeywell/__init__.py:102:24: warning[possibly-missing-attribute] Submodule `device` may not be available as an attribute on module `aiosomecomfort`
homeassistant/components/honeywell/climate.py:286:16: error[invalid-return-type] Return type does not match returned value: expected `int | None`, found `Unknown | int | float | None`
homeassistant/components/horizon/media_player.py:9:6: error[unresolved-import] Cannot resolve imported module `horimote`
homeassistant/components/horizon/media_player.py:10:6: error[unresolved-import] Cannot resolve imported module `horimote.exceptions`
homeassistant/components/hp_ilo/sensor.py:8:8: error[unresolved-import] Cannot resolve imported module `hpilo`
homeassistant/components/html5/notify.py:481:13: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | str | dict[Unknown, Unknown]`
homeassistant/components/html5/notify.py:484:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `str`
homeassistant/components/huawei_lte/sensor.py:903:69: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/hue/__init__.py:40:37: warning[possibly-missing-attribute] Attribute `bridge_id` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/__init__.py:76:54: warning[possibly-missing-attribute] Attribute `mac_address` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/__init__.py:77:35: warning[possibly-missing-attribute] Attribute `bridge_id` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/__init__.py:79:18: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/__init__.py:80:22: warning[possibly-missing-attribute] Attribute `model_id` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/__init__.py:81:24: warning[possibly-missing-attribute] Attribute `software_version` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/__init__.py:85:13: warning[possibly-missing-attribute] Attribute `model_id` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/__init__.py:86:17: warning[possibly-missing-attribute] Attribute `software_version` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/__init__.py:101:54: warning[possibly-missing-attribute] Attribute `mac_address` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/__init__.py:103:26: warning[possibly-missing-attribute] Attribute `bridge_id` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/__init__.py:104:26: warning[possibly-missing-attribute] Attribute `bridge_device` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/__init__.py:106:26: warning[possibly-missing-attribute] Attribute `bridge_device` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/__init__.py:107:18: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/__init__.py:108:22: warning[possibly-missing-attribute] Attribute `model_id` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/__init__.py:109:24: warning[possibly-missing-attribute] Attribute `software_version` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/config_flow.py:98:20: error[invalid-return-type] Return type does not match returned value: expected `DiscoveredHueBridge`, found `None`
homeassistant/components/hue/diagnostics.py:21:18: warning[possibly-missing-attribute] Attribute `get_diagnostics` may be missing on object of type `Unknown | HueBridgeV1 | HueBridgeV2`
homeassistant/components/hue/event.py:33:24: error[invalid-assignment] Object of type `Unknown | HueBridgeV1 | HueBridgeV2` is not assignable to `HueBridgeV2`
homeassistant/components/hue/event.py:48:76: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `HueResource`, found `RelativeRotary`
homeassistant/components/hue/event.py:66:56: error[invalid-argument-type] Argument to function `async_add_entity` is incorrect: Expected `Button | RelativeRotary | BellButton`, found `Unknown | type[Button] | type[BellButton]`
homeassistant/components/hue/event.py:71:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_entity(event_type: EventType, resource: Button | RelativeRotary | BellButton) -> None`
homeassistant/components/hue/event.py:71:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_entity(event_type: EventType, resource: Button | RelativeRotary | BellButton) -> None`
homeassistant/components/hue/event.py:71:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_entity(event_type: EventType, resource: Button | RelativeRotary | BellButton) -> None`
homeassistant/components/hue/event.py:92:22: warning[possibly-missing-attribute] Attribute `id` may be missing on object of type `Unknown | Device | None`
homeassistant/components/hue/event.py:93:20: warning[possibly-missing-attribute] Attribute `devices` may be missing on object of type `Unknown | HueBridgeV1 | HueBridgeV2`
homeassistant/components/hue/event.py:100:9: error[invalid-assignment] Object of type `dict[Unknown | str, Unknown | int]` is not assignable to attribute `_attr_translation_placeholders` of type `Mapping[str, str]`
homeassistant/components/hue/event.py:105:9: error[invalid-method-override] Invalid override of method `_handle_event`: Definition is incompatible with `HueBaseEntity._handle_event`
homeassistant/components/hue/event.py:115:43: error[invalid-argument-type] Argument to bound method `_handle_event` is incorrect: Expected `HueResource`, found `Button | BellButton`
homeassistant/components/hue/event.py:145:9: error[invalid-method-override] Invalid override of method `_handle_event`: Definition is incompatible with `HueBaseEntity._handle_event`
homeassistant/components/hue/event.py:162:43: error[invalid-argument-type] Argument to bound method `_handle_event` is incorrect: Expected `HueResource`, found `RelativeRotary`
homeassistant/components/hue/migration.py:89:16: error[invalid-context-manager] Object of type `HueBridgeV2` cannot be used with `async with` because it does not correctly implement `__aexit__`
homeassistant/components/hue/migration.py:130:42: error[no-matching-overload] No overload of function `iter` matches arguments
homeassistant/components/hue/migration.py:189:37: warning[possibly-missing-attribute] Attribute `grouped_light` may be missing on object of type `Room | GroupedLight | (Unknown & ~None) | (type[Room] & ~AlwaysFalsy) | type[Zone]`
homeassistant/components/hue/migration.py:196:29: warning[possibly-missing-attribute] Attribute `grouped_light` may be missing on object of type `Room | GroupedLight | (Unknown & ~None) | (type[Room] & ~AlwaysFalsy) | type[Zone]`
homeassistant/components/hue/migration.py:204:60: error[invalid-argument-type] Argument to bound method `async_update_entity` is incorrect: Expected `str | UndefinedType`, found `str | (Unknown & ~None) | property`
homeassistant/components/hue/scene.py:40:24: error[invalid-assignment] Object of type `Unknown | HueBridgeV1 | HueBridgeV2` is not assignable to `HueBridgeV2`
homeassistant/components/hue/scene.py:63:30: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_entity(event_type: EventType, resource: Scene | SmartScene) -> None`
homeassistant/components/hue/scene.py:98:34: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `BaseResourcesController[Unknown]`, found `ScenesController`
homeassistant/components/hue/scene.py:98:46: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `HueResource`, found `Scene | SmartScene`
homeassistant/components/hue/scene.py:113:13: warning[possibly-missing-attribute] Attribute `subscribe` may be missing on object of type `Unknown | Groups | None | GroupsController`
homeassistant/components/hue/scene.py:114:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `bound method Self@async_added_to_hass._handle_event(event_type: EventType, resource: Light | DevicePower | GroupedLight | LightLevel | Motion) -> None`
homeassistant/components/hue/scene.py:123:16: warning[possibly-missing-attribute] Attribute `metadata` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:133:13: warning[possibly-missing-attribute] Attribute `palette` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:134:17: warning[possibly-missing-attribute] Attribute `palette` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:135:21: warning[possibly-missing-attribute] Attribute `palette` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:139:13: warning[possibly-missing-attribute] Attribute `palette` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:140:17: warning[possibly-missing-attribute] Attribute `palette` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:141:21: warning[possibly-missing-attribute] Attribute `palette` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:158:17: warning[possibly-missing-attribute] Attribute `scene` may be missing on object of type `Unknown | ScenesController | BaseResourcesController[Unknown]`
homeassistant/components/hue/scene.py:164:13: warning[possibly-missing-attribute] Attribute `scene` may be missing on object of type `Unknown | ScenesController | BaseResourcesController[Unknown]`
homeassistant/components/hue/scene.py:175:23: warning[possibly-missing-attribute] Attribute `palette` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:180:27: warning[possibly-missing-attribute] Attribute `actions` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:190:21: warning[possibly-missing-attribute] Attribute `metadata` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:191:22: warning[possibly-missing-attribute] Attribute `speed` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:203:16: warning[possibly-missing-attribute] Attribute `state` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:209:13: warning[possibly-missing-attribute] Attribute `smart_scene` may be missing on object of type `Unknown | ScenesController | BaseResourcesController[Unknown]`
homeassistant/components/hue/scene.py:219:21: warning[possibly-missing-attribute] Attribute `metadata` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:222:31: warning[possibly-missing-attribute] Attribute `active_timeslot` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:223:41: warning[possibly-missing-attribute] Attribute `active_timeslot` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:224:43: warning[possibly-missing-attribute] Attribute `active_timeslot` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:228:33: warning[possibly-missing-attribute] Attribute `week_timeslots` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/scene.py:230:33: warning[possibly-missing-attribute] Attribute `active_timeslot` may be missing on object of type `Unknown | Scene | SmartScene | ... omitted 5 union elements`
homeassistant/components/hue/services.py:87:24: error[invalid-assignment] Object of type `Unknown | HueBridgeV1 | HueBridgeV2` is not assignable to `HueBridgeV1`
homeassistant/components/hue/services.py:93:29: warning[possibly-missing-attribute] Attribute `values` may be missing on object of type `Groups | None`
homeassistant/components/hue/services.py:109:41: warning[possibly-missing-attribute] Attribute `update` may be missing on object of type `Groups | None`
homeassistant/components/hue/services.py:145:24: error[invalid-assignment] Object of type `Unknown | HueBridgeV1 | HueBridgeV2` is not assignable to `HueBridgeV2`
homeassistant/components/hue/switch.py:37:24: error[invalid-assignment] Object of type `Unknown | HueBridgeV1 | HueBridgeV2` is not assignable to `HueBridgeV2`
homeassistant/components/hue/switch.py:63:56: error[invalid-argument-type] Argument to function `async_add_entity` is incorrect: Expected `BehaviorInstance | LightLevel | Motion`, found `type[BehaviorInstance] | type[LightLevel] | type[Motion]`
homeassistant/components/hue/switch.py:68:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_entity(event_type: EventType, resource: BehaviorInstance | LightLevel | Motion) -> None`
homeassistant/components/hue/switch.py:68:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_entity(event_type: EventType, resource: BehaviorInstance | LightLevel | Motion) -> None`
homeassistant/components/hue/switch.py:68:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_entity(event_type: EventType, resource: BehaviorInstance | LightLevel | Motion) -> None`
homeassistant/components/hue/v1/light.py:150:41: warning[possibly-missing-attribute] Attribute `apiversion` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/v1/light.py:164:57: warning[possibly-missing-attribute] Attribute `update` may be missing on object of type `Unknown | Lights | None | LightsController`
homeassistant/components/hue/v1/light.py:199:57: warning[possibly-missing-attribute] Attribute `update` may be missing on object of type `Unknown | Groups | None | GroupsController`
homeassistant/components/hue/v1/light.py:227:24: error[not-iterable] Object of type `Unknown | Groups | None | GroupsController` may not be iterable
homeassistant/components/hue/v1/light.py:228:21: error[invalid-argument-type] Method `__getitem__` of type `bound method GroupsController.__getitem__(id: str) -> Room | GroupedLight` cannot be called with key of type `Unknown | Room | GroupedLight` on object of type `GroupsController`
homeassistant/components/hue/v1/light.py:228:21: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/hue/v1/light.py:231:29: warning[possibly-missing-attribute] Attribute `lights` may be missing on object of type `Unknown | Room | GroupedLight`
homeassistant/components/hue/v1/light.py:232:35: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | Room | GroupedLight`
homeassistant/components/hue/v1/light.py:236:34: error[invalid-argument-type] Argument to bound method `remove` is incorrect: Expected `() -> None`, found `None`
homeassistant/components/hue/v1/light.py:237:9: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/hue/v1/light.py:439:61: error[too-many-positional-arguments] Too many positional arguments to function `color_xy_to_hs`: expected 3, got 4
homeassistant/components/hue/v1/light.py:554:78: error[too-many-positional-arguments] Too many positional arguments to function `color_hs_to_xy`: expected 3, got 4
homeassistant/components/hue/v1/sensor_base.py:134:24: warning[possibly-missing-attribute] Attribute `format` may be missing on object of type `@Todo | str | <class 'HueEvent'>`
homeassistant/components/hue/v1/sensor_base.py:135:29: error[call-non-callable] Object of type `str` is not callable
homeassistant/components/hue/v2/binary_sensor.py:75:27: warning[possibly-missing-attribute] Attribute `get_parent` may be missing on object of type `ControllerType`
homeassistant/components/hue/v2/binary_sensor.py:92:24: error[invalid-assignment] Object of type `Unknown | HueBridgeV1 | HueBridgeV2` is not assignable to `HueBridgeV2`
homeassistant/components/hue/v2/binary_sensor.py:96:45: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `(...) -> Unknown`, found `CameraMotion | Contact | Motion | ... omitted 4 union elements`
homeassistant/components/hue/v2/binary_sensor.py:109:32: error[invalid-argument-type] Argument to function `_resource_valid` is incorrect: Expected `SensorType`, found `type[CameraMotion] | type[Contact] | type[Motion] | ... omitted 4 union elements`
homeassistant/components/hue/v2/binary_sensor.py:115:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_sensor(event_type: EventType, resource: CameraMotion | Contact | Motion | ... omitted 4 union elements) -> None`
homeassistant/components/hue/v2/binary_sensor.py:115:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_sensor(event_type: EventType, resource: CameraMotion | Contact | Motion | ... omitted 4 union elements) -> None`
homeassistant/components/hue/v2/binary_sensor.py:115:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_sensor(event_type: EventType, resource: CameraMotion | Contact | Motion | ... omitted 4 union elements) -> None`
homeassistant/components/hue/v2/binary_sensor.py:115:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_sensor(event_type: EventType, resource: CameraMotion | Contact | Motion | ... omitted 4 union elements) -> None`
homeassistant/components/hue/v2/binary_sensor.py:115:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_sensor(event_type: EventType, resource: CameraMotion | Contact | Motion | ... omitted 4 union elements) -> None`
homeassistant/components/hue/v2/binary_sensor.py:115:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_sensor(event_type: EventType, resource: CameraMotion | Contact | Motion | ... omitted 4 union elements) -> None`
homeassistant/components/hue/v2/binary_sensor.py:115:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_sensor(event_type: EventType, resource: CameraMotion | Contact | Motion | ... omitted 4 union elements) -> None`
homeassistant/components/hue/v2/binary_sensor.py:120:47: error[invalid-argument-type] Argument to function `register_items` is incorrect: Expected `SensorType`, found `<class 'HueMotionSensor'>`
homeassistant/components/hue/v2/binary_sensor.py:121:40: error[invalid-argument-type] Argument to function `register_items` is incorrect: Expected `SensorType`, found `<class 'HueMotionSensor'>`
homeassistant/components/hue/v2/binary_sensor.py:122:60: error[invalid-argument-type] Argument to function `register_items` is incorrect: Expected `SensorType`, found `<class 'HueEntertainmentActiveSensor'>`
homeassistant/components/hue/v2/binary_sensor.py:123:41: error[invalid-argument-type] Argument to function `register_items` is incorrect: Expected `SensorType`, found `<class 'HueContactSensor'>`
homeassistant/components/hue/v2/binary_sensor.py:124:40: error[invalid-argument-type] Argument to function `register_items` is incorrect: Expected `SensorType`, found `<class 'HueTamperSensor'>`
homeassistant/components/hue/v2/binary_sensor.py:125:48: error[invalid-argument-type] Argument to function `register_items` is incorrect: Expected `SensorType`, found `<class 'HueGroupedMotionSensor'>`
homeassistant/components/hue/v2/binary_sensor.py:126:54: error[invalid-argument-type] Argument to function `register_items` is incorrect: Expected `SensorType`, found `<class 'HueMotionAwareSensor'>`
homeassistant/components/hue/v2/binary_sensor.py:169:46: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `HueResource`, found `GroupedMotion`
homeassistant/components/hue/v2/binary_sensor.py:174:35: warning[possibly-missing-attribute] Attribute `id` may be missing on object of type `ServiceGroup | Room | BridgeHome | None`
homeassistant/components/hue/v2/binary_sensor.py:210:46: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `HueResource`, found `SecurityAreaMotion`
homeassistant/components/hue/v2/binary_sensor.py:216:22: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/hue/v2/binary_sensor.py:226:13: warning[possibly-missing-attribute] Attribute `subscribe` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/v2/binary_sensor.py:227:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `bound method Self@async_added_to_hass._handle_event(event_type: EventType, resource: Light | DevicePower | GroupedLight | LightLevel | Motion) -> None`
homeassistant/components/hue/v2/binary_sensor.py:275:16: warning[possibly-missing-attribute] Attribute `state` may be missing on object of type `ContactReport | None`
homeassistant/components/hue/v2/device.py:38:24: error[invalid-assignment] Object of type `Unknown | HueBridgeV1 | HueBridgeV2` is not assignable to `HueBridgeV2`
homeassistant/components/hue/v2/device.py:71:13: warning[possibly-missing-attribute] Attribute `add` may be missing on object of type `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | URL | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryDisabler | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryType | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `str | None`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `Mapping[str, str] | None`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:78:76: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `tuple[str, str] | None | UndefinedType`, found `Unknown | set[Unknown | tuple[str, str]] | str`
homeassistant/components/hue/v2/device.py:103:34: error[invalid-argument-type] Argument to function `add_device` is incorrect: Expected `Device | Room | ServiceGroup`, found `Unknown | type[Room]`
homeassistant/components/hue/v2/device.py:104:34: error[invalid-argument-type] Argument to function `add_device` is incorrect: Expected `Device | Room | ServiceGroup`, found `Unknown | type[Zone]`
homeassistant/components/hue/v2/device.py:105:34: error[invalid-argument-type] Argument to function `add_device` is incorrect: Expected `Device | Room | ServiceGroup`, found `Unknown | type[ServiceGroup]`
homeassistant/components/hue/v2/device.py:113:52: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def handle_device_event(evt_type: EventType, hue_resource: Device | Room | ServiceGroup) -> None`
homeassistant/components/hue/v2/device.py:114:53: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def handle_device_event(evt_type: EventType, hue_resource: Device | Room | ServiceGroup) -> None`
homeassistant/components/hue/v2/device.py:115:53: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def handle_device_event(evt_type: EventType, hue_resource: Device | Room | ServiceGroup) -> None`
homeassistant/components/hue/v2/device.py:116:62: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def handle_device_event(evt_type: EventType, hue_resource: Device | Room | ServiceGroup) -> None`
homeassistant/components/hue/v2/device_trigger.py:88:24: error[invalid-assignment] Object of type `Unknown | HueBridgeV1 | HueBridgeV2` is not assignable to `HueBridgeV2`
homeassistant/components/hue/v2/device_trigger.py:94:16: error[invalid-argument-type] Method `__getitem__` of type `bound method DevicesController.__getitem__(id: str) -> type[Device]` cannot be called with key of type `str | None` on object of type `DevicesController`
homeassistant/components/hue/v2/device_trigger.py:96:45: error[invalid-argument-type] Argument to bound method `get_sensors` is incorrect: Expected `str`, found `str | None`
homeassistant/components/hue/v2/device_trigger.py:105:35: warning[possibly-missing-attribute] Attribute `metadata` may be missing on object of type `DevicePower | BellButton | Button | ... omitted 13 union elements`
homeassistant/components/hue/v2/entity.py:63:39: warning[possibly-missing-attribute] Attribute `bridge` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/v2/entity.py:79:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `bound method Self@async_added_to_hass._handle_event(event_type: EventType, resource: Light | DevicePower | GroupedLight | LightLevel | Motion) -> None`
homeassistant/components/hue/v2/entity.py:81:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `EventType | tuple[EventType] | None`, found `tuple[Literal[EventType.RESOURCE_UPDATED], Literal[EventType.RESOURCE_DELETED]]`
homeassistant/components/hue/v2/entity.py:88:13: warning[possibly-missing-attribute] Attribute `devices` may be missing on object of type `Unknown | HueBridgeV1 | HueBridgeV2`
homeassistant/components/hue/v2/entity.py:89:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `bound method Self@async_added_to_hass._handle_event(event_type: EventType, resource: Light | DevicePower | GroupedLight | LightLevel | Motion) -> None`
homeassistant/components/hue/v2/entity.py:95:22: warning[possibly-missing-attribute] Attribute `devices` may be missing on object of type `Unknown | HueBridgeV1 | HueBridgeV2`
homeassistant/components/hue/v2/entity.py:97:17: warning[possibly-missing-attribute] Attribute `zigbee_connectivity` may be missing on object of type `Unknown | Sensors | None | SensorsController`
homeassistant/components/hue/v2/entity.py:98:21: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `bound method Self@async_added_to_hass._handle_event(event_type: EventType, resource: Light | DevicePower | GroupedLight | LightLevel | Motion) -> None`
homeassistant/components/hue/v2/entity.py:116:22: warning[possibly-missing-attribute] Attribute `devices` may be missing on object of type `Unknown | HueBridgeV1 | HueBridgeV2`
homeassistant/components/hue/v2/entity.py:172:21: error[unresolved-attribute] Object of type `object` has no attribute `on`
homeassistant/components/hue/v2/entity.py:176:22: warning[possibly-missing-attribute] Attribute `devices` may be missing on object of type `Unknown | HueBridgeV1 | HueBridgeV2`
homeassistant/components/hue/v2/group.py:49:24: error[invalid-assignment] Object of type `Unknown | HueBridgeV1 | HueBridgeV2` is not assignable to `HueBridgeV2`
homeassistant/components/hue/v2/group.py:74:61: error[invalid-argument-type] Argument to function `async_add_light` is incorrect: Expected `GroupedLight`, found `Unknown | type[GroupedLight]`
homeassistant/components/hue/v2/group.py:79:13: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_light(event_type: EventType, resource: GroupedLight) -> CoroutineType[Any, Any, None]`
homeassistant/components/hue/v2/group.py:99:22: warning[possibly-missing-attribute] Attribute `grouped_light` may be missing on object of type `Unknown | Groups | None | GroupsController`
homeassistant/components/hue/v2/group.py:123:39: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `bound method Self@async_added_to_hass._handle_event(event_type: EventType, resource: Light | DevicePower | GroupedLight | LightLevel | Motion) -> None`
homeassistant/components/hue/v2/group.py:129:31: warning[possibly-missing-attribute] Attribute `get_lights` may be missing on object of type `Unknown | GroupedLightController | BaseResourcesController[Unknown]`
homeassistant/components/hue/v2/group.py:132:43: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `bound method Self@async_added_to_hass._handle_event(event_type: EventType, resource: Light | DevicePower | GroupedLight | LightLevel | Motion) -> None`
homeassistant/components/hue/v2/group.py:132:63: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `str | tuple[str] | None`, found `tuple[Unknown | str, ...]`
homeassistant/components/hue/v2/group.py:138:16: warning[possibly-missing-attribute] Attribute `on` may be missing on object of type `Unknown | GroupedLight | Light | ... omitted 3 union elements`
homeassistant/components/hue/v2/group.py:138:16: warning[possibly-missing-attribute] Attribute `on` may be missing on object of type `Unknown | OnFeature | None`
homeassistant/components/hue/v2/group.py:147:27: warning[possibly-missing-attribute] Attribute `get_lights` may be missing on object of type `Unknown | GroupedLightController | BaseResourcesController[Unknown]`
homeassistant/components/hue/v2/group.py:150:13: error[invalid-argument-type] Argument to bound method `_get_names_and_entity_ids_for_resource_ids` is incorrect: Expected `tuple[str]`, found `tuple[Unknown | str, ...]`
homeassistant/components/hue/v2/group.py:190:13: warning[possibly-missing-attribute] Attribute `set_state` may be missing on object of type `Unknown | GroupedLightController | BaseResourcesController[Unknown]`
homeassistant/components/hue/v2/group.py:212:13: warning[possibly-missing-attribute] Attribute `set_state` may be missing on object of type `Unknown | GroupedLightController | BaseResourcesController[Unknown]`
homeassistant/components/hue/v2/group.py:221:13: warning[possibly-missing-attribute] Attribute `set_flash` may be missing on object of type `Unknown | GroupedLightController | BaseResourcesController[Unknown]`
homeassistant/components/hue/v2/group.py:240:22: warning[possibly-missing-attribute] Attribute `get_lights` may be missing on object of type `Unknown | GroupedLightController | BaseResourcesController[Unknown]`
homeassistant/components/hue/v2/group.py:372:29: warning[possibly-missing-attribute] Attribute `metadata` may be missing on object of type `Unknown | Device | None`
homeassistant/components/hue/v2/hue_event.py:33:24: error[invalid-assignment] Object of type `Unknown | HueBridgeV1 | HueBridgeV2` is not assignable to `HueBridgeV2`
homeassistant/components/hue/v2/hue_event.py:50:65: warning[possibly-missing-attribute] Attribute `id` may be missing on object of type `Unknown | Device | None`
homeassistant/components/hue/v2/hue_event.py:55:33: warning[possibly-missing-attribute] Attribute `metadata` may be missing on object of type `Unknown | Device | None`
homeassistant/components/hue/v2/hue_event.py:58:24: warning[possibly-missing-attribute] Attribute `event` may be missing on object of type `ButtonReport | None`
homeassistant/components/hue/v2/hue_event.py:66:13: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def handle_button_event(evt_type: EventType, hue_resource: Button) -> None`
homeassistant/components/hue/v2/hue_event.py:76:65: warning[possibly-missing-attribute] Attribute `id` may be missing on object of type `Unknown | Device | None`
homeassistant/components/hue/v2/hue_event.py:82:24: warning[possibly-missing-attribute] Attribute `rotary_report` may be missing on object of type `RelativeRotaryFeature | None`
homeassistant/components/hue/v2/hue_event.py:82:24: warning[possibly-missing-attribute] Attribute `action` may be missing on object of type `RelativeRotaryReport | None`
homeassistant/components/hue/v2/hue_event.py:83:27: warning[possibly-missing-attribute] Attribute `rotary_report` may be missing on object of type `RelativeRotaryFeature | None`
homeassistant/components/hue/v2/hue_event.py:83:27: warning[possibly-missing-attribute] Attribute `rotation` may be missing on object of type `RelativeRotaryReport | None`
homeassistant/components/hue/v2/hue_event.py:84:28: warning[possibly-missing-attribute] Attribute `rotary_report` may be missing on object of type `RelativeRotaryFeature | None`
homeassistant/components/hue/v2/hue_event.py:84:28: warning[possibly-missing-attribute] Attribute `rotation` may be missing on object of type `RelativeRotaryReport | None`
homeassistant/components/hue/v2/hue_event.py:85:25: warning[possibly-missing-attribute] Attribute `rotary_report` may be missing on object of type `RelativeRotaryFeature | None`
homeassistant/components/hue/v2/hue_event.py:85:25: warning[possibly-missing-attribute] Attribute `rotation` may be missing on object of type `RelativeRotaryReport | None`
homeassistant/components/hue/v2/hue_event.py:92:13: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def handle_rotary_event(evt_type: EventType, hue_resource: RelativeRotary) -> None`
homeassistant/components/hue/v2/light.py:58:24: error[invalid-assignment] Object of type `Unknown | HueBridgeV1 | HueBridgeV2` is not assignable to `HueBridgeV2`
homeassistant/components/hue/v2/light.py:71:30: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_light(event_type: EventType, resource: Light) -> None`
homeassistant/components/hue/v2/light.py:89:12: warning[possibly-missing-attribute] Attribute `alert` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:89:36: warning[possibly-missing-attribute] Attribute `alert` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:130:23: warning[possibly-missing-attribute] Attribute `dimming` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:138:16: warning[possibly-missing-attribute] Attribute `on` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:138:16: warning[possibly-missing-attribute] Attribute `on` may be missing on object of type `Unknown | OnFeature | None`
homeassistant/components/hue/v2/light.py:156:22: warning[possibly-missing-attribute] Attribute `color_temperature` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:161:12: warning[possibly-missing-attribute] Attribute `product_data` may be missing on object of type `Unknown | Device | None`
homeassistant/components/hue/v2/light.py:162:20: warning[possibly-missing-attribute] Attribute `color_temperature` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:162:20: warning[possibly-missing-attribute] Attribute `mirek_valid` may be missing on object of type `Unknown | ColorTemperatureFeature | None`
homeassistant/components/hue/v2/light.py:168:21: warning[possibly-missing-attribute] Attribute `color` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:175:26: warning[possibly-missing-attribute] Attribute `color_temperature` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:176:65: error[invalid-argument-type] Argument to function `color_temperature_mired_to_kelvin` is incorrect: Expected `int | float`, found `Unknown | int | None`
homeassistant/components/hue/v2/light.py:183:26: warning[possibly-missing-attribute] Attribute `color_temperature` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:191:26: warning[possibly-missing-attribute] Attribute `color_temperature` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:210:21: warning[possibly-missing-attribute] Attribute `mode` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:211:25: warning[possibly-missing-attribute] Attribute `dynamics` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:211:25: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | DynamicsFeature | None`
homeassistant/components/hue/v2/light.py:217:23: warning[possibly-missing-attribute] Attribute `effects` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:220:29: warning[possibly-missing-attribute] Attribute `timed_effects` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:293:13: warning[possibly-missing-attribute] Attribute `set_state` may be missing on object of type `Unknown | LightsController | BaseResourcesController[Unknown]`
homeassistant/components/hue/v2/light.py:306:39: warning[possibly-missing-attribute] Attribute `dimming` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:307:37: warning[possibly-missing-attribute] Attribute `dimming` may be missing on object of type `Unknown | Light | DevicePower | ... omitted 3 union elements`
homeassistant/components/hue/v2/light.py:318:13: warning[possibly-missing-attribute] Attribute `set_state` may be missing on object of type `Unknown | LightsController | BaseResourcesController[Unknown]`
homeassistant/components/hue/v2/light.py:327:13: warning[possibly-missing-attribute] Attribute `set_flash` may be missing on object of type `Unknown | LightsController | BaseResourcesController[Unknown]`
homeassistant/components/hue/v2/sensor.py:71:16: warning[possibly-missing-attribute] Attribute `children` may be missing on object of type `(Room & ~AlwaysFalsy) | (GroupedLight & ~AlwaysFalsy) | (Bridge & ~AlwaysFalsy) | ... omitted 5 union elements`
homeassistant/components/hue/v2/sensor.py:84:24: error[invalid-assignment] Object of type `Unknown | HueBridgeV1 | HueBridgeV2` is not assignable to `HueBridgeV2`
homeassistant/components/hue/v2/sensor.py:89:38: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `(...) -> Unknown`, found `DevicePower | LightLevel | Temperature | ZigbeeConnectivity | GroupedLightLevel`
homeassistant/components/hue/v2/sensor.py:102:32: error[invalid-argument-type] Argument to function `_resource_valid` is incorrect: Expected `SensorType`, found `type[DevicePower] | type[LightLevel] | type[Temperature] | type[ZigbeeConnectivity] | type[GroupedLightLevel]`
homeassistant/components/hue/v2/sensor.py:108:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_sensor(event_type: EventType, resource: DevicePower | LightLevel | Temperature | ZigbeeConnectivity | GroupedLightLevel) -> None`
homeassistant/components/hue/v2/sensor.py:108:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_sensor(event_type: EventType, resource: DevicePower | LightLevel | Temperature | ZigbeeConnectivity | GroupedLightLevel) -> None`
homeassistant/components/hue/v2/sensor.py:108:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_sensor(event_type: EventType, resource: DevicePower | LightLevel | Temperature | ZigbeeConnectivity | GroupedLightLevel) -> None`
homeassistant/components/hue/v2/sensor.py:108:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_sensor(event_type: EventType, resource: DevicePower | LightLevel | Temperature | ZigbeeConnectivity | GroupedLightLevel) -> None`
homeassistant/components/hue/v2/sensor.py:108:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(EventType, dict[Unknown, Unknown] | None, /) -> None`, found `def async_add_sensor(event_type: EventType, resource: DevicePower | LightLevel | Temperature | ZigbeeConnectivity | GroupedLightLevel) -> None`
homeassistant/components/hue/v2/sensor.py:113:43: error[invalid-argument-type] Argument to function `register_items` is incorrect: Expected `SensorType`, found `<class 'HueTemperatureSensor'>`
homeassistant/components/hue/v2/sensor.py:114:43: error[invalid-argument-type] Argument to function `register_items` is incorrect: Expected `SensorType`, found `<class 'HueLightLevelSensor'>`
homeassistant/components/hue/v2/sensor.py:115:44: error[invalid-argument-type] Argument to function `register_items` is incorrect: Expected `SensorType`, found `<class 'HueBatterySensor'>`
homeassistant/components/hue/v2/sensor.py:116:51: error[invalid-argument-type] Argument to function `register_items` is incorrect: Expected `SensorType`, found `<class 'HueZigbeeConnectivitySensor'>`
homeassistant/components/hue/v2/sensor.py:117:53: error[invalid-argument-type] Argument to function `register_items` is incorrect: Expected `SensorType`, found `<class 'HueGroupedLightLevelSensor'>`
homeassistant/components/hue/v2/sensor.py:131:46: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `HueResource`, found `SensorType`
homeassistant/components/hue/v2/sensor.py:151:16: error[no-matching-overload] No overload of function `round` matches arguments
homeassistant/components/hue/v2/sensor.py:151:22: warning[possibly-missing-attribute] Attribute `temperature` may be missing on object of type `Unknown | DevicePower | LightLevel | ... omitted 6 union elements`
homeassistant/components/hue/v2/sensor.py:173:28: error[unsupported-operator] Operator `-` is unsupported between objects of type `Unknown | int | None` and `Literal[1]`
homeassistant/components/hue/v2/sensor.py:173:28: warning[possibly-missing-attribute] Attribute `light` may be missing on object of type `Unknown | DevicePower | LightLevel | ... omitted 6 union elements`
homeassistant/components/hue/v2/sensor.py:179:28: warning[possibly-missing-attribute] Attribute `light` may be missing on object of type `Unknown | DevicePower | LightLevel | ... omitted 6 union elements`
homeassistant/components/hue/v2/sensor.py:202:18: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | Groups | None | GroupsController`
homeassistant/components/hue/v2/sensor.py:202:47: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | Config | None | ConfigController`
homeassistant/components/hue/v2/sensor.py:204:35: warning[possibly-missing-attribute] Attribute `id` may be missing on object of type `Unknown | (Room & ~AlwaysFalsy) | (GroupedLight & ~AlwaysFalsy) | ... omitted 7 union elements`
homeassistant/components/hue/v2/sensor.py:224:16: error[invalid-return-type] Return type does not match returned value: expected `int`, found `Unknown | int | None`
homeassistant/components/hue/v2/sensor.py:224:16: warning[possibly-missing-attribute] Attribute `power_state` may be missing on object of type `Unknown | DevicePower | LightLevel | ... omitted 6 union elements`
homeassistant/components/hue/v2/sensor.py:229:12: warning[possibly-missing-attribute] Attribute `power_state` may be missing on object of type `Unknown | DevicePower | LightLevel | ... omitted 6 union elements`
homeassistant/components/hue/v2/sensor.py:231:34: warning[possibly-missing-attribute] Attribute `power_state` may be missing on object of type `Unknown | DevicePower | LightLevel | ... omitted 6 union elements`
homeassistant/components/hue/v2/sensor.py:256:16: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | DevicePower | LightLevel | ... omitted 6 union elements`
homeassistant/components/hue/v2/sensor.py:261:32: warning[possibly-missing-attribute] Attribute `mac_address` may be missing on object of type `Unknown | DevicePower | LightLevel | ... omitted 6 union elements`
homeassistant/components/hunterdouglas_powerview/__init__.py:71:9: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[tuple[str, str] | tuple[str, Unknown | None]]`
homeassistant/components/hunterdouglas_powerview/__init__.py:72:9: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[tuple[str, str] | tuple[str, Unknown | None]]`
homeassistant/components/hunterdouglas_powerview/__init__.py:77:20: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Version | None`
homeassistant/components/hunterdouglas_powerview/__init__.py:114:9: error[invalid-argument-type] Argument is incorrect: Expected `dict[str, Room]`, found `dict[str, BaseShade | Hub | Automation | Scene | Room]`
homeassistant/components/hunterdouglas_powerview/__init__.py:115:9: error[invalid-argument-type] Argument is incorrect: Expected `dict[str, Scene]`, found `dict[str, BaseShade | Hub | Automation | Scene | Room]`
homeassistant/components/hunterdouglas_powerview/__init__.py:116:9: error[invalid-argument-type] Argument is incorrect: Expected `dict[str, BaseShade]`, found `dict[str, BaseShade | Hub | Automation | Scene | Room]`
homeassistant/components/hunterdouglas_powerview/button.py:83:52: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `int`
homeassistant/components/hunterdouglas_powerview/button.py:119:19: error[unresolved-attribute] Object of type `ButtonEntityDescription` has no attribute `press_action`
homeassistant/components/hunterdouglas_powerview/config_flow.py:44:12: error[invalid-return-type] Return type does not match returned value: expected `dict[str, str]`, found `dict[str, str | int]`
homeassistant/components/hunterdouglas_powerview/config_flow.py:168:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/hunterdouglas_powerview/cover.py:75:52: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `int`
homeassistant/components/hunterdouglas_powerview/cover.py:115:13: error[unsupported-operator] Operator `|=` is unsupported between objects of type `None` and `Literal[CoverEntityFeature.STOP]`
homeassistant/components/hunterdouglas_powerview/cover.py:146:16: error[unsupported-operator] Operator `<=` is not supported between objects of type `int | float | None` and `Literal[0]`
homeassistant/components/hunterdouglas_powerview/cover.py:151:16: error[invalid-return-type] Return type does not match returned value: expected `int`, found `int | float | None`
homeassistant/components/hunterdouglas_powerview/cover.py:156:16: error[invalid-return-type] Return type does not match returned value: expected `int`, found `int | float | None`
homeassistant/components/hunterdouglas_powerview/cover.py:352:9: error[unsupported-operator] Operator `|=` is unsupported between objects of type `None` and `Literal[CoverEntityFeature.OPEN_TILT]`
homeassistant/components/hunterdouglas_powerview/cover.py:364:16: error[invalid-return-type] Return type does not match returned value: expected `int`, found `int | float | None`
homeassistant/components/hunterdouglas_powerview/cover.py:369:16: error[unsupported-operator] Operator `+` is unsupported between objects of type `int | float | None` and `int | float | None`
homeassistant/components/hunterdouglas_powerview/cover.py:529:16: error[invalid-return-type] Return type does not match returned value: expected `int`, found `int | float | None`
homeassistant/components/hunterdouglas_powerview/cover.py:534:16: error[unsupported-operator] Operator `<=` is not supported between objects of type `int | float | None` and `Literal[0]`
homeassistant/components/hunterdouglas_powerview/cover.py:552:16: error[unsupported-operator] Operator `-` is unsupported between objects of type `Literal[100]` and `int | float | None`
homeassistant/components/hunterdouglas_powerview/cover.py:561:17: error[unsupported-operator] Operator `-` is unsupported between objects of type `Literal[100]` and `int | float | None`
homeassistant/components/hunterdouglas_powerview/cover.py:575:16: error[unsupported-operator] Operator `+` is unsupported between objects of type `int | float | None` and `int | float | None`
homeassistant/components/hunterdouglas_powerview/cover.py:603:43: error[unsupported-operator] Operator `-` is unsupported between objects of type `Literal[100]` and `int | float | None`
homeassistant/components/hunterdouglas_powerview/cover.py:650:16: error[unsupported-operator] Operator `<=` is not supported between objects of type `int | float | None` and `Literal[0]`
homeassistant/components/hunterdouglas_powerview/cover.py:656:16: error[invalid-return-type] Return type does not match returned value: expected `int`, found `int | float | None`
homeassistant/components/hunterdouglas_powerview/cover.py:672:43: error[unsupported-operator] Operator `-` is unsupported between objects of type `Literal[100]` and `int | float | None`
homeassistant/components/hunterdouglas_powerview/cover.py:696:20: error[unsupported-operator] Operator `/` is unsupported between objects of type `int | float | None` and `Literal[2]`
homeassistant/components/hunterdouglas_powerview/cover.py:700:21: error[unsupported-operator] Operator `/` is unsupported between objects of type `int | float | None` and `Literal[2]`
homeassistant/components/hunterdouglas_powerview/cover.py:749:16: error[unsupported-operator] Operator `<=` is not supported between objects of type `int | float | None` and `Literal[0]`
homeassistant/components/hunterdouglas_powerview/cover.py:756:21: error[unsupported-operator] Operator `/` is unsupported between objects of type `int | float | None` and `Literal[2]`
homeassistant/components/hunterdouglas_powerview/cover.py:758:24: error[unsupported-operator] Operator `/` is unsupported between objects of type `int | float | None` and `Literal[2]`
homeassistant/components/hunterdouglas_powerview/cover.py:880:16: error[unsupported-operator] Operator `<=` is not supported between objects of type `int | float | None` and `Literal[0]`
homeassistant/components/hunterdouglas_powerview/cover.py:885:16: error[invalid-return-type] Return type does not match returned value: expected `int`, found `int | float | None`
homeassistant/components/hunterdouglas_powerview/cover.py:929:9: error[unsupported-operator] Operator `|=` is unsupported between objects of type `None` and `Literal[CoverEntityFeature.OPEN_TILT]`
homeassistant/components/hunterdouglas_powerview/cover.py:944:20: error[unsupported-operator] Operator `/` is unsupported between objects of type `int | float | None` and `Literal[2]`
homeassistant/components/hunterdouglas_powerview/cover.py:948:21: error[unsupported-operator] Operator `/` is unsupported between objects of type `int | float | None` and `Literal[2]`
homeassistant/components/hunterdouglas_powerview/cover.py:1016:36: error[invalid-assignment] Object of type `Unknown | tuple[<class 'PowerViewShade'>] | tuple[<class 'PowerViewShadeWithTiltOnClosed'>] | ... omitted 6 union elements` is not assignable to `Iterable[BaseShade]`
homeassistant/components/hunterdouglas_powerview/cover.py:1028:9: error[call-non-callable] Object of type `BaseShade` is not callable
homeassistant/components/hunterdouglas_powerview/number.py:63:52: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `int`
homeassistant/components/hunterdouglas_powerview/select.py:65:52: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `int`
homeassistant/components/hunterdouglas_powerview/select.py:101:16: error[unresolved-attribute] Object of type `SelectEntityDescription` has no attribute `current_fn`
homeassistant/components/hunterdouglas_powerview/select.py:106:16: error[unresolved-attribute] Object of type `SelectEntityDescription` has no attribute `options_fn`
homeassistant/components/hunterdouglas_powerview/select.py:110:15: error[unresolved-attribute] Object of type `SelectEntityDescription` has no attribute `select_fn`
homeassistant/components/hunterdouglas_powerview/sensor.py:88:52: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `int`
homeassistant/components/hunterdouglas_powerview/util.py:25:9: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `str | None`
homeassistant/components/hunterdouglas_powerview/util.py:26:9: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/hunterdouglas_powerview/util.py:27:9: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/hunterdouglas_powerview/util.py:29:9: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `str | None`
homeassistant/components/hunterdouglas_powerview/util.py:30:9: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/husqvarna_automower_ble/__init__.py:68:81: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
homeassistant/components/husqvarna_automower_ble/coordinator.py:84:13: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["battery_level"]` and value of type `Unknown | int | None` on object of type `dict[str, str | int]`
homeassistant/components/husqvarna_automower_ble/coordinator.py:90:13: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["activity"]` and value of type `Unknown | MowerActivity | None` on object of type `dict[str, str | int]`
homeassistant/components/husqvarna_automower_ble/coordinator.py:96:13: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["state"]` and value of type `Unknown | MowerState | None` on object of type `dict[str, str | int]`
homeassistant/components/huum/climate.py:59:16: warning[possibly-missing-attribute] Attribute `min_temp` may be missing on object of type `Unknown | SaunaConfig | None`
homeassistant/components/huum/climate.py:64:16: warning[possibly-missing-attribute] Attribute `max_temp` may be missing on object of type `Unknown | SaunaConfig | None`
homeassistant/components/huum/number.py:50:16: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `Unknown | int | None`
homeassistant/components/hvv_departures/binary_sensor.py:144:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, Unknown, Unknown]]`
homeassistant/components/hvv_departures/sensor.py:79:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown, Unknown, Unknown]]`
homeassistant/components/iammeter/sensor.py:11:6: error[unresolved-import] Cannot resolve imported module `iammeter.client`
homeassistant/components/iaqualink/climate.py:84:31: warning[possibly-missing-attribute] Attribute `_heater` may be missing on object of type `Unknown | AqualinkThermostat`
homeassistant/components/iaqualink/light.py:46:43: error[unresolved-attribute] Object of type `AqualinkLight` has no attribute `supported_effects`
homeassistant/components/iaqualink/light.py:87:16: error[unsupported-operator] Operator `*` is unsupported between objects of type `Unknown | int | None` and `Literal[255]`
homeassistant/components/iaqualink/light.py:92:16: error[invalid-return-type] Return type does not match returned value: expected `str`, found `Unknown | str | None`
homeassistant/components/icloud/account.py:148:35: warning[possibly-missing-attribute] Attribute `items` may be missing on object of type `Any | None`
homeassistant/components/icloud/account.py:450:54: error[invalid-argument-type] Argument to bound method `lost_device` is incorrect: Expected `str`, found `None`
homeassistant/components/icloud/config_flow.py:163:53: error[invalid-argument-type] Argument to bound method `async_update_entry` is incorrect: Expected `ConfigEntry[Any]`, found `ConfigEntry[Any] | None`
homeassistant/components/icloud/config_flow.py:164:53: warning[possibly-missing-attribute] Attribute `entry_id` may be missing on object of type `ConfigEntry[Any] | None`
homeassistant/components/icloud/services.py:105:16: error[invalid-return-type] Return type does not match returned value: expected `IcloudAccount`, found `None`
homeassistant/components/idteck_prox/__init__.py:7:6: error[unresolved-import] Cannot resolve imported module `rfk101py.rfk101py`
homeassistant/components/iglo/light.py:7:6: error[unresolved-import] Cannot resolve imported module `iglo`
homeassistant/components/iglo/light.py:8:6: error[unresolved-import] Cannot resolve imported module `iglo.lamp`
homeassistant/components/ign_sismologia/geo_location.py:205:31: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/ign_sismologia/geo_location.py:206:32: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/ign_sismologia/geo_location.py:221:20: error[invalid-return-type] Return type does not match returned value: expected `str | None`, found `(Unknown & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (float & ~AlwaysFalsy)`
homeassistant/components/ihc/__init__.py:5:6: error[unresolved-import] Cannot resolve imported module `ihcsdk.ihccontroller`
homeassistant/components/ihc/binary_sensor.py:5:6: error[unresolved-import] Cannot resolve imported module `ihcsdk.ihccontroller`
homeassistant/components/ihc/entity.py:5:6: error[unresolved-import] Cannot resolve imported module `ihcsdk.ihccontroller`
homeassistant/components/ihc/light.py:7:6: error[unresolved-import] Cannot resolve imported module `ihcsdk.ihccontroller`
homeassistant/components/ihc/sensor.py:5:6: error[unresolved-import] Cannot resolve imported module `ihcsdk.ihccontroller`
homeassistant/components/ihc/switch.py:7:6: error[unresolved-import] Cannot resolve imported module `ihcsdk.ihccontroller`
homeassistant/components/ihc/util.py:5:6: error[unresolved-import] Cannot resolve imported module `ihcsdk.ihccontroller`
homeassistant/components/imap/__init__.py:169:17: warning[possibly-missing-attribute] Attribute `expunge` may be missing on object of type `Unknown | None | IMAP4ClientProtocol`
homeassistant/components/imap/__init__.py:196:17: warning[possibly-missing-attribute] Attribute `expunge` may be missing on object of type `Unknown | None | IMAP4ClientProtocol`
homeassistant/components/imap/__init__.py:264:20: error[invalid-return-type] Return type does not match returned value: expected `Message[str, str]`, found `Message[str, str] | @Todo | str`
homeassistant/components/imap/coordinator.py:84:8: warning[possibly-missing-attribute] Attribute `state` may be missing on object of type `Unknown | None | IMAP4ClientProtocol`
homeassistant/components/imap/coordinator.py:91:8: warning[possibly-missing-attribute] Attribute `state` may be missing on object of type `Unknown | None | IMAP4ClientProtocol`
homeassistant/components/imap/coordinator.py:93:8: warning[possibly-missing-attribute] Attribute `state` may be missing on object of type `Unknown | None | IMAP4ClientProtocol`
homeassistant/components/imap/coordinator.py:100:8: warning[possibly-missing-attribute] Attribute `state` may be missing on object of type `Unknown | None | IMAP4ClientProtocol`
homeassistant/components/imap/coordinator.py:281:26: warning[possibly-missing-attribute] Attribute `fetch` may be missing on object of type `Unknown | IMAP4_SSL | None`
homeassistant/components/imap/coordinator.py:352:15: warning[possibly-missing-attribute] Attribute `noop` may be missing on object of type `Unknown | IMAP4_SSL | None`
homeassistant/components/imap/coordinator.py:353:31: warning[possibly-missing-attribute] Attribute `search` may be missing on object of type `Unknown | IMAP4_SSL | None`
homeassistant/components/imap/coordinator.py:531:46: warning[possibly-missing-attribute] Attribute `idle_start` may be missing on object of type `Unknown | IMAP4_SSL | None`
homeassistant/components/imap/coordinator.py:532:23: warning[possibly-missing-attribute] Attribute `wait_server_push` may be missing on object of type `Unknown | IMAP4_SSL | None`
homeassistant/components/imap/coordinator.py:533:17: warning[possibly-missing-attribute] Attribute `idle_done` may be missing on object of type `Unknown | IMAP4_SSL | None`
homeassistant/components/input_datetime/__init__.py:295:34: warning[possibly-missing-attribute] Attribute `replace` may be missing on object of type `datetime | None`
homeassistant/components/input_datetime/__init__.py:404:20: warning[possibly-missing-attribute] Attribute `date` may be missing on object of type `Unknown | None | datetime`
homeassistant/components/input_datetime/__init__.py:407:20: warning[possibly-missing-attribute] Attribute `time` may be missing on object of type `Unknown | None | datetime`
homeassistant/components/input_number/__init__.py:316:40: error[unsupported-operator] Operator `+` is unsupported between objects of type `int | float | None` and `int`
homeassistant/components/input_number/__init__.py:320:40: error[unsupported-operator] Operator `-` is unsupported between objects of type `int | float | None` and `int`
homeassistant/components/insteon/api/config.py:314:37: error[invalid-argument-type] Argument to function `get_broken_links` is incorrect: Expected `dict[Address, Device]`, found `DeviceManager`
homeassistant/components/insteon/api/config.py:335:37: error[invalid-argument-type] Argument to function `get_broken_links` is incorrect: Expected `dict[Address, Device]`, found `DeviceManager`
homeassistant/components/insteon/api/device.py:120:9: error[invalid-argument-type] Argument to bound method `async_add_device` is incorrect: Expected `Address`, found `Any | None`
homeassistant/components/insteon/api/properties.py:46:12: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `dict[str, Any]`
homeassistant/components/insteon/api/properties.py:50:12: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `dict[str, Any]`
homeassistant/components/insteon/api/properties.py:54:12: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `dict[str, Any]`
homeassistant/components/insteon/api/properties.py:58:12: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `dict[str, Any]`
homeassistant/components/insteon/api/properties.py:65:12: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `dict[str, Any]`
homeassistant/components/insteon/api/properties.py:73:12: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `dict[str, Any]`
homeassistant/components/insteon/api/scenes.py:91:24: error[not-iterable] Object of type `int` is not iterable
homeassistant/components/insteon/binary_sensor.py:61:13: error[invalid-argument-type] Argument to function `async_add_insteon_entities` is incorrect: Expected `dict[str, Any]`, found `Unknown | None`
homeassistant/components/insteon/climate.py:70:13: error[invalid-argument-type] Argument to function `async_add_insteon_entities` is incorrect: Expected `dict[str, Any]`, found `Unknown | None`
homeassistant/components/insteon/cover.py:33:75: error[invalid-argument-type] Argument to function `async_add_insteon_entities` is incorrect: Expected `dict[str, Any]`, found `Unknown | None`
homeassistant/components/insteon/fan.py:37:71: error[invalid-argument-type] Argument to function `async_add_insteon_entities` is incorrect: Expected `dict[str, Any]`, found `Unknown | None`
homeassistant/components/insteon/ipdb.py:52:64: error[invalid-assignment] Object of type `dict[Device | <class 'AccessControl_Morningstar'> | <class 'DimmableLightingControl'> | ... omitted 39 union elements, dict[EntityPlatforms, Iterable[int]]]` is not assignable to `dict[Device, dict[EntityPlatforms, Iterable[int]]]`
homeassistant/components/insteon/ipdb.py:114:12: error[no-matching-overload] No overload of bound method `get` matches arguments
homeassistant/components/insteon/light.py:37:13: error[invalid-argument-type] Argument to function `async_add_insteon_entities` is incorrect: Expected `dict[str, Any]`, found `Unknown | None`
homeassistant/components/insteon/lock.py:28:73: error[invalid-argument-type] Argument to function `async_add_insteon_entities` is incorrect: Expected `dict[str, Any]`, found `Unknown | None`
homeassistant/components/insteon/services.py:104:42: error[invalid-argument-type] Argument to function `async_enter_unlinking_mode` is incorrect: Expected `int`, found `Unknown | None`
homeassistant/components/insteon/services.py:148:39: error[invalid-argument-type] Argument to function `async_x10_all_units_off` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/insteon/services.py:153:40: error[invalid-argument-type] Argument to function `async_x10_all_lights_off` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/insteon/services.py:158:39: error[invalid-argument-type] Argument to function `async_x10_all_lights_on` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/insteon/services.py:188:33: error[invalid-argument-type] Argument to bound method `set_id` is incorrect: Expected `int`, found `None`
homeassistant/components/insteon/services.py:188:39: error[invalid-argument-type] Argument to bound method `set_id` is incorrect: Expected `int`, found `None`
homeassistant/components/insteon/services.py:188:45: error[invalid-argument-type] Argument to bound method `set_id` is incorrect: Expected `int`, found `None`
homeassistant/components/insteon/switch.py:32:13: error[invalid-argument-type] Argument to function `async_add_insteon_entities` is incorrect: Expected `dict[str, Any]`, found `Unknown | None`
homeassistant/components/intesishome/climate.py:9:6: error[unresolved-import] Cannot resolve imported module `pyintesishome`
homeassistant/components/intesishome/climate.py:409:20: error[invalid-return-type] Return type does not match returned value: expected `HVACMode`, found `Unknown | None | HVACMode`
homeassistant/components/iometer/config_flow.py:50:9: error[invalid-assignment] Object of type `str | None` is not assignable to attribute `_meter_number` of type `str`
homeassistant/components/iometer/config_flow.py:91:17: error[invalid-assignment] Object of type `str | None` is not assignable to attribute `_meter_number` of type `str`
homeassistant/components/iotty/cover.py:148:16: error[invalid-return-type] Return type does not match returned value: expected `CoverEntityFeature`, found `CoverEntityFeature | None`
homeassistant/components/iperf3/__init__.py:8:8: error[unresolved-import] Cannot resolve imported module `iperf3`
homeassistant/components/ipma/weather.py:186:16: error[invalid-return-type] Return type does not match returned value: expected `list[Forecast]`, found `list[dict[Unknown | str, Unknown] | Unknown]`
homeassistant/components/irish_rail_transport/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `pyirishrail.pyirishrail`
homeassistant/components/irm_kmi/config_flow.py:48:9: error[invalid-method-override] Invalid override of method `async_get_options_flow`: Definition is incompatible with `ConfigFlow.async_get_options_flow`
homeassistant/components/irm_kmi/coordinator.py:91:59: error[invalid-argument-type] Argument to bound method `get_current_weather` is incorrect: Expected `ZoneInfo`, found `ZoneInfo | None`
homeassistant/components/irm_kmi/coordinator.py:92:57: error[invalid-argument-type] Argument to bound method `get_daily_forecast` is incorrect: Expected `ZoneInfo`, found `ZoneInfo | None`
homeassistant/components/irm_kmi/coordinator.py:93:59: error[invalid-argument-type] Argument to bound method `get_hourly_forecast` is incorrect: Expected `ZoneInfo`, found `ZoneInfo | None`
homeassistant/components/irm_kmi/coordinator.py:94:13: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/irm_kmi/weather.py:57:55: error[invalid-argument-type] Argument to function `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `IrmKmiCoordinator`
homeassistant/components/irm_kmi/weather.py:107:16: error[invalid-return-type] Return type does not match returned value: expected `list[Forecast] | None`, found `Unknown | list[ExtendedForecast]`
homeassistant/components/irm_kmi/weather.py:119:32: error[invalid-assignment] Object of type `Unknown | list[ExtendedForecast]` is not assignable to `list[Forecast]`
homeassistant/components/iskra/sensor.py:250:45: warning[possibly-missing-attribute] Attribute `non_resettable` may be missing on object of type `Unknown | None`
homeassistant/components/iskra/sensor.py:256:45: warning[possibly-missing-attribute] Attribute `resettable` may be missing on object of type `Unknown | None`
homeassistant/components/islamic_prayer_times/coordinator.py:90:16: warning[redundant-cast] Value is already of type `dict[str, Any]`
homeassistant/components/iss/__init__.py:58:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `def async_update() -> CoroutineType[Any, Any, IssData]`
homeassistant/components/ista_ecotrend/__init__.py:26:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Logger`
homeassistant/components/ista_ecotrend/config_flow.py:54:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Logger`
homeassistant/components/ista_ecotrend/config_flow.py:105:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Logger`
homeassistant/components/ista_ecotrend/sensor.py:269:47: error[invalid-assignment] Object of type `list[dict[Unknown | str, Unknown] | Unknown]` is not assignable to `list[StatisticData]`
homeassistant/components/ista_ecotrend/sensor.py:273:47: error[unresolved-reference] Name `statistics_sum` used when not defined
homeassistant/components/isy994/__init__.py:103:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Any | None`
homeassistant/components/isy994/__init__.py:134:33: error[invalid-argument-type] Argument to function `_categorize_nodes` is incorrect: Expected `Nodes`, found `Nodes | None`
homeassistant/components/isy994/__init__.py:135:36: error[invalid-argument-type] Argument to function `_categorize_programs` is incorrect: Expected `Programs`, found `Programs | None`
homeassistant/components/isy994/__init__.py:137:8: warning[possibly-missing-attribute] Attribute `children` may be missing on object of type `Variables | None`
homeassistant/components/isy994/__init__.py:142:30: warning[possibly-missing-attribute] Attribute `children` may be missing on object of type `Variables | None`
homeassistant/components/isy994/__init__.py:143:28: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/isy994/__init__.py:143:28: error[non-subscriptable] Cannot subscript object of type `Variable` with no `__getitem__` method
homeassistant/components/isy994/__init__.py:146:11: warning[possibly-missing-attribute] Attribute `nobjs` may be missing on object of type `NetworkResources | None`
homeassistant/components/isy994/__init__.py:150:25: warning[possibly-missing-attribute] Attribute `nobjs` may be missing on object of type `NetworkResources | None`
homeassistant/components/isy994/__init__.py:169:9: warning[possibly-missing-attribute] Attribute `stop` may be missing on object of type `WebSocketClient | None`
homeassistant/components/isy994/__init__.py:172:5: warning[possibly-missing-attribute] Attribute `start` may be missing on object of type `WebSocketClient | None`
homeassistant/components/isy994/__init__.py:222:5: warning[possibly-missing-attribute] Attribute `stop` may be missing on object of type `WebSocketClient | None`
homeassistant/components/isy994/binary_sensor.py:87:35: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
homeassistant/components/isy994/binary_sensor.py:127:53: warning[possibly-missing-attribute] Attribute `address` may be missing on object of type `Node | None`
homeassistant/components/isy994/binary_sensor.py:221:23: warning[possibly-missing-attribute] Attribute `type` may be missing on object of type `Group | Node`
homeassistant/components/isy994/binary_sensor.py:228:27: warning[possibly-missing-attribute] Attribute `zwave_props` may be missing on object of type `Group | Node`
homeassistant/components/isy994/binary_sensor.py:228:27: warning[possibly-missing-attribute] Attribute `category` may be missing on object of type `ZWaveProperties | None`
homeassistant/components/isy994/binary_sensor.py:230:16: warning[possibly-missing-attribute] Attribute `zwave_props` may be missing on object of type `Group | Node`
homeassistant/components/isy994/binary_sensor.py:230:16: warning[possibly-missing-attribute] Attribute `category` may be missing on object of type `ZWaveProperties | None`
homeassistant/components/isy994/binary_sensor.py:236:16: warning[possibly-missing-attribute] Attribute `startswith` may be missing on object of type `str | None`
homeassistant/components/isy994/binary_sensor.py:295:9: warning[possibly-missing-attribute] Attribute `control_events` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/binary_sensor.py:448:9: warning[possibly-missing-attribute] Attribute `control_events` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/button.py:120:38: error[unresolved-attribute] Object of type `object` has no attribute `nodes`
homeassistant/components/isy994/button.py:123:30: warning[possibly-missing-attribute] Attribute `address` may be missing on object of type `(Unknown & <Protocol with members 'status_events'> & <Protocol with members 'isy'>) | Node | (ISY & <Protocol with members 'isy'>) | (NetworkCommand & <Protocol with members 'status_events'>)`
homeassistant/components/isy994/button.py:142:15: warning[possibly-missing-attribute] Attribute `query` may be missing on object of type `Unknown | Node | ISY | NetworkCommand`
homeassistant/components/isy994/button.py:150:15: warning[possibly-missing-attribute] Attribute `beep` may be missing on object of type `Unknown | Node | ISY | NetworkCommand`
homeassistant/components/isy994/button.py:160:15: warning[possibly-missing-attribute] Attribute `run` may be missing on object of type `Unknown | Node | ISY | NetworkCommand`
homeassistant/components/isy994/climate.py:72:29: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Node`, found `Node | Group`
homeassistant/components/isy994/climate.py:72:47: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
homeassistant/components/isy994/climate.py:95:21: warning[possibly-missing-attribute] Attribute `uom` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/climate.py:97:25: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/isy994/climate.py:97:25: warning[possibly-missing-attribute] Attribute `uom` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/climate.py:102:24: warning[possibly-missing-attribute] Attribute `aux_properties` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/climate.py:113:29: warning[possibly-missing-attribute] Attribute `aux_properties` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/climate.py:122:30: warning[possibly-missing-attribute] Attribute `aux_properties` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/climate.py:142:23: warning[possibly-missing-attribute] Attribute `aux_properties` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/climate.py:153:13: error[invalid-argument-type] Argument to function `convert_isy_value_to_hass` is incorrect: Expected `int | float | None`, found `object`
homeassistant/components/isy994/climate.py:153:43: warning[possibly-missing-attribute] Attribute `prec` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/climate.py:168:18: warning[possibly-missing-attribute] Attribute `aux_properties` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/climate.py:176:18: warning[possibly-missing-attribute] Attribute `aux_properties` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/climate.py:184:20: warning[possibly-missing-attribute] Attribute `aux_properties` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/climate.py:200:19: warning[possibly-missing-attribute] Attribute `set_climate_setpoint_heat` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/climate.py:202:19: warning[possibly-missing-attribute] Attribute `set_climate_setpoint_cool` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/climate.py:208:15: warning[possibly-missing-attribute] Attribute `set_fan_mode` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/climate.py:208:39: error[invalid-argument-type] Argument to bound method `set_fan_mode` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/isy994/climate.py:214:15: warning[possibly-missing-attribute] Attribute `set_climate_mode` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/climate.py:214:43: error[invalid-argument-type] Argument to bound method `set_climate_mode` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/isy994/config_flow.py:105:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Any | None`
homeassistant/components/isy994/cover.py:32:42: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
homeassistant/components/isy994/cover.py:58:12: warning[possibly-missing-attribute] Attribute `uom` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/cover.py:60:27: error[invalid-argument-type] Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
homeassistant/components/isy994/cover.py:71:22: warning[possibly-missing-attribute] Attribute `turn_on` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/cover.py:76:22: warning[possibly-missing-attribute] Attribute `turn_off` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/cover.py:82:12: warning[possibly-missing-attribute] Attribute `uom` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/cover.py:84:22: warning[possibly-missing-attribute] Attribute `turn_on` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/entity.py:46:9: error[invalid-assignment] Object of type `Node | Group | Variable | Program` is not assignable to attribute `_node` of type `Node | Program | Variable`
homeassistant/components/isy994/entity.py:61:37: error[unresolved-attribute] Object of type `object` has no attribute `subscribe`
homeassistant/components/isy994/entity.py:121:32: warning[possibly-missing-attribute] Attribute `aux_properties` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/entity.py:151:15: error[call-non-callable] Object of type `object` is not callable
homeassistant/components/isy994/entity.py:160:15: warning[possibly-missing-attribute] Attribute `get_zwave_parameter` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/entity.py:171:15: warning[possibly-missing-attribute] Attribute `set_zwave_parameter` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/entity.py:171:57: error[invalid-argument-type] Argument to bound method `set_zwave_parameter` is incorrect: Expected `int | str`, found `Any | None`
homeassistant/components/isy994/entity.py:171:64: error[invalid-argument-type] Argument to bound method `set_zwave_parameter` is incorrect: Expected `int`, found `int | None`
homeassistant/components/isy994/entity.py:172:15: warning[possibly-missing-attribute] Attribute `get_zwave_parameter` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/entity.py:176:15: warning[possibly-missing-attribute] Attribute `rename` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/entity.py:186:52: error[invalid-parameter-default] Default value of type `None` is not assignable to annotated parameter type `Program`
homeassistant/components/isy994/entity.py:252:38: warning[possibly-missing-attribute] Attribute `status_events` may be missing on object of type `Unknown | Nodes | None`
homeassistant/components/isy994/fan.py:36:40: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
homeassistant/components/isy994/fan.py:62:56: error[invalid-argument-type] Argument to function `ranged_value_to_percentage` is incorrect: Expected `int | float`, found `object`
homeassistant/components/isy994/fan.py:81:19: warning[possibly-missing-attribute] Attribute `turn_off` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/fan.py:86:15: warning[possibly-missing-attribute] Attribute `turn_on` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/fan.py:99:15: warning[possibly-missing-attribute] Attribute `turn_off` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/helpers.py:109:13: error[unresolved-attribute] Object of type `~None` has no attribute `startswith`
homeassistant/components/isy994/helpers.py:133:21: error[unresolved-attribute] Object of type `~None` has no attribute `startswith`
homeassistant/components/isy994/helpers.py:142:21: error[unresolved-attribute] Object of type `~None` has no attribute `startswith`
homeassistant/components/isy994/helpers.py:169:19: error[unresolved-attribute] Object of type `~None` has no attribute `category`
homeassistant/components/isy994/helpers.py:237:24: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `(object, /) -> Unknown`, found `Overload[(self: LiteralString) -> LiteralString, (self) -> str]`
homeassistant/components/isy994/helpers.py:298:22: warning[possibly-missing-attribute] Attribute `title` may be missing on object of type `str | None`
homeassistant/components/isy994/helpers.py:401:34: warning[possibly-missing-attribute] Attribute `children` may be missing on object of type `(Folder & ~AlwaysFalsy) | (Programs & ~AlwaysFalsy)`
homeassistant/components/isy994/helpers.py:429:48: error[invalid-argument-type] Argument to bound method `append` is incorrect: Expected `tuple[str, Program, Program]`, found `tuple[@Todo, @Todo & ~AlwaysFalsy, None | (@Todo & ~AlwaysFalsy)]`
homeassistant/components/isy994/light.py:37:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Node`, found `Node | Group`
homeassistant/components/isy994/light.py:37:63: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
homeassistant/components/isy994/light.py:64:20: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `object`
homeassistant/components/isy994/light.py:72:12: warning[possibly-missing-attribute] Attribute `uom` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/light.py:74:20: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `object`
homeassistant/components/isy994/light.py:79:22: warning[possibly-missing-attribute] Attribute `turn_off` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/light.py:86:13: error[invalid-assignment] Object of type `object` is not assignable to attribute `_last_brightness` of type `int | None`
homeassistant/components/isy994/light.py:87:16: warning[possibly-missing-attribute] Attribute `uom` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/light.py:88:47: error[unsupported-operator] Operator `*` is unsupported between objects of type `object` and `float`
homeassistant/components/isy994/light.py:90:17: error[invalid-assignment] Object of type `object` is not assignable to attribute `_last_brightness` of type `int | None`
homeassistant/components/isy994/light.py:98:39: warning[possibly-missing-attribute] Attribute `uom` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/light.py:100:22: warning[possibly-missing-attribute] Attribute `turn_on` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/lock.py:56:41: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
homeassistant/components/isy994/lock.py:81:22: warning[possibly-missing-attribute] Attribute `secure_lock` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/lock.py:86:22: warning[possibly-missing-attribute] Attribute `secure_unlock` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/lock.py:91:22: warning[possibly-missing-attribute] Attribute `set_zwave_lock_code` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/lock.py:98:22: warning[possibly-missing-attribute] Attribute `delete_zwave_lock_code` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/models.py:57:16: warning[redundant-cast] Value is already of type `str`
homeassistant/components/isy994/number.py:100:13: error[invalid-argument-type] Argument to function `replace` is incorrect: Argument type `NumberEntityDescription` does not satisfy upper bound `DataclassInstance` of type variable `_DataclassT`
homeassistant/components/isy994/number.py:130:44: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
homeassistant/components/isy994/number.py:133:54: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Node`, found `Unknown | Node | str | NumberEntityDescription`
homeassistant/components/isy994/number.py:133:54: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | Node | str | NumberEntityDescription`
homeassistant/components/isy994/number.py:133:54: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | Node | str | NumberEntityDescription`
homeassistant/components/isy994/number.py:133:54: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `NumberEntityDescription`, found `Unknown | Node | str | NumberEntityDescription`
homeassistant/components/isy994/number.py:133:54: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `DeviceInfo | None`, found `Unknown | Node | str | NumberEntityDescription`
homeassistant/components/isy994/number.py:135:51: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Node`, found `Unknown | Node | str | NumberEntityDescription`
homeassistant/components/isy994/number.py:135:51: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | Node | str | NumberEntityDescription`
homeassistant/components/isy994/number.py:135:51: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | Node | str | NumberEntityDescription`
homeassistant/components/isy994/number.py:135:51: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `EntityDescription`, found `Unknown | Node | str | NumberEntityDescription`
homeassistant/components/isy994/number.py:135:51: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `DeviceInfo | None`, found `Unknown | Node | str | NumberEntityDescription`
homeassistant/components/isy994/number.py:169:43: error[invalid-argument-type] Argument to bound method `set_on_level` is incorrect: Expected `int`, found `int | float`
homeassistant/components/isy994/number.py:219:13: error[invalid-argument-type] Argument to function `convert_isy_value_to_hass` is incorrect: Expected `int | float | None`, found `object`
homeassistant/components/isy994/number.py:267:39: warning[possibly-missing-attribute] Attribute `status_events` may be missing on object of type `Unknown | Nodes | None`
homeassistant/components/isy994/select.py:51:34: error[invalid-argument-type] Argument to function `time_string` is incorrect: Expected `int`, found `Unknown | int | float`
homeassistant/components/isy994/select.py:94:44: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
homeassistant/components/isy994/select.py:98:53: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Node`, found `Unknown | Node | str | SelectEntityDescription`
homeassistant/components/isy994/select.py:98:53: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | Node | str | SelectEntityDescription`
homeassistant/components/isy994/select.py:98:53: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | Node | str | SelectEntityDescription`
homeassistant/components/isy994/select.py:98:53: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `EntityDescription`, found `Unknown | Node | str | SelectEntityDescription`
homeassistant/components/isy994/select.py:98:53: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `DeviceInfo | None`, found `Unknown | Node | str | SelectEntityDescription`
homeassistant/components/isy994/select.py:101:54: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Node`, found `Unknown | Node | str | SelectEntityDescription`
homeassistant/components/isy994/select.py:101:54: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | Node | str | SelectEntityDescription`
homeassistant/components/isy994/select.py:101:54: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | Node | str | SelectEntityDescription`
homeassistant/components/isy994/select.py:101:54: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `SelectEntityDescription`, found `Unknown | Node | str | SelectEntityDescription`
homeassistant/components/isy994/select.py:101:54: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `DeviceInfo | None`, found `Unknown | Node | str | SelectEntityDescription`
homeassistant/components/isy994/select.py:104:60: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Node`, found `Unknown | Node | str | SelectEntityDescription`
homeassistant/components/isy994/select.py:104:60: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | Node | str | SelectEntityDescription`
homeassistant/components/isy994/select.py:104:60: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | Node | str | SelectEntityDescription`
homeassistant/components/isy994/select.py:104:60: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `EntityDescription`, found `Unknown | Node | str | SelectEntityDescription`
homeassistant/components/isy994/select.py:104:60: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `DeviceInfo | None`, found `Unknown | Node | str | SelectEntityDescription`
homeassistant/components/isy994/select.py:181:39: warning[possibly-missing-attribute] Attribute `status_events` may be missing on object of type `Unknown | Nodes | None`
homeassistant/components/isy994/sensor.py:120:59: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
homeassistant/components/isy994/sensor.py:134:41: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
homeassistant/components/isy994/sensor.py:147:16: error[invalid-return-type] Return type does not match returned value: expected `Node | NodeProperty | None`, found `Node | Program | Variable`
homeassistant/components/isy994/sensor.py:255:33: warning[possibly-missing-attribute] Attribute `aux_properties` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/sensor.py:258:16: warning[redundant-cast] Value is already of type `NodeProperty`
homeassistant/components/isy994/sensor.py:258:35: warning[possibly-missing-attribute] Attribute `aux_properties` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/sensor.py:263:49: warning[possibly-missing-attribute] Attribute `value` may be missing on object of type `Node | NodeProperty`
homeassistant/components/isy994/sensor.py:273:32: warning[possibly-missing-attribute] Attribute `control_events` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/sensor.py:276:38: warning[possibly-missing-attribute] Attribute `status_events` may be missing on object of type `Unknown | Nodes | None`
homeassistant/components/isy994/sensor.py:292:27: warning[possibly-missing-attribute] Attribute `enabled` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/switch.py:55:49: warning[possibly-missing-attribute] Attribute `controllers` may be missing on object of type `Node | Group`
homeassistant/components/isy994/switch.py:57:23: warning[possibly-missing-attribute] Attribute `get_by_id` may be missing on object of type `Unknown | Nodes | None`
homeassistant/components/isy994/switch.py:57:23: warning[possibly-missing-attribute] Attribute `primary_node` may be missing on object of type `Unknown | Node | Nodes | None`
homeassistant/components/isy994/switch.py:57:48: warning[possibly-missing-attribute] Attribute `controllers` may be missing on object of type `Node | Group`
homeassistant/components/isy994/switch.py:59:63: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `str | None | Unknown`
homeassistant/components/isy994/switch.py:79:45: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
homeassistant/components/isy994/switch.py:97:22: warning[possibly-missing-attribute] Attribute `turn_off` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/switch.py:102:22: warning[possibly-missing-attribute] Attribute `turn_on` may be missing on object of type `Node | Program | Variable`
homeassistant/components/isy994/switch.py:163:32: warning[possibly-missing-attribute] Attribute `status_events` may be missing on object of type `Unknown | Nodes | None`
homeassistant/components/isy994/switch.py:173:9: error[invalid-method-override] Invalid override of method `async_on_update`: Definition is incompatible with `ISYAuxControlEntity.async_on_update`
homeassistant/components/itach/remote.py:9:8: error[unresolved-import] Cannot resolve imported module `pyitachip2ir`
homeassistant/components/itunes/media_player.py:279:17: warning[possibly-missing-attribute] Attribute `update_state` may be missing on object of type `Unknown | None`
homeassistant/components/itunes/media_player.py:298:16: error[unsupported-operator] Operator `/` is unsupported between objects of type `Unknown | None` and `float`
homeassistant/components/izone/climate.py:367:16: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `Unknown | int | float | None`
homeassistant/components/izone/climate.py:469:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown & ~AlwaysFalsy, int]]`
homeassistant/components/izone/climate.py:539:16: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `Unknown | int | float | None`
homeassistant/components/joaoapps_join/__init__.py:5:6: error[unresolved-import] Cannot resolve imported module `pyjoin`
homeassistant/components/joaoapps_join/notify.py:7:6: error[unresolved-import] Cannot resolve imported module `pyjoin`
homeassistant/components/justnimbus/sensor.py:138:16: error[unresolved-attribute] Object of type `SensorEntityDescription` has no attribute `value_fn`
homeassistant/components/kaiterra/api_data.py:7:6: error[unresolved-import] Cannot resolve imported module `kaiterra_async_client`
homeassistant/components/keba/__init__.py:6:6: error[unresolved-import] Cannot resolve imported module `keba_kecontact.connection`
homeassistant/components/keba/__init__.py:231:23: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/keba/__init__.py:232:24: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/keba/__init__.py:233:23: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/keenetic_ndms2/config_flow.py:75:21: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy) | Any`
homeassistant/components/keenetic_ndms2/device_tracker.py:56:29: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `str | None`
homeassistant/components/keenetic_ndms2/device_tracker.py:57:29: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `None`
homeassistant/components/keenetic_ndms2/device_tracker.py:58:29: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `None`
homeassistant/components/keenetic_ndms2/router.py:168:9: warning[possibly-missing-attribute] Attribute `disconnect` may be missing on object of type `TelnetConnection | None`
homeassistant/components/keenetic_ndms2/router.py:172:33: warning[possibly-missing-attribute] Attribute `get_router_info` may be missing on object of type `Client | None`
homeassistant/components/keenetic_ndms2/router.py:183:25: warning[possibly-missing-attribute] Attribute `get_devices` may be missing on object of type `Client | None`
homeassistant/components/keenetic_ndms2/router.py:194:33: warning[possibly-missing-attribute] Attribute `get_router_info` may be missing on object of type `Client | None`
homeassistant/components/kef/media_player.py:10:6: error[unresolved-import] Cannot resolve imported module `aiokef`
homeassistant/components/kef/media_player.py:11:6: error[unresolved-import] Cannot resolve imported module `aiokef.aiokef`
homeassistant/components/kef/media_player.py:345:9: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/keyboard_remote/__init__.py:12:6: error[unresolved-import] Cannot resolve imported module `evdev`
homeassistant/components/keyboard_remote/__init__.py:163:37: error[unresolved-attribute] Object of type `Future[Unknown]` has no attribute `async_device_stop_monitoring`
homeassistant/components/keyboard_remote/__init__.py:204:32: error[not-iterable] Object of type `Unknown | None | Inotify` may not be async-iterable
homeassistant/components/keyboard_remote/__init__.py:218:27: error[unresolved-attribute] Object of type `Future[Unknown]` has no attribute `async_device_stop_monitoring`
homeassistant/components/keyboard_remote/__init__.py:268:38: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | None`
homeassistant/components/keyboard_remote/__init__.py:300:60: warning[possibly-missing-attribute] Attribute `ungrab` may be missing on object of type `Unknown | None`
homeassistant/components/keyboard_remote/__init__.py:304:56: warning[possibly-missing-attribute] Attribute `fileno` may be missing on object of type `Unknown | None`
homeassistant/components/keyboard_remote/__init__.py:305:17: warning[possibly-missing-attribute] Attribute `close` may be missing on object of type `Unknown | None`
homeassistant/components/keyboard_remote/__init__.py:314:38: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | None`
homeassistant/components/keyboard_remote/__init__.py:317:60: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | None`
homeassistant/components/keyboard_remote/__init__.py:332:56: warning[possibly-missing-attribute] Attribute `grab` may be missing on object of type `Unknown | None`
homeassistant/components/keyboard_remote/__init__.py:333:36: warning[possibly-missing-attribute] Attribute `async_read_loop` may be missing on object of type `Unknown | None`
homeassistant/components/keyboard_remote/__init__.py:337:51: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | None`
homeassistant/components/keyboard_remote/__init__.py:346:50: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | None`
homeassistant/components/keymitt_ble/config_flow.py:68:41: error[invalid-argument-type] Argument to function `name_from_discovery` is incorrect: Expected `MicroBotAdvertisement`, found `MicroBotAdvertisement | None`
homeassistant/components/keymitt_ble/config_flow.py:105:46: error[invalid-argument-type] Argument to function `name_from_discovery` is incorrect: Expected `MicroBotAdvertisement`, found `MicroBotAdvertisement | None`
homeassistant/components/keymitt_ble/config_flow.py:133:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `BLEDevice`, found `BLEDevice | None`
homeassistant/components/kiwi/lock.py:8:6: error[unresolved-import] Cannot resolve imported module `kiwiki`
homeassistant/components/kmtronic/config_flow.py:50:12: error[unresolved-attribute] Object of type `object` has no attribute `ClientResponseError`
homeassistant/components/kmtronic/config_flow.py:52:12: error[unresolved-attribute] Object of type `object` has no attribute `ClientConnectorError`
homeassistant/components/knx/expose.py:114:13: error[invalid-assignment] Object of type `int | float | str | None` is not assignable to attribute `value` on type `RemoteValueSensor | RemoteValueSwitch`
homeassistant/components/knx/light.py:375:24: error[invalid-return-type] Return type does not match returned value: expected `tuple[int, int, int, int] | None`, found `tuple[@Todo(StarredExpression), int]`
homeassistant/components/knx/sensor.py:217:16: error[unresolved-attribute] Object of type `SensorEntityDescription` has no attribute `value_fn`
homeassistant/components/knx/sensor.py:222:12: error[unresolved-attribute] Object of type `SensorEntityDescription` has no attribute `always_available`
homeassistant/components/knx/storage/config_store.py:88:25: error[missing-typed-dict-key] Missing required key 'entities' in TypedDict `KNXConfigStoreModel` constructor
homeassistant/components/knx/storage/serialize.py:36:16: error[invalid-return-type] Return type does not match returned value: expected `dict[str, Any] | list[dict[str, Any]] | UnsupportedType`, found `Top[dict[str | Unknown, dict[str, Unknown] | Unknown | str]]`
homeassistant/components/knx/telegrams.py:28:33: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 2
homeassistant/components/knx/websocket.py:135:19: error[invalid-await] `Awaitable[None] | None` is not awaitable
homeassistant/components/kodi/browse_media.py:54:23: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/kodi/browse_media.py:230:42: error[invalid-argument-type] Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Sequence[BrowseMedia] | None`
homeassistant/components/kodi/config_flow.py:289:13: error[invalid-argument-type] Argument to bound method `async_create_entry` is incorrect: Expected `str`, found `str | None`
homeassistant/components/kodi/media_player.py:151:17: error[unresolved-attribute] Object of type `(...) -> Awaitable[Any]` has no attribute `__name__`
homeassistant/components/kodi/media_player.py:322:37: warning[possibly-missing-attribute] Attribute `id` may be missing on object of type `DeviceEntry | None`
homeassistant/components/kodi/media_player.py:323:27: warning[possibly-missing-attribute] Attribute `id` may be missing on object of type `DeviceEntry | None`
homeassistant/components/konnected/panel.py:136:16: warning[possibly-missing-attribute] Attribute `ClientError` may be missing on object of type `Unknown | None | Client`
homeassistant/components/konnected/panel.py:191:16: warning[possibly-missing-attribute] Attribute `ClientError` may be missing on object of type `Unknown | None | Client`
homeassistant/components/konnected/panel.py:320:28: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/konnected/panel.py:356:20: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/konnected/panel.py:361:26: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/konnected/panel.py:363:26: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/konnected/panel.py:364:28: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/konnected/panel.py:365:32: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/konnected/panel.py:384:19: warning[possibly-missing-attribute] Attribute `put_settings` may be missing on object of type `Unknown | None | Client`
homeassistant/components/kostal_plenticore/coordinator.py:57:16: error[invalid-return-type] Return type does not match returned value: expected `ApiClient`, found `Unknown | None | ExtendedApiClient`
homeassistant/components/kostal_plenticore/coordinator.py:128:15: warning[possibly-missing-attribute] Attribute `logout` may be missing on object of type `Unknown | None | ExtendedApiClient`
homeassistant/components/kostal_plenticore/number.py:114:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `DeviceInfo`, found `Unknown | dict[Unknown, Unknown] | DeviceInfo`
homeassistant/components/kostal_plenticore/select.py:74:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `DeviceInfo`, found `Unknown | dict[Unknown, Unknown] | DeviceInfo`
homeassistant/components/kostal_plenticore/sensor.py:839:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `DeviceInfo`, found `Unknown | dict[Unknown, Unknown] | DeviceInfo`
homeassistant/components/kostal_plenticore/switch.py:103:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `DeviceInfo`, found `Unknown | dict[Unknown, Unknown] | DeviceInfo`
homeassistant/components/kostal_plenticore/switch.py:148:21: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `DeviceInfo`, found `Unknown | dict[Unknown, Unknown] | DeviceInfo`
homeassistant/components/kwb/sensor.py:5:6: error[unresolved-import] Cannot resolve imported module `pykwb`
homeassistant/components/labs/__init__.py:189:54: error[invalid-argument-type] Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _async_feature_updated(event: Event[EventLabsUpdatedData]) -> None`
homeassistant/components/labs/models.py:69:16: error[invalid-return-type] Return type does not match returned value: expected `NativeLabsStoreData`, found `dict[Unknown | str, Unknown | list[dict[Unknown | str, Unknown | str] | Unknown]]`
homeassistant/components/labs/models.py:70:39: error[invalid-argument-type] Invalid argument to key "preview_feature_status" with declared type `list[NativeLabsStoredFeature]` on TypedDict `NativeLabsStoreData`: value of type `list[dict[Unknown | str, Unknown | str] | Unknown]`
homeassistant/components/lacrosse/sensor.py:9:8: error[unresolved-import] Cannot resolve imported module `pylacrosse`
homeassistant/components/launch_library/__init__.py:44:21: error[invalid-argument-type] Argument to bound method `launch_upcoming` is incorrect: Expected `Mapping[str, str] | None`, found `dict[Unknown | str, Unknown | int | str]`
homeassistant/components/launch_library/__init__.py:56:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `def async_update() -> CoroutineType[Any, Any, LaunchLibraryData]`
homeassistant/components/laundrify/binary_sensor.py:54:21: error[unresolved-attribute] Object of type `LaundrifyDevice` has no attribute `id`
homeassistant/components/laundrify/binary_sensor.py:58:18: error[unresolved-attribute] Object of type `LaundrifyDevice` has no attribute `name`
homeassistant/components/laundrify/binary_sensor.py:60:26: error[unresolved-attribute] Object of type `LaundrifyDevice` has no attribute `model`
homeassistant/components/laundrify/binary_sensor.py:61:24: error[unresolved-attribute] Object of type `LaundrifyDevice` has no attribute `firmwareVersion`
homeassistant/components/laundrify/binary_sensor.py:62:41: error[unresolved-attribute] Object of type `LaundrifyDevice` has no attribute `internalIP`
homeassistant/components/laundrify/binary_sensor.py:76:21: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | LaundrifyDevice`
homeassistant/components/laundrify/sensor.py:50:67: error[unresolved-attribute] Object of type `LaundrifyDevice` has no attribute `id`
homeassistant/components/laundrify/sensor.py:51:35: error[unresolved-attribute] Object of type `LaundrifyDevice` has no attribute `id`
homeassistant/components/laundrify/sensor.py:97:40: warning[possibly-missing-attribute] Attribute `id` may be missing on object of type `Unknown | LaundrifyDevice`
homeassistant/components/laundrify/sensor.py:98:22: warning[possibly-missing-attribute] Attribute `totalEnergy` may be missing on object of type `Unknown | LaundrifyDevice`
homeassistant/components/lcn/cover.py:196:13: error[unsupported-operator] Operator `|=` is unsupported between objects of type `None` and `Literal[CoverEntityFeature.SET_POSITION]`
homeassistant/components/led_ble/__init__.py:91:59: error[invalid-argument-type] Argument is incorrect: Expected `DataUpdateCoordinator[None]`, found `DataUpdateCoordinator[dict[str, Any]]`
homeassistant/components/lg_soundbar/media_player.py:155:9: warning[possibly-missing-attribute] Attribute `get_eq` may be missing on object of type `Unknown | None | temescal`
homeassistant/components/lg_soundbar/media_player.py:156:9: warning[possibly-missing-attribute] Attribute `get_info` may be missing on object of type `Unknown | None | temescal`
homeassistant/components/lg_soundbar/media_player.py:157:9: warning[possibly-missing-attribute] Attribute `get_func` may be missing on object of type `Unknown | None | temescal`
homeassistant/components/lg_soundbar/media_player.py:158:9: warning[possibly-missing-attribute] Attribute `get_settings` may be missing on object of type `Unknown | None | temescal`
homeassistant/components/lg_soundbar/media_player.py:207:9: warning[possibly-missing-attribute] Attribute `set_volume` may be missing on object of type `Unknown | None | temescal`
homeassistant/components/lg_soundbar/media_player.py:211:9: warning[possibly-missing-attribute] Attribute `set_mute` may be missing on object of type `Unknown | None | temescal`
homeassistant/components/lg_soundbar/media_player.py:215:9: warning[possibly-missing-attribute] Attribute `set_func` may be missing on object of type `Unknown | None | temescal`
homeassistant/components/lg_soundbar/media_player.py:219:9: warning[possibly-missing-attribute] Attribute `set_eq` may be missing on object of type `Unknown | None | temescal`
homeassistant/components/lg_soundbar/media_player.py:231:9: warning[possibly-missing-attribute] Attribute `send_packet` may be missing on object of type `Unknown | None | temescal`
homeassistant/components/lg_thinq/binary_sensor.py:92:5: error[invalid-assignment] Object of type `dict[DeviceType | Unknown | str, tuple[ThinQBinarySensorEntityDescription, ...]]` is not assignable to `dict[DeviceType, tuple[ThinQBinarySensorEntityDescription, ...]]`
homeassistant/components/lg_thinq/binary_sensor.py:147:17: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceType`, found `Unknown | str`
homeassistant/components/lg_thinq/climate.py:32:83: error[invalid-assignment] Object of type `dict[DeviceType | Unknown | str, tuple[ClimateEntityDescription, ...]]` is not assignable to `dict[DeviceType, tuple[ClimateEntityDescription, ...]]`
homeassistant/components/lg_thinq/climate.py:87:17: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceType`, found `Unknown | str`
homeassistant/components/lg_thinq/climate.py:141:12: error[unresolved-attribute] Object of type `PropertyState` has no attribute `support_temperature_range`
homeassistant/components/lg_thinq/climate.py:160:35: error[no-matching-overload] No overload of bound method `get` matches arguments
homeassistant/components/lg_thinq/climate.py:253:35: error[invalid-argument-type] Argument to bound method `async_set_hvac_mode` is incorrect: Expected `str`, found `str | Unknown | None`
homeassistant/components/lg_thinq/climate.py:296:35: error[invalid-argument-type] Argument to bound method `async_set_swing_mode` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/lg_thinq/climate.py:310:35: error[invalid-argument-type] Argument to bound method `async_set_swing_horizontal_mode` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/lg_thinq/climate.py:338:16: error[unsupported-operator] Operator `>=` is not supported between objects of type `int | float | None` and `Literal[1]`
homeassistant/components/lg_thinq/climate.py:351:16: error[unsupported-operator] Operator `>=` is not supported between objects of type `int | float | None` and `Literal[1]`
homeassistant/components/lg_thinq/coordinator.py:41:9: error[invalid-assignment] Object of type `dict[str, PropertyState] | None` is not assignable to attribute `data` of type `dict[str, Any]`
homeassistant/components/lg_thinq/event.py:30:79: error[invalid-assignment] Object of type `dict[DeviceType | Unknown | str, tuple[EventEntityDescription, ...]]` is not assignable to `dict[DeviceType, tuple[EventEntityDescription, ...]]`
homeassistant/components/lg_thinq/event.py:67:17: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceType`, found `Unknown | str`
homeassistant/components/lg_thinq/event.py:95:9: error[invalid-assignment] Object of type `list[str] | None` is not assignable to attribute `_attr_event_types` of type `list[str]`
homeassistant/components/lg_thinq/fan.py:38:80: error[invalid-assignment] Object of type `dict[DeviceType | Unknown | str, tuple[ThinQFanEntityDescription, ...]]` is not assignable to `dict[DeviceType, tuple[ThinQFanEntityDescription, ...]]`
homeassistant/components/lg_thinq/fan.py:71:53: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceType`, found `Unknown | str`
homeassistant/components/lg_thinq/fan.py:104:23: error[not-iterable] Object of type `list[str] | None` may not be iterable
homeassistant/components/lg_thinq/fan.py:115:29: error[unsupported-operator] Operator `not in` is not supported between objects of type `Unknown | str` and `list[str] | None`
homeassistant/components/lg_thinq/number.py:55:67: error[invalid-assignment] Object of type `dict[Property | TimerProperty, NumberEntityDescription]` is not assignable to `dict[Property, NumberEntityDescription]`
homeassistant/components/lg_thinq/number.py:85:5: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, NumberEntityDescription].__getitem__(key: Property, /) -> NumberEntityDescription` cannot be called with key of type `Literal[TimerProperty.RELATIVE_HOUR_TO_START_WM]` on object of type `dict[Property, NumberEntityDescription]`
homeassistant/components/lg_thinq/number.py:86:5: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, NumberEntityDescription].__getitem__(key: Property, /) -> NumberEntityDescription` cannot be called with key of type `Literal[TimerProperty.RELATIVE_HOUR_TO_STOP_WM]` on object of type `dict[Property, NumberEntityDescription]`
homeassistant/components/lg_thinq/number.py:89:81: error[invalid-assignment] Object of type `dict[DeviceType | Unknown | str, tuple[NumberEntityDescription, ...]]` is not assignable to `dict[DeviceType, tuple[NumberEntityDescription, ...]]`
homeassistant/components/lg_thinq/number.py:114:25: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, NumberEntityDescription].__getitem__(key: Property, /) -> NumberEntityDescription` cannot be called with key of type `Literal[TimerProperty.RELATIVE_HOUR_TO_STOP_WM]` on object of type `dict[Property, NumberEntityDescription]`
homeassistant/components/lg_thinq/number.py:144:17: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceType`, found `Unknown | str`
homeassistant/components/lg_thinq/select.py:86:81: error[invalid-assignment] Object of type `dict[DeviceType | Unknown | str, tuple[SelectEntityDescription, ...]]` is not assignable to `dict[DeviceType, tuple[SelectEntityDescription, ...]]`
homeassistant/components/lg_thinq/select.py:164:17: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceType`, found `Unknown | str`
homeassistant/components/lg_thinq/sensor.py:127:70: error[invalid-assignment] Object of type `dict[Property | ThinQPropertyEx, SensorEntityDescription]` is not assignable to `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:262:73: error[invalid-assignment] Object of type `dict[Property | ThinQPropertyEx, SensorEntityDescription]` is not assignable to `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:356:66: error[invalid-assignment] Object of type `dict[Property | TimerProperty, SensorEntityDescription]` is not assignable to `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:373:67: error[invalid-assignment] Object of type `dict[Property | TimerProperty, SensorEntityDescription]` is not assignable to `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:426:5: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.TOTAL]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:427:5: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.RELATIVE_TO_START_WM]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:428:5: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.RELATIVE_TO_STOP_WM]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:429:5: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.REMAIN]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:431:81: error[invalid-assignment] Object of type `dict[DeviceType | Unknown | str, tuple[SensorEntityDescription, ...]]` is not assignable to `dict[DeviceType, tuple[SensorEntityDescription, ...]]`
homeassistant/components/lg_thinq/sensor.py:441:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.RELATIVE_TO_START]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:442:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.RELATIVE_TO_STOP]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:443:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.SLEEP_TIMER_RELATIVE_TO_STOP]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:444:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.ABSOLUTE_TO_START]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:445:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.ABSOLUTE_TO_STOP]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:456:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.SLEEP_TIMER_RELATIVE_TO_STOP]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:457:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.ABSOLUTE_TO_START]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:458:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.ABSOLUTE_TO_STOP]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:472:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.ABSOLUTE_TO_START]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:473:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.ABSOLUTE_TO_STOP]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:478:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.REMAIN]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:489:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.TOTAL]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:490:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.RELATIVE_TO_START_WM]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:491:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.REMAIN]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:517:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.SLEEP_TIMER_RELATIVE_TO_STOP]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:518:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.ABSOLUTE_TO_START]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:519:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.ABSOLUTE_TO_STOP]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:542:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.LIGHT_START]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:556:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.RUNNING]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:557:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.ABSOLUTE_TO_START]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:561:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[ThinQPropertyEx.CURRENT_JOB_MODE_STICK_CLEANER]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:566:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[ThinQPropertyEx.ROOM_AIR_CURRENT_TEMPERATURE]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:567:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[ThinQPropertyEx.ROOM_IN_WATER_CURRENT_TEMPERATURE]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:568:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[ThinQPropertyEx.ROOM_OUT_WATER_CURRENT_TEMPERATURE]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:576:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.ABSOLUTE_TO_START]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:577:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.ABSOLUTE_TO_STOP]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:578:9: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Property, SensorEntityDescription].__getitem__(key: Property, /) -> SensorEntityDescription` cannot be called with key of type `Literal[TimerProperty.SLEEP_TIMER_RELATIVE_TO_STOP]` on object of type `dict[Property, SensorEntityDescription]`
homeassistant/components/lg_thinq/sensor.py:648:17: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceType`, found `Unknown | str`
homeassistant/components/lg_thinq/sensor.py:838:13: error[invalid-assignment] Object of type `Unknown | dict[Unknown, Unknown] | None` is not assignable to attribute `_attr_native_value` of type `StateType | date | Decimal`
homeassistant/components/lg_thinq/switch.py:43:86: error[invalid-assignment] Object of type `dict[DeviceType | Unknown | str, tuple[ThinQSwitchEntityDescription, ...]]` is not assignable to `dict[DeviceType, tuple[ThinQSwitchEntityDescription, ...]]`
homeassistant/components/lg_thinq/switch.py:226:17: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceType`, found `Unknown | str`
homeassistant/components/lg_thinq/vacuum.py:24:86: error[invalid-assignment] Object of type `dict[DeviceType | Unknown | str, tuple[StateVacuumEntityDescription, ...]]` is not assignable to `dict[DeviceType, tuple[StateVacuumEntityDescription, ...]]`
homeassistant/components/lg_thinq/vacuum.py:84:17: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceType`, found `Unknown | str`
homeassistant/components/lg_thinq/water_heater.py:29:70: error[invalid-assignment] Object of type `dict[DeviceType | Unknown | str, WaterHeaterEntityDescription]` is not assignable to `dict[DeviceType, WaterHeaterEntityDescription]`
homeassistant/components/lg_thinq/water_heater.py:61:51: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceType`, found `Unknown | str`
homeassistant/components/lifx/config_flow.py:107:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/lifx/config_flow.py:147:46: error[invalid-assignment] Invalid assignment to key "title_placeholders" with declared type `Mapping[str, str]` on TypedDict `ConfigFlowContext`: value of type `dict[Unknown | str, Unknown | None]`
homeassistant/components/lifx/config_flow.py:149:42: error[invalid-argument-type] Argument to bound method `async_show_form` is incorrect: Expected `Mapping[str, str] | None`, found `dict[Unknown | str, Unknown | None]`
homeassistant/components/lifx/config_flow.py:219:13: error[invalid-argument-type] Argument to bound method `async_create_entry` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/lifx/config_flow.py:233:25: error[invalid-assignment] Object of type `Unknown | None` is not assignable to `Light`
homeassistant/components/lifx/coordinator.py:139:27: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str`, found `Unknown | None | str`
homeassistant/components/lifx/coordinator.py:147:52: error[invalid-argument-type] Argument to function `infrared_brightness_value_to_option` is incorrect: Expected `int`, found `Unknown | None`
homeassistant/components/lifx/coordinator.py:162:13: error[invalid-argument-type] Argument to function `get_real_mac_addr` is incorrect: Expected `str`, found `Unknown | None | str`
homeassistant/components/lifx/coordinator.py:200:20: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/lifx/coordinator.py:201:27: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/lifx/coordinator.py:202:27: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/lifx/coordinator.py:203:23: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/lifx/coordinator.py:209:48: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | list[Unknown | None]`
homeassistant/components/lifx/coordinator.py:210:17: error[invalid-assignment] Cannot assign to a subscript on an object of type `int`
homeassistant/components/lifx/coordinator.py:210:17: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/lifx/coordinator.py:294:27: error[invalid-argument-type] Argument is incorrect: Expected `Message`, found `Light`
homeassistant/components/lifx/coordinator.py:294:33: error[invalid-argument-type] Argument is incorrect: Expected `dict[str, Any] | None`, found `Message`
homeassistant/components/lifx/coordinator.py:385:47: error[unresolved-attribute] Object of type `Message` has no attribute `signal`
homeassistant/components/lifx/coordinator.py:388:34: error[invalid-argument-type] Method `__getitem__` of type `bound method <class 'FirmwareEffect'>.__getitem__[_EnumMemberT](name: str) -> _EnumMemberT@__getitem__` cannot be called with key of type `Unknown | None` on object of type `<class 'FirmwareEffect'>`
homeassistant/components/lifx/light.py:155:16: error[unsupported-operator] Operator `/` is unsupported between objects of type `Unknown | int | None` and `Literal[65535]`
homeassistant/components/lifx/light.py:156:43: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/lifx/light.py:161:20: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/lifx/light.py:315:34: error[invalid-argument-type] Argument to function `merge_hsbk` is incorrect: Expected `list[int | float | None]`, found `Unknown | None`
homeassistant/components/lifx/light.py:383:19: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/lifx/light.py:389:26: error[not-iterable] Object of type `None` is not iterable
homeassistant/components/lifx/light.py:426:26: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/lifx/light.py:427:37: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/lifx/light.py:429:17: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/lifx/light.py:429:17: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/lifx/light.py:433:17: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/lifx/light.py:447:36: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/lifx/light.py:488:42: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | list[Unknown | None]`
homeassistant/components/lifx/light.py:489:17: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/lifx/light.py:492:42: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | list[Unknown | None]`
homeassistant/components/lifx/light.py:494:21: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/lifx/light.py:499:17: error[invalid-argument-type] Argument to bound method `async_set_extended_color_zones` is incorrect: Expected `list[tuple[int | float, int | float, int | float, int | float]]`, found `Unknown | None | list[Unknown | None]`
homeassistant/components/light/__init__.py:503:21: error[too-many-positional-arguments] Too many positional arguments to function `color_rgbww_to_rgb`: expected 7, got 9
homeassistant/components/light/__init__.py:1156:31: error[too-many-positional-arguments] Too many positional arguments to function `color_rgbww_to_rgb`: expected 7, got 9
homeassistant/components/lightwave/__init__.py:5:6: error[unresolved-import] Cannot resolve imported module `lightwave.lightwave`
homeassistant/components/limitlessled/light.py:9:6: error[unresolved-import] Cannot resolve imported module `limitlessled`
homeassistant/components/limitlessled/light.py:10:6: error[unresolved-import] Cannot resolve imported module `limitlessled.bridge`
homeassistant/components/limitlessled/light.py:11:6: error[unresolved-import] Cannot resolve imported module `limitlessled.group`
homeassistant/components/limitlessled/light.py:12:6: error[unresolved-import] Cannot resolve imported module `limitlessled.group.dimmer`
homeassistant/components/limitlessled/light.py:13:6: error[unresolved-import] Cannot resolve imported module `limitlessled.group.rgbw`
homeassistant/components/limitlessled/light.py:14:6: error[unresolved-import] Cannot resolve imported module `limitlessled.group.rgbww`
homeassistant/components/limitlessled/light.py:15:6: error[unresolved-import] Cannot resolve imported module `limitlessled.group.white`
homeassistant/components/limitlessled/light.py:16:6: error[unresolved-import] Cannot resolve imported module `limitlessled.pipeline`
homeassistant/components/limitlessled/light.py:17:6: error[unresolved-import] Cannot resolve imported module `limitlessled.presets`
homeassistant/components/linkplay/entity.py:42:53: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[DeviceAttribute, str].__getitem__(key: DeviceAttribute, /) -> str` cannot be called with key of type `Literal["project"]` on object of type `dict[DeviceAttribute, str]`
homeassistant/components/linkplay/entity.py:45:24: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[DeviceAttribute, str].__getitem__(key: DeviceAttribute, /) -> str` cannot be called with key of type `Literal["project"]` on object of type `dict[DeviceAttribute, str]`
homeassistant/components/linkplay/entity.py:50:45: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[DeviceAttribute, str].__getitem__(key: DeviceAttribute, /) -> str` cannot be called with key of type `Literal["MAC"]` on object of type `dict[DeviceAttribute, str]`
homeassistant/components/linkplay/entity.py:54:31: error[invalid-argument-type] Invalid argument to key "configuration_url" with declared type `str | URL | None` on TypedDict `DeviceInfo`: value of type `LinkPlayEndpoint`
homeassistant/components/linkplay/entity.py:56:24: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[DeviceAttribute, str].__getitem__(key: DeviceAttribute, /) -> str` cannot be called with key of type `Literal["hardware"]` on object of type `dict[DeviceAttribute, str]`
homeassistant/components/linkplay/entity.py:62:24: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[DeviceAttribute, str].__getitem__(key: DeviceAttribute, /) -> str` cannot be called with key of type `Literal["firmware"]` on object of type `dict[DeviceAttribute, str]`
homeassistant/components/linkplay/select.py:53:9: error[invalid-argument-type] Argument is incorrect: Expected `(LinkPlayPlayer, /) -> Awaitable[str]`, found `def _get_current_option(bridge: LinkPlayBridge) -> CoroutineType[Any, Any, str]`
homeassistant/components/linkplay/select.py:75:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `LinkPlayPlayer`, found `LinkPlayBridge`
homeassistant/components/linkplay/select.py:91:26: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `LinkPlayBridge`, found `LinkPlayPlayer`
homeassistant/components/linkplay/select.py:93:35: error[unresolved-attribute] Object of type `LinkPlayPlayer` has no attribute `device`
homeassistant/components/linkplay/select.py:100:17: error[invalid-argument-type] Argument is incorrect: Expected `LinkPlayPlayer`, found `Unknown | LinkPlayBridge`
homeassistant/components/linkplay/select.py:112:53: error[invalid-argument-type] Argument is incorrect: Expected `LinkPlayPlayer`, found `Unknown | LinkPlayBridge`
homeassistant/components/linode/__init__.py:6:8: error[unresolved-import] Cannot resolve imported module `linode`
homeassistant/components/linode/switch.py:73:12: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | None`
homeassistant/components/linode/switch.py:74:13: warning[possibly-missing-attribute] Attribute `boot` may be missing on object of type `Unknown | None`
homeassistant/components/linode/switch.py:78:12: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | None`
homeassistant/components/linode/switch.py:79:13: warning[possibly-missing-attribute] Attribute `shutdown` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `batinfo`
homeassistant/components/linux_battery/sensor.py:104:28: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:105:28: warning[possibly-missing-attribute] Attribute `path` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:106:30: warning[possibly-missing-attribute] Attribute `health` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:107:30: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:110:24: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:111:24: warning[possibly-missing-attribute] Attribute `path` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:112:25: warning[possibly-missing-attribute] Attribute `alarm` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:113:34: warning[possibly-missing-attribute] Attribute `capacity_level` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:114:31: warning[possibly-missing-attribute] Attribute `cycle_count` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:115:31: warning[possibly-missing-attribute] Attribute `energy_full` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:116:38: warning[possibly-missing-attribute] Attribute `energy_full_design` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:117:30: warning[possibly-missing-attribute] Attribute `energy_now` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:118:32: warning[possibly-missing-attribute] Attribute `manufacturer` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:119:30: warning[possibly-missing-attribute] Attribute `model_name` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:120:29: warning[possibly-missing-attribute] Attribute `power_now` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:121:33: warning[possibly-missing-attribute] Attribute `serial_number` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:122:26: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:123:38: warning[possibly-missing-attribute] Attribute `voltage_min_design` may be missing on object of type `Unknown | None`
homeassistant/components/linux_battery/sensor.py:124:31: warning[possibly-missing-attribute] Attribute `voltage_now` may be missing on object of type `Unknown | None`
homeassistant/components/livisi/climate.py:93:13: error[invalid-argument-type] Argument to bound method `async_vrcc_set_temperature` is incorrect: Expected `int | float`, found `Any | None`
homeassistant/components/livisi/coordinator.py:98:36: error[invalid-assignment] Object of type `Unknown | dict[str, Any] | None` is not assignable to `dict[str, Any]`
homeassistant/components/livisi/coordinator.py:107:42: error[invalid-assignment] Object of type `Unknown | dict[str, Any]` is not assignable to `list[dict[str, Any]]`
homeassistant/components/locative/device_tracker.py:58:9: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/london_underground/config_flow.py:36:9: error[invalid-method-override] Invalid override of method `async_get_options_flow`: Definition is incompatible with `ConfigFlow.async_get_options_flow`
homeassistant/components/lookin/__init__.py:81:78: error[invalid-argument-type] Argument to function `start_lookin_udp` is incorrect: Expected `str`, found `None`
homeassistant/components/lookin/__init__.py:82:20: error[invalid-return-type] Return type does not match returned value: expected `LookinUDPSubscriptions`, found `LookinUDPSubscriptions | None`
homeassistant/components/lookin/__init__.py:157:33: error[invalid-argument-type] Argument to bound method `update_from_value` is incorrect: Expected `str`, found `str | None`
homeassistant/components/lookin/climate.py:183:13: error[invalid-argument-type] Argument to bound method `update_conditioner` is incorrect: Expected `str`, found `str | None | Unknown`
homeassistant/components/lookin/climate.py:204:52: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/lookin/climate.py:205:49: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/lookin/climate.py:217:42: error[invalid-argument-type] Argument to bound method `update_from_status` is incorrect: Expected `str`, found `str | None`
homeassistant/components/lookin/entity.py:161:34: error[invalid-argument-type] Argument to bound method `_update_from_status` is incorrect: Expected `str`, found `str | None`
homeassistant/components/lookin/entity.py:175:34: error[invalid-argument-type] Argument to bound method `_update_from_status` is incorrect: Expected `str`, found `str | None`
homeassistant/components/loqed/sensor.py:67:16: error[invalid-return-type] Return type does not match returned value: expected `StatusMessage`, found `Unknown | Lock`
homeassistant/components/lovelace/__init__.py:340:58: error[invalid-argument-type] Argument to function `async_register_built_in_panel` is incorrect: Expected `str | None`, found `Unknown | str | None | dict[Unknown | str, Unknown | str] | bool`
homeassistant/components/lovelace/__init__.py:340:58: error[invalid-argument-type] Argument to function `async_register_built_in_panel` is incorrect: Expected `str | None`, found `Unknown | str | None | dict[Unknown | str, Unknown | str] | bool`
homeassistant/components/lovelace/__init__.py:340:58: error[invalid-argument-type] Argument to function `async_register_built_in_panel` is incorrect: Expected `bool`, found `Unknown | str | None | dict[Unknown | str, Unknown | str] | bool`
homeassistant/components/lovelace/__init__.py:340:58: error[invalid-argument-type] Argument to function `async_register_built_in_panel` is incorrect: Expected `str | None`, found `Unknown | str | None | dict[Unknown | str, Unknown | str] | bool`
homeassistant/components/lovelace/__init__.py:340:58: error[invalid-argument-type] Argument to function `async_register_built_in_panel` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | str | None | dict[Unknown | str, Unknown | str] | bool`
homeassistant/components/lovelace/__init__.py:340:58: error[invalid-argument-type] Argument to function `async_register_built_in_panel` is incorrect: Expected `bool`, found `Unknown | str | None | dict[Unknown | str, Unknown | str] | bool`
homeassistant/components/lovelace/__init__.py:340:58: error[invalid-argument-type] Argument to function `async_register_built_in_panel` is incorrect: Expected `bool`, found `Unknown | str | None | dict[Unknown | str, Unknown | str] | bool`
homeassistant/components/lovelace/__init__.py:340:58: error[invalid-argument-type] Argument to function `async_register_built_in_panel` is incorrect: Expected `str | None`, found `Unknown | str | None | dict[Unknown | str, Unknown | str] | bool`
homeassistant/components/lovelace/dashboard.py:155:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/lovelace/dashboard.py:158:38: error[invalid-argument-type] Argument to bound method `async_save` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | None`
homeassistant/components/luci/device_tracker.py:7:6: error[unresolved-import] Cannot resolve imported module `openwrt_luci_rpc`
homeassistant/components/lunatone/__init__.py:45:20: warning[possibly-missing-attribute] Attribute `device` may be missing on object of type `InfoData | None`
homeassistant/components/lunatone/__init__.py:50:16: warning[possibly-missing-attribute] Attribute `device` may be missing on object of type `InfoData | None`
homeassistant/components/lunatone/__init__.py:50:53: warning[possibly-missing-attribute] Attribute `device` may be missing on object of type `InfoData | None`
homeassistant/components/lupusec/alarm_control_panel.py:49:45: error[unresolved-attribute] Module `lupupy.devices` has no member `LupusecAlarm`
homeassistant/components/lupusec/alarm_control_panel.py:64:12: warning[possibly-missing-attribute] Attribute `is_standby` may be missing on object of type `Unknown | LupusecDevice`
homeassistant/components/lupusec/alarm_control_panel.py:66:14: warning[possibly-missing-attribute] Attribute `is_away` may be missing on object of type `Unknown | LupusecDevice`
homeassistant/components/lupusec/alarm_control_panel.py:68:14: warning[possibly-missing-attribute] Attribute `is_home` may be missing on object of type `Unknown | LupusecDevice`
homeassistant/components/lupusec/alarm_control_panel.py:70:14: warning[possibly-missing-attribute] Attribute `is_alarm_triggered` may be missing on object of type `Unknown | LupusecDevice`
homeassistant/components/lupusec/alarm_control_panel.py:78:9: warning[possibly-missing-attribute] Attribute `set_away` may be missing on object of type `Unknown | LupusecDevice`
homeassistant/components/lupusec/alarm_control_panel.py:82:9: warning[possibly-missing-attribute] Attribute `set_standby` may be missing on object of type `Unknown | LupusecDevice`
homeassistant/components/lupusec/alarm_control_panel.py:86:9: warning[possibly-missing-attribute] Attribute `set_home` may be missing on object of type `Unknown | LupusecDevice`
homeassistant/components/lupusec/binary_sensor.py:53:16: warning[possibly-missing-attribute] Attribute `is_on` may be missing on object of type `Unknown | LupusecDevice`
homeassistant/components/lupusec/switch.py:47:9: warning[possibly-missing-attribute] Attribute `switch_on` may be missing on object of type `Unknown | LupusecDevice`
homeassistant/components/lupusec/switch.py:51:9: warning[possibly-missing-attribute] Attribute `switch_off` may be missing on object of type `Unknown | LupusecDevice`
homeassistant/components/lupusec/switch.py:56:16: warning[possibly-missing-attribute] Attribute `is_on` may be missing on object of type `Unknown | LupusecDevice`
homeassistant/components/lutron/__init__.py:127:46: error[invalid-argument-type] Argument to bound method `append` is incorrect: Expected `tuple[str, Keypad, Button, Led]`, found `tuple[Unknown, Unknown, Unknown, Unknown | None]`
homeassistant/components/lutron/event.py:77:60: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(LutronEntity, Any, LutronEvent, dict[Unknown, Unknown], /) -> None`, found `bound method Self@async_added_to_hass.handle_event(button: Button, _context: None, event: LutronEvent, _params: dict[Unknown, Unknown]) -> None`
homeassistant/components/lutron/switch.py:90:9: error[invalid-assignment] Invalid assignment to data descriptor attribute `state` on type `Led` with custom `__set__` method
homeassistant/components/lutron/switch.py:94:9: error[invalid-assignment] Invalid assignment to data descriptor attribute `state` on type `Led` with custom `__set__` method
homeassistant/components/lutron_caseta/entity.py:50:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str | int]]`
homeassistant/components/lutron_caseta/light.py:169:29: error[invalid-argument-type] Argument to bound method `set_warm_dim` is incorrect: Expected `bool`, found `None | Unknown`
homeassistant/components/lutron_caseta/switch.py:101:53: error[invalid-argument-type] Argument to bound method `add_smart_away_subscriber` is incorrect: Expected `(str, /) -> None`, found `bound method Self@async_added_to_hass._handle_bridge_update() -> None`
homeassistant/components/lw12wifi/light.py:8:8: error[unresolved-import] Cannot resolve imported module `lw12`
homeassistant/components/madvr/sensor.py:279:15: error[unresolved-attribute] Object of type `SensorEntityDescription` has no attribute `value_fn`
homeassistant/components/mailgun/notify.py:105:20: warning[possibly-missing-attribute] Attribute `send_mail` may be missing on object of type `Unknown | None | Client`
homeassistant/components/matrix/__init__.py:163:31: error[invalid-type-form] Variable of type `_SpecialForm` is not allowed in a type expression
homeassistant/components/matrix/__init__.py:181:37: error[invalid-type-form] Variable of type `_SpecialForm` is not allowed in a type expression
homeassistant/components/matrix/__init__.py:208:44: error[invalid-argument-type] Argument to bound method `add_event_callback` is incorrect: Expected `type[Event] | tuple[type[Event], None]`, found `tuple[<class 'ReactionEvent'>, <class 'RoomMessageText'>]`
homeassistant/components/matrix/__init__.py:259:72: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `ReactionCommand`, found `str`
homeassistant/components/matrix/__init__.py:324:33: error[invalid-type-form] Variable of type `_SpecialForm` is not allowed in a type expression
homeassistant/components/matrix/__init__.py:325:15: error[invalid-type-form] Variable of type `_SpecialForm` is not allowed in a type expression
homeassistant/components/matrix/__init__.py:350:65: error[invalid-type-form] Variable of type `_SpecialForm` is not allowed in a type expression
homeassistant/components/matrix/__init__.py:361:67: error[invalid-type-form] Variable of type `_SpecialForm` is not allowed in a type expression
homeassistant/components/matrix/__init__.py:422:17: error[invalid-argument-type] Argument to bound method `restore_login` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/matrix/__init__.py:423:17: error[invalid-argument-type] Argument to bound method `restore_login` is incorrect: Expected `str`, found `dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements] | str | int | float`
homeassistant/components/matrix/__init__.py:462:28: error[invalid-type-form] Variable of type `_SpecialForm` is not allowed in a type expression
homeassistant/components/matrix/__init__.py:480:38: error[invalid-type-form] Variable of type `_SpecialForm` is not allowed in a type expression
homeassistant/components/matrix/__init__.py:496:55: error[invalid-type-form] Variable of type `_SpecialForm` is not allowed in a type expression
homeassistant/components/matrix/__init__.py:552:48: error[invalid-type-form] Variable of type `_SpecialForm` is not allowed in a type expression
homeassistant/components/matrix/__init__.py:590:43: error[invalid-type-form] Variable of type `_SpecialForm` is not allowed in a type expression
homeassistant/components/matter/button.py:63:65: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `Literal[15]`
homeassistant/components/matter/entity.py:142:25: error[no-matching-overload] No overload of bound method `get` matches arguments
homeassistant/components/matter/light.py:115:17: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `int`
homeassistant/components/matter/light.py:116:17: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `int`
homeassistant/components/matter/light.py:118:17: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `int`
homeassistant/components/matter/light.py:121:17: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `Literal[1]`
homeassistant/components/matter/light.py:122:17: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `Literal[1]`
homeassistant/components/matter/light.py:135:17: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `int`
homeassistant/components/matter/light.py:136:17: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `int`
homeassistant/components/matter/light.py:138:17: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `int`
homeassistant/components/matter/light.py:141:17: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `Literal[1]`
homeassistant/components/matter/light.py:142:17: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `Literal[1]`
homeassistant/components/matter/light.py:155:17: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `int`
homeassistant/components/matter/light.py:157:17: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `int`
homeassistant/components/matter/light.py:160:17: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `Literal[1]`
homeassistant/components/matter/light.py:161:17: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `Literal[1]`
homeassistant/components/matter/light.py:184:17: error[invalid-argument-type] Argument is incorrect: Expected `Nullable | uint`, found `int`
homeassistant/components/matter/light.py:271:17: error[invalid-argument-type] Argument to function `renormalize` is incorrect: Expected `int | float`, found `Unknown | Nullable | uint`
homeassistant/components/matter/number.py:147:17: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `int | @Todo`
homeassistant/components/matter/number.py:354:17: error[invalid-argument-type] Argument is incorrect: Expected `uint | None`, found `int`
homeassistant/components/matter/select.py:158:34: error[invalid-assignment] Object of type `Unknown | ModeSelect | OvenMode | ... omitted 9 union elements` is not assignable to `SelectCluster`
homeassistant/components/matter/select.py:175:34: error[invalid-assignment] Object of type `Unknown | ModeSelect | OvenMode | ... omitted 9 union elements` is not assignable to `SelectCluster`
homeassistant/components/matter/valve.py:63:60: error[invalid-argument-type] Argument is incorrect: Expected `uint | None`, found `int`
homeassistant/components/matter/water_heater.py:94:13: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `int`
homeassistant/components/matter/water_heater.py:96:13: error[invalid-argument-type] Argument is incorrect: Expected `int | None`, found `int | <class 'Nullable'>`
homeassistant/components/matter/water_heater.py:129:13: error[invalid-assignment] Object of type `WaterHeaterBoostInfoStruct` is not assignable to `type[WaterHeaterBoostInfoStruct]`
homeassistant/components/matter/water_heater.py:130:13: error[invalid-argument-type] Argument is incorrect: Expected `uint`, found `Literal[3600]`
homeassistant/components/matter/water_heater.py:146:63: error[invalid-argument-type] Argument is incorrect: Expected `WaterHeaterBoostInfoStruct`, found `type[WaterHeaterBoostInfoStruct]`
homeassistant/components/medcom_ble/coordinator.py:46:50: error[invalid-argument-type] Argument to bound method `update_device` is incorrect: Expected `BLEDevice`, found `BLEDevice | None`
homeassistant/components/medcom_ble/sensor.py:96:16: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `Unknown | str | int | float | None`
homeassistant/components/media_player/__init__.py:1024:52: error[invalid-argument-type] Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`
homeassistant/components/media_player/__init__.py:1042:52: error[invalid-argument-type] Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`
homeassistant/components/media_player/__init__.py:1060:52: error[invalid-argument-type] Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`
homeassistant/components/media_player/__init__.py:1075:52: error[invalid-argument-type] Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`
homeassistant/components/media_player/__init__.py:1210:13: error[invalid-assignment] Invalid subscript assignment with key of type `str` and value of type `dict[Unknown | str, Unknown | Lock]` on object of type `OrderedDict[str, _CacheImage]`
homeassistant/components/media_player/__init__.py:1219:31: error[invalid-assignment] Cannot assign value of type `tuple[bytes | None, str | None]` to key of type `Never` on TypedDict `_CacheImage`
homeassistant/components/media_source/__init__.py:74:56: error[invalid-argument-type] Argument to function `_process_media_source_platform` is incorrect: Expected `MediaSourceProtocol`, found `<module 'homeassistant.components.media_source.local_source'>`
homeassistant/components/mediaroom/media_player.py:8:6: error[unresolved-import] Cannot resolve imported module `pymediaroom`
homeassistant/components/melcloud/__init__.py:105:25: error[invalid-argument-type] Invalid argument to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | None]]`
homeassistant/components/melcloud/climate.py:84:38: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `AtaDevice`, found `Unknown | Device`
homeassistant/components/melcloud/climate.py:89:46: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `AtwDevice`, found `Unknown | Device`
homeassistant/components/melcloud/climate.py:91:25: warning[possibly-missing-attribute] Attribute `zones` may be missing on object of type `Unknown | Device`
homeassistant/components/melcloud/climate.py:262:12: error[unsupported-operator] Operator `not in` is not supported between objects of type `str` and `Unknown | list[str] | None`
homeassistant/components/melcloud/climate.py:271:12: error[unsupported-operator] Operator `not in` is not supported between objects of type `str` and `Unknown | list[str] | None`
homeassistant/components/melcloud/config_flow.py:50:25: error[invalid-argument-type] Argument to function `login` is incorrect: Expected `str`, found `str | None`
homeassistant/components/melcloud/sensor.py:136:25: warning[possibly-missing-attribute] Attribute `zones` may be missing on object of type `Unknown | Device`
homeassistant/components/melcloud/water_heater.py:37:40: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `AtwDevice`, found `Unknown | Device`
homeassistant/components/melissa/climate.py:150:25: warning[possibly-missing-attribute] Attribute `copy` may be missing on object of type `Unknown | None`
homeassistant/components/melissa/climate.py:151:13: warning[possibly-missing-attribute] Attribute `update` may be missing on object of type `Unknown | None`
homeassistant/components/message_bird/notify.py:7:8: error[unresolved-import] Cannot resolve imported module `messagebird`
homeassistant/components/message_bird/notify.py:8:6: error[unresolved-import] Cannot resolve imported module `messagebird.client`
homeassistant/components/meteo_france/__init__.py:67:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `def _async_update_data_forecast_forecast() -> CoroutineType[Any, Any, Forecast]`
homeassistant/components/meteo_france/__init__.py:85:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `def _async_update_data_rain() -> CoroutineType[Any, Any, Rain]`
homeassistant/components/meteo_france/__init__.py:96:18: error[unresolved-attribute] Object of type `dict[str, Any]` has no attribute `position`
homeassistant/components/meteo_france/__init__.py:109:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `def _async_update_data_alert() -> CoroutineType[Any, Any, CurrentPhenomenons]`
homeassistant/components/meteo_france/sensor.py:284:27: error[unsupported-operator] Operator `*` is unsupported between objects of type `int | None | Any` and `float`
homeassistant/components/meteo_lt/weather.py:81:16: error[invalid-return-type] Return type does not match returned value: expected `int | None`, found `Unknown | int | float`
homeassistant/components/meteo_lt/weather.py:96:16: error[invalid-return-type] Return type does not match returned value: expected `int | None`, found `Unknown | int | float`
homeassistant/components/meteo_lt/weather.py:106:16: error[invalid-return-type] Return type does not match returned value: expected `int | None`, found `Unknown | int | float`
homeassistant/components/meteoalarm/binary_sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `meteoalertapi`
homeassistant/components/meteoclimatic/sensor.py:152:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str | None]]`
homeassistant/components/meteoclimatic/sensor.py:152:35: warning[possibly-missing-attribute] Attribute `unique_id` may be missing on object of type `ConfigEntry[Any] | None`
homeassistant/components/meteoclimatic/weather.py:68:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str | None]]`
homeassistant/components/meteoclimatic/weather.py:68:35: warning[possibly-missing-attribute] Attribute `unique_id` may be missing on object of type `ConfigEntry[Any] | None`
homeassistant/components/metoffice/__init__.py:72:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `def async_update_hourly() -> CoroutineType[Any, Any, Forecast]`
homeassistant/components/metoffice/__init__.py:81:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `def async_update_daily() -> CoroutineType[Any, Any, Forecast]`
homeassistant/components/metoffice/__init__.py:90:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `def async_update_twice_daily() -> CoroutineType[Any, Any, Forecast]`
homeassistant/components/microbees/binary_sensor.py:80:16: error[invalid-return-type] Return type does not match returned value: expected `bool`, found `int | float`
homeassistant/components/microbees/climate.py:112:9: error[invalid-assignment] Object of type `Any | None` is not assignable to attribute `targetTemp` of type `int | float`
homeassistant/components/microbees/light.py:46:9: error[invalid-assignment] Object of type `list[int]` is not assignable to attribute `_attr_rgbw_color` of type `tuple[int, int, int, int] | None`
homeassistant/components/microbees/light.py:56:16: error[invalid-return-type] Return type does not match returned value: expected `bool`, found `int`
homeassistant/components/microbees/switch.py:56:16: error[invalid-return-type] Return type does not match returned value: expected `bool`, found `int`
homeassistant/components/mikrotik/coordinator.py:345:12: error[invalid-return-type] Return type does not match returned value: expected `Api`, found `type[Api]`
homeassistant/components/mill/climate.py:117:15: warning[possibly-missing-attribute] Attribute `set_heater_temp` may be missing on object of type `Unknown | Mill | Mill`
homeassistant/components/mill/climate.py:118:13: error[invalid-argument-type] Argument to bound method `set_heater_temp` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/mill/climate.py:125:19: warning[possibly-missing-attribute] Attribute `heater_control` may be missing on object of type `Unknown | Mill | Mill`
homeassistant/components/mill/climate.py:126:17: error[invalid-argument-type] Argument to bound method `heater_control` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/mill/climate.py:130:19: warning[possibly-missing-attribute] Attribute `heater_control` may be missing on object of type `Unknown | Mill | Mill`
homeassistant/components/mill/climate.py:131:17: error[invalid-argument-type] Argument to bound method `heater_control` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/mill/climate.py:136:9: error[invalid-method-override] Invalid override of method `_update_attr`: Definition is incompatible with `MillBaseEntity._update_attr`
homeassistant/components/mill/climate.py:178:19: warning[possibly-missing-attribute] Attribute `mac_address` may be missing on object of type `Unknown | Mill | Mill`
homeassistant/components/mill/climate.py:182:35: warning[possibly-missing-attribute] Attribute `url` may be missing on object of type `Unknown | Mill | Mill`
homeassistant/components/mill/climate.py:185:22: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | Mill | Mill`
homeassistant/components/mill/climate.py:186:28: warning[possibly-missing-attribute] Attribute `version` may be missing on object of type `Unknown | Mill | Mill`
homeassistant/components/mill/climate.py:195:15: warning[possibly-missing-attribute] Attribute `set_target_temperature` may be missing on object of type `Unknown | Mill | Mill`
homeassistant/components/mill/climate.py:203:19: warning[possibly-missing-attribute] Attribute `set_operation_mode_control_individually` may be missing on object of type `Unknown | Mill | Mill`
homeassistant/components/mill/climate.py:206:19: warning[possibly-missing-attribute] Attribute `set_operation_mode_off` may be missing on object of type `Unknown | Mill | Mill`
homeassistant/components/mill/entity.py:33:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str | None]]`
homeassistant/components/mill/entity.py:43:27: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Unknown | str | None` on object of type `dict[str, Any]`
homeassistant/components/mill/number.py:56:35: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/mill/number.py:63:15: warning[possibly-missing-attribute] Attribute `max_heating_power` may be missing on object of type `Unknown | Mill | Mill`
homeassistant/components/mill/number.py:63:71: error[invalid-argument-type] Argument to bound method `max_heating_power` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/mill/sensor.py:221:19: warning[possibly-missing-attribute] Attribute `mac_address` may be missing on object of type `Unknown | Mill | Mill`
homeassistant/components/mill/sensor.py:225:35: warning[possibly-missing-attribute] Attribute `url` may be missing on object of type `Unknown | Mill | Mill`
homeassistant/components/mill/sensor.py:228:22: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | Mill | Mill`
homeassistant/components/mill/sensor.py:229:28: warning[possibly-missing-attribute] Attribute `version` may be missing on object of type `Unknown | Mill | Mill`
homeassistant/components/min_max/sensor.py:257:57: error[invalid-assignment] Object of type `Event[EventStateChangedData | dict[Unknown | str, Unknown | str | State | None]]` is not assignable to `Event[EventStateChangedData]`
homeassistant/components/mobile_app/device_tracker.py:70:16: error[invalid-return-type] Return type does not match returned value: expected `int | None`, found `Unknown | None | tuple[Any | None, Any | None]`
homeassistant/components/mobile_app/device_tracker.py:70:16: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
homeassistant/components/mobile_app/device_tracker.py:77:26: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
homeassistant/components/mobile_app/device_tracker.py:85:16: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `Unknown | tuple[Any | None, Any | None] | None`
homeassistant/components/mobile_app/device_tracker.py:85:16: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
homeassistant/components/mobile_app/device_tracker.py:90:20: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
homeassistant/components/mobile_app/device_tracker.py:98:20: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
homeassistant/components/mobile_app/device_tracker.py:106:29: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
homeassistant/components/mobile_app/device_tracker.py:113:20: error[invalid-return-type] Return type does not match returned value: expected `str | None`, found `(Unknown & ~AlwaysFalsy & ~Literal["home"]) | tuple[Any | None, Any | None]`
homeassistant/components/mobile_app/entity.py:100:28: error[invalid-argument-type] Argument to function `device_info` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | MappingProxyType[str, Any]`
homeassistant/components/mobile_app/webhook.py:170:23: warning[possibly-missing-attribute] Submodule `humanize` may not be available as an attribute on module `voluptuous`
homeassistant/components/mobile_app/webhook.py:211:15: warning[possibly-missing-attribute] Submodule `humanize` may not be available as an attribute on module `voluptuous`
homeassistant/components/mobile_app/webhook.py:675:23: warning[possibly-missing-attribute] Submodule `humanize` may not be available as an attribute on module `voluptuous`
homeassistant/components/modbus/cover.py:100:34: error[invalid-argument-type] Argument to bound method `_set_attr_state` is incorrect: Expected `str | int`, found `Unknown | bool | None`
homeassistant/components/modbus/light.py:202:20: error[unsupported-operator] Operator `-` is unsupported between objects of type `int | None` and `int | None`
homeassistant/components/modbus/light.py:219:16: error[unsupported-operator] Operator `-` is unsupported between objects of type `int` and `int | None`
homeassistant/components/modbus/light.py:221:16: error[unsupported-operator] Operator `-` is unsupported between objects of type `int | None` and `int | None`
homeassistant/components/modern_forms/coordinator.py:46:15: error[invalid-method-override] Invalid override of method `_async_update_data`: Definition is incompatible with `DataUpdateCoordinator._async_update_data`
homeassistant/components/modern_forms/fan.py:144:49: error[invalid-argument-type] Argument to bound method `fan` is incorrect: Expected `str | None`, found `Unknown | bool`
homeassistant/components/moehlenhoff_alpha2/config_flow.py:29:13: error[unresolved-attribute] Object of type `object` has no attribute `ClientConnectorError`
homeassistant/components/mold_indicator/__init__.py:75:44: error[invalid-key] Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
homeassistant/components/motion_blinds/button.py:57:52: warning[possibly-missing-attribute] Attribute `Go_favorite_position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/button.py:77:52: warning[possibly-missing-attribute] Attribute `Set_favorite_position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:201:12: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:203:22: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:208:12: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:210:16: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:215:52: warning[possibly-missing-attribute] Attribute `Open` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:221:52: warning[possibly-missing-attribute] Attribute `Close` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:229:17: warning[possibly-missing-attribute] Attribute `Set_position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:245:17: warning[possibly-missing-attribute] Attribute `Set_position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:255:52: warning[possibly-missing-attribute] Attribute `Stop` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:277:12: warning[possibly-missing-attribute] Attribute `angle` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:279:23: warning[possibly-missing-attribute] Attribute `angle` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:284:12: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:286:16: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:291:52: warning[possibly-missing-attribute] Attribute `Set_angle` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:298:52: warning[possibly-missing-attribute] Attribute `Set_angle` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:306:52: warning[possibly-missing-attribute] Attribute `Set_angle` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:313:52: warning[possibly-missing-attribute] Attribute `Stop` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:348:12: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:349:16: warning[possibly-missing-attribute] Attribute `angle` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:351:27: warning[possibly-missing-attribute] Attribute `angle` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:353:22: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:358:12: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:359:16: warning[possibly-missing-attribute] Attribute `angle` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:361:20: warning[possibly-missing-attribute] Attribute `angle` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:363:16: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:368:52: warning[possibly-missing-attribute] Attribute `Open` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:375:52: warning[possibly-missing-attribute] Attribute `Close` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:382:12: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:386:21: warning[possibly-missing-attribute] Attribute `Set_angle` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:391:21: warning[possibly-missing-attribute] Attribute `Set_position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:402:12: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:406:21: warning[possibly-missing-attribute] Attribute `Set_angle` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:411:21: warning[possibly-missing-attribute] Attribute `Set_position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:437:12: warning[possibly-missing-attribute] Attribute `scaled_position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:440:22: warning[possibly-missing-attribute] Attribute `scaled_position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:445:12: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:449:20: warning[possibly-missing-attribute] Attribute `width` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:451:16: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:457:12: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:459:23: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:461:12: warning[possibly-missing-attribute] Attribute `width` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:462:38: warning[possibly-missing-attribute] Attribute `width` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:468:52: warning[possibly-missing-attribute] Attribute `Open` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:474:52: warning[possibly-missing-attribute] Attribute `Close` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:482:17: warning[possibly-missing-attribute] Attribute `Set_scaled_position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:493:17: warning[possibly-missing-attribute] Attribute `Set_position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/cover.py:501:52: warning[possibly-missing-attribute] Attribute `Stop` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/entity.py:55:23: warning[possibly-missing-attribute] Attribute `_gateway` may be missing on object of type `MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/entity.py:56:12: warning[possibly-missing-attribute] Attribute `firmware` may be missing on object of type `MotionGateway | MotionBlind | Unknown`
homeassistant/components/motion_blinds/entity.py:57:29: warning[possibly-missing-attribute] Attribute `firmware` may be missing on object of type `MotionGateway | MotionBlind | Unknown`
homeassistant/components/motion_blinds/entity.py:57:59: warning[possibly-missing-attribute] Attribute `protocol` may be missing on object of type `MotionGateway | MotionBlind | Unknown`
homeassistant/components/motion_blinds/entity.py:59:39: warning[possibly-missing-attribute] Attribute `protocol` may be missing on object of type `MotionGateway | MotionBlind | Unknown`
homeassistant/components/motion_blinds/entity.py:75:23: warning[possibly-missing-attribute] Attribute `blind_type` may be missing on object of type `MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/entity.py:78:28: warning[possibly-missing-attribute] Attribute `wireless_name` may be missing on object of type `MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/entity.py:84:23: warning[possibly-missing-attribute] Attribute `blind_type` may be missing on object of type `MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/entity.py:86:37: warning[possibly-missing-attribute] Attribute `_gateway` may be missing on object of type `MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/entity.py:87:28: warning[possibly-missing-attribute] Attribute `wireless_name` may be missing on object of type `MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/entity.py:115:41: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/entity.py:116:38: warning[possibly-missing-attribute] Attribute `angle` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/entity.py:123:52: warning[possibly-missing-attribute] Attribute `Update_trigger` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/entity.py:130:17: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/entity.py:135:17: warning[possibly-missing-attribute] Attribute `angle` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/entity.py:156:12: warning[possibly-missing-attribute] Attribute `position` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/entity.py:156:45: warning[possibly-missing-attribute] Attribute `angle` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/gateway.py:54:31: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `MotionMulticast`, found `Unknown | None`
homeassistant/components/motion_blinds/gateway.py:122:35: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `MotionMulticast`, found `AsyncMotionMulticast`
homeassistant/components/motion_blinds/sensor.py:68:16: warning[possibly-missing-attribute] Attribute `battery_level` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/sensor.py:73:39: warning[possibly-missing-attribute] Attribute `battery_voltage` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/sensor.py:90:12: warning[possibly-missing-attribute] Attribute `battery_level` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/sensor.py:92:16: warning[possibly-missing-attribute] Attribute `battery_level` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/sensor.py:98:12: warning[possibly-missing-attribute] Attribute `battery_voltage` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/motion_blinds/sensor.py:99:48: warning[possibly-missing-attribute] Attribute `battery_voltage` may be missing on object of type `Unknown | MotionGateway | MotionBlind`
homeassistant/components/mpd/config_flow.py:39:13: error[unresolved-attribute] Unresolved attribute `timeout` on type `MPDClient`.
homeassistant/components/mpd/config_flow.py:40:13: error[unresolved-attribute] Unresolved attribute `idletimeout` on type `MPDClient`.
homeassistant/components/mpd/config_flow.py:45:31: error[unresolved-attribute] Object of type `MPDClient` has no attribute `password`
homeassistant/components/mpd/media_player.py:120:9: error[unresolved-attribute] Unresolved attribute `timeout` on type `MPDClient`.
homeassistant/components/mpd/media_player.py:121:9: error[unresolved-attribute] Unresolved attribute `idletimeout` on type `MPDClient`.
homeassistant/components/mpd/media_player.py:137:48: warning[possibly-missing-attribute] Attribute `timeout` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:144:27: warning[possibly-missing-attribute] Attribute `password` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:175:38: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:176:43: warning[possibly-missing-attribute] Attribute `currentsong` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:210:16: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/mpd/media_player.py:215:32: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/mpd/media_player.py:227:16: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/mpd/media_player.py:228:17: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/mpd/media_player.py:229:21: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/mpd/media_player.py:245:19: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/mpd/media_player.py:253:16: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/mpd/media_player.py:308:35: warning[possibly-missing-attribute] Attribute `commands` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:318:38: warning[possibly-missing-attribute] Attribute `readpicture` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:330:38: warning[possibly-missing-attribute] Attribute `albumart` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:384:44: warning[possibly-missing-attribute] Attribute `listplaylists` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:394:23: warning[possibly-missing-attribute] Attribute `setvol` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:403:21: warning[possibly-missing-attribute] Attribute `setvol` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:412:27: warning[possibly-missing-attribute] Attribute `setvol` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:418:23: warning[possibly-missing-attribute] Attribute `pause` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:420:23: warning[possibly-missing-attribute] Attribute `play` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:425:19: warning[possibly-missing-attribute] Attribute `pause` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:430:19: warning[possibly-missing-attribute] Attribute `stop` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:435:19: warning[possibly-missing-attribute] Attribute `next` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:440:19: warning[possibly-missing-attribute] Attribute `previous` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:471:23: warning[possibly-missing-attribute] Attribute `clear` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:472:23: warning[possibly-missing-attribute] Attribute `load` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:473:23: warning[possibly-missing-attribute] Attribute `play` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:475:23: warning[possibly-missing-attribute] Attribute `clear` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:477:23: warning[possibly-missing-attribute] Attribute `add` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:478:23: warning[possibly-missing-attribute] Attribute `play` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:493:23: warning[possibly-missing-attribute] Attribute `repeat` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:494:23: warning[possibly-missing-attribute] Attribute `single` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:496:23: warning[possibly-missing-attribute] Attribute `repeat` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:498:27: warning[possibly-missing-attribute] Attribute `single` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:500:27: warning[possibly-missing-attribute] Attribute `single` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:505:25: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Unknown | None`
homeassistant/components/mpd/media_player.py:510:19: warning[possibly-missing-attribute] Attribute `random` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:515:19: warning[possibly-missing-attribute] Attribute `stop` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:520:19: warning[possibly-missing-attribute] Attribute `play` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:526:19: warning[possibly-missing-attribute] Attribute `clear` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mpd/media_player.py:531:19: warning[possibly-missing-attribute] Attribute `seekcur` may be missing on object of type `Unknown | MPDClient`
homeassistant/components/mqtt/client.py:879:30: error[unresolved-attribute] Object of type `object` has no attribute `__name__`
homeassistant/components/mqtt/client.py:881:30: error[unresolved-attribute] Object of type `((ReceiveMessage, /) -> Coroutine[Any, Any, None] | None) & ~Top[partial[Unknown]]` has no attribute `__name__`
homeassistant/components/mqtt/config_flow.py:3762:65: error[no-matching-overload] No overload of bound method `__init__` matches arguments
homeassistant/components/mqtt/config_flow.py:4600:30: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, dict[str, Any]].__getitem__(key: str, /) -> dict[str, Any]` cannot be called with key of type `str | None` on object of type `dict[str, dict[str, Any]]`
homeassistant/components/mqtt/config_flow.py:4602:33: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, dict[str, Any]].__getitem__(key: str, /) -> dict[str, Any]` cannot be called with key of type `str | None` on object of type `dict[str, dict[str, Any]]`
homeassistant/components/mqtt/config_flow.py:4974:13: error[no-matching-overload] No overload of bound method `update` matches arguments
homeassistant/components/mqtt/config_flow.py:4975:13: error[no-matching-overload] No overload of bound method `update` matches arguments
homeassistant/components/mqtt/config_flow.py:5011:9: error[no-matching-overload] No overload of bound method `update` matches arguments
homeassistant/components/mqtt/config_flow.py:5023:13: error[no-matching-overload] No overload of bound method `update` matches arguments
homeassistant/components/mqtt/config_flow.py:5024:13: error[no-matching-overload] No overload of bound method `update` matches arguments
homeassistant/components/mqtt/debug_info.py:64:13: error[invalid-assignment] Invalid subscript assignment with key of type `str` and value of type `dict[Unknown | str, Unknown | int | deque[Unknown]]` on object of type `dict[str, SubscriptionDebugInfo]`
homeassistant/components/mqtt/debug_info.py:120:5: error[invalid-assignment] Invalid subscript assignment with key of type `tuple[str, str]` and value of type `dict[Unknown | str, Unknown | str | dict[str, Any]]` on object of type `dict[tuple[str, str], TriggerDebugInfo]`
homeassistant/components/mqtt/discovery.py:63:42: error[invalid-type-arguments] Too many type arguments to class `SignalTypeFormat`: expected 0, got 1
homeassistant/components/mqtt/discovery.py:66:38: error[invalid-type-arguments] Too many type arguments to class `SignalTypeFormat`: expected 0, got 1
homeassistant/components/mqtt/discovery.py:69:39: error[invalid-type-arguments] Too many type arguments to class `SignalTypeFormat`: expected 0, got 1
homeassistant/components/mqtt/discovery.py:544:13: error[invalid-assignment] Invalid subscript assignment with key of type `tuple[str, str]` and value of type `dict[Unknown | str, Unknown | (() -> None) | deque[Unknown]]` on object of type `dict[tuple[str, str], PendingDiscovered]`
homeassistant/components/mqtt/entity.py:382:17: error[no-matching-overload] No overload of bound method `update` matches arguments
homeassistant/components/mqtt/entity.py:383:17: error[no-matching-overload] No overload of bound method `update` matches arguments
homeassistant/components/mqtt/entity.py:1734:47: error[invalid-key] Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Create`: Unknown key "changes"
homeassistant/components/mqtt/entity.py:1734:47: error[invalid-key] Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Remove`: Unknown key "changes"
homeassistant/components/mqtt/subscription.py:169:28: error[invalid-assignment] Implicit shadowing of function `async_unsubscribe_topics`
homeassistant/components/mqtt/valve.py:335:54: error[invalid-argument-type] Argument to bound method `_process_position_valve_update` is incorrect: Expected `str`, found `Unknown | str | bytes | ... omitted 6 union elements`
homeassistant/components/mqtt/valve.py:335:72: error[invalid-argument-type] Argument to bound method `_process_position_valve_update` is incorrect: Expected `str`, found `Unknown | str | bytes | ... omitted 6 union elements`
homeassistant/components/mqtt/valve.py:337:52: error[invalid-argument-type] Argument to bound method `_process_binary_valve_update` is incorrect: Expected `str`, found `Unknown | str | bytes | ... omitted 6 union elements`
homeassistant/components/msteams/notify.py:7:8: error[unresolved-import] Cannot resolve imported module `pymsteams`
homeassistant/components/music_assistant/media_player.py:615:39: warning[possibly-missing-attribute] Attribute `uri` may be missing on object of type `QueueItem | None`
homeassistant/components/music_assistant/media_player.py:616:37: warning[possibly-missing-attribute] Attribute `duration` may be missing on object of type `QueueItem | None`
homeassistant/components/mutesync/config_flow.py:41:12: error[invalid-return-type] Return type does not match returned value: expected `dict[str, Any]`, found `str`
homeassistant/components/mvglive/sensor.py:11:6: error[unresolved-import] Cannot resolve imported module `mvg`
homeassistant/components/mycroft/notify.py:7:6: error[unresolved-import] Cannot resolve imported module `mycroftapi`
homeassistant/components/mycroft/notify.py:40:13: error[missing-argument] No argument provided for required parameter `msg` of bound method `log`
homeassistant/components/mycroft/notify.py:40:25: error[invalid-argument-type] Argument to bound method `log` is incorrect: Expected `int`, found `Literal["Could not reach this instance of mycroft"]`
homeassistant/components/mysensors/gateway.py:327:20: warning[possibly-missing-attribute] Attribute `const` may be missing on object of type `Unknown | None`
homeassistant/components/mysensors/handler.py:40:16: warning[possibly-missing-attribute] Attribute `const` may be missing on object of type `Unknown | None`
homeassistant/components/mysensors/helpers.py:167:26: error[invalid-argument-type] Argument to function `validate_node` is incorrect: Expected `BaseAsyncGateway`, found `Unknown | None`
homeassistant/components/mysensors/helpers.py:169:13: warning[possibly-missing-attribute] Attribute `sensors` may be missing on object of type `Unknown | None`
homeassistant/components/mysensors/helpers.py:170:39: error[invalid-argument-type] Argument to function `validate_child` is incorrect: Expected `BaseAsyncGateway`, found `Unknown | None`
homeassistant/components/mystrom/sensor.py:80:29: error[invalid-assignment] Object of type `MyStromSwitch | MyStromBulb` is not assignable to `MyStromSwitch`
homeassistant/components/mystrom/sensor.py:108:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str | None]]`
homeassistant/components/nad/media_player.py:5:6: error[unresolved-import] Cannot resolve imported module `nad_receiver`
homeassistant/components/nasweb/sensor.py:155:41: error[unsupported-operator] Operator `in` is not supported between objects of type `(Unknown & ~None) | str` and `list[str] | None`
homeassistant/components/neato/api.py:31:9: error[invalid-method-override] Invalid override of method `refresh_tokens`: Definition is incompatible with `OAuthSession.refresh_tokens`
homeassistant/components/neato/vacuum.py:298:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/neato/vacuum.py:299:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/neato/vacuum.py:300:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/neato/vacuum.py:301:16: error[invalid-return-type] Return type does not match returned value: expected `DeviceInfo`, found `DeviceInfo | None`
homeassistant/components/ness_alarm/alarm_control_panel.py:74:35: error[invalid-argument-type] Argument to bound method `disarm` is incorrect: Expected `str`, found `str | None`
homeassistant/components/ness_alarm/alarm_control_panel.py:86:34: error[invalid-argument-type] Argument to bound method `panic` is incorrect: Expected `str`, found `str | None`
homeassistant/components/netdata/sensor.py:7:6: error[unresolved-import] Cannot resolve imported module `netdata`
homeassistant/components/netdata/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `netdata.exceptions`
homeassistant/components/netgear/__init__.py:96:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `def async_update_devices() -> CoroutineType[Any, Any, bool]`
homeassistant/components/netgear/config_flow.py:133:13: error[invalid-argument-type] Argument to bound method `async_show_form` is incorrect: Expected `Mapping[str, str] | None`, found `Unknown | dict[Unknown | str, Unknown | str | int]`
homeassistant/components/netgear_lte/__init__.py:76:32: error[unknown-argument] Argument `hostname` does not match any known parameter
homeassistant/components/netgear_lte/__init__.py:76:47: error[unknown-argument] Argument `websession` does not match any known parameter
homeassistant/components/netgear_lte/config_flow.py:66:13: error[unknown-argument] Argument `hostname` does not match any known parameter
homeassistant/components/netgear_lte/config_flow.py:67:13: error[unknown-argument] Argument `password` does not match any known parameter
homeassistant/components/netgear_lte/config_flow.py:68:13: error[unknown-argument] Argument `websession` does not match any known parameter
homeassistant/components/netio/switch.py:10:6: error[unresolved-import] Cannot resolve imported module `pynetio`
homeassistant/components/neurio_energy/sensor.py:8:8: error[unresolved-import] Cannot resolve imported module `neurio`
homeassistant/components/nexia/climate.py:170:45: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | int`
homeassistant/components/nexia/climate.py:368:17: error[unsupported-operator] Operator `-` is unsupported between objects of type `Any | None | int` and `(Any & ~AlwaysFalsy) | (int & ~AlwaysFalsy)`
homeassistant/components/nexia/climate.py:375:17: error[unsupported-operator] Operator `-` is unsupported between objects of type `(Any & ~AlwaysFalsy) | (int & ~AlwaysFalsy)` and `Any | None | int`
homeassistant/components/nexia/coordinator.py:44:16: error[invalid-return-type] Return type does not match returned value: expected `dict[str, Any]`, found `Unknown | dict[str, Any] | None`
homeassistant/components/nexia/entity.py:59:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, int | str]]`
homeassistant/components/nexia/entity.py:110:9: error[unsupported-operator] Operator `|=` is unsupported between objects of type `DeviceInfo & ~None` and `dict[Unknown | str, Unknown | set[Unknown | tuple[str, Unknown | str | int]] | str | tuple[str, Unknown | int | str]]`
homeassistant/components/nexia/scene.py:45:39: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `int`
homeassistant/components/nexia/switch.py:74:45: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | int`
homeassistant/components/nexia/switch.py:112:32: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[int, NexiaRoomIQHarmonizer].__getitem__(key: int, /) -> NexiaRoomIQHarmonizer` cannot be called with key of type `Unknown | str | int` on object of type `dict[int, NexiaRoomIQHarmonizer]`
homeassistant/components/nexia/switch.py:117:13: error[invalid-assignment] Invalid subscript assignment with key of type `Unknown | str | int` and value of type `NexiaRoomIQHarmonizer` on object of type `dict[int, NexiaRoomIQHarmonizer]`
homeassistant/components/nextbus/coordinator.py:118:29: error[invalid-assignment] Invalid subscript assignment with key of type `RouteStop` and value of type `Unknown | StopPrediction` on object of type `dict[RouteStop, dict[str, Any]]`
homeassistant/components/nibe_heatpump/__init__.py:105:9: error[call-non-callable] Object of type `object` is not callable
homeassistant/components/nice_go/coordinator.py:159:25: error[invalid-argument-type] Argument to bound method `authenticate_refresh` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/nightscout/__init__.py:39:14: error[unresolved-attribute] Object of type `ServerStatus` has no attribute `name`
homeassistant/components/nightscout/__init__.py:40:20: error[unresolved-attribute] Object of type `ServerStatus` has no attribute `version`
homeassistant/components/nightscout/config_flow.py:29:12: error[unresolved-attribute] Object of type `ServerStatus` has no attribute `settings`
homeassistant/components/nightscout/config_flow.py:37:22: error[unresolved-attribute] Object of type `ServerStatus` has no attribute `name`
homeassistant/components/niko_home_control/light.py:52:13: error[invalid-assignment] Object of type `str | int` is not assignable to attribute `_attr_brightness` of type `int | None`
homeassistant/components/niko_home_control/light.py:65:28: error[unsupported-operator] Operator `>` is not supported between objects of type `str | int` and `Literal[0]`
homeassistant/components/niko_home_control/light.py:67:13: error[invalid-assignment] Object of type `str | int` is not assignable to attribute `_attr_brightness` of type `int | None`
homeassistant/components/niko_home_control/scene.py:36:15: warning[possibly-missing-attribute] Attribute `activate` may be missing on object of type `Unknown | NHCAction`
homeassistant/components/nilu/air_quality.py:8:6: error[unresolved-import] Cannot resolve imported module `niluclient`
homeassistant/components/nissan_leaf/__init__.py:12:6: error[unresolved-import] Cannot resolve imported module `pycarwings2`
homeassistant/components/nissan_leaf/__init__.py:13:6: error[unresolved-import] Cannot resolve imported module `pycarwings2.responses`
homeassistant/components/nmap_tracker/__init__.py:220:9: error[invalid-assignment] Object of type `dict[str | Unknown, str | None | Unknown]` is not assignable to attribute `_known_mac_addresses` of type `dict[str, str]`
homeassistant/components/nmap_tracker/__init__.py:249:17: error[invalid-argument-type] Argument to function `async_track_time_interval` is incorrect: Expected `timedelta`, found `Unknown | None | timedelta`
homeassistant/components/nmap_tracker/__init__.py:262:60: error[unsupported-operator] Operator `>` is not supported between objects of type `datetime` and `timedelta | datetime`
homeassistant/components/nmap_tracker/__init__.py:265:33: error[unsupported-operator] Operator `+` is unsupported between objects of type `Unknown | None` and `list[str | Unknown]`
homeassistant/components/nmap_tracker/__init__.py:272:13: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `str`
homeassistant/components/nmap_tracker/__init__.py:274:12: error[unsupported-operator] Operator `not in` is not supported between objects of type `Literal["--reason"]` and `Unknown | None`
homeassistant/components/nmap_tracker/__init__.py:275:13: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `Literal[" --reason"]`
homeassistant/components/nmap_tracker/__init__.py:277:12: error[unsupported-operator] Operator `not in` is not supported between objects of type `Literal["-v"]` and `Unknown | None`
homeassistant/components/nmap_tracker/__init__.py:278:13: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `Literal[" -v"]`
homeassistant/components/nmap_tracker/__init__.py:284:12: warning[possibly-missing-attribute] Attribute `locked` may be missing on object of type `Unknown | None | Lock`
homeassistant/components/nmap_tracker/__init__.py:291:20: error[invalid-context-manager] Object of type `Unknown | None | Lock` cannot be used with `async with` because the methods `__aenter__` and `__aexit__` are possibly missing
homeassistant/components/nmap_tracker/__init__.py:312:17: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `None`
homeassistant/components/nmap_tracker/__init__.py:314:17: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `None`
homeassistant/components/nmap_tracker/__init__.py:315:17: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `str | None`
homeassistant/components/nmap_tracker/__init__.py:318:17: error[invalid-argument-type] Argument is incorrect: Expected `datetime | None`, found `Literal[1]`
homeassistant/components/nmap_tracker/__init__.py:331:27: error[no-matching-overload] No overload of bound method `join` matches arguments
homeassistant/components/nmap_tracker/__init__.py:418:16: error[unsupported-operator] Operator `in` is not supported between objects of type `Unknown` and `Unknown | None`
homeassistant/components/nmap_tracker/__init__.py:430:50: error[invalid-argument-type] Argument to function `human_readable_name` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | str | None`
homeassistant/components/nmap_tracker/__init__.py:432:54: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | str | None`
homeassistant/components/nmbs/sensor.py:272:19: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/noaa_tides/sensor.py:9:8: error[unresolved-import] Cannot resolve imported module `noaa_coops`
homeassistant/components/nobo_hub/config_flow.py:169:38: warning[possibly-missing-attribute] Attribute `items` may be missing on object of type `dict[str, Any] | None`
homeassistant/components/notify_events/notify.py:76:61: error[invalid-argument-type] Argument to bound method `add_image_from_url` is incorrect: Expected `str`, found `None | Unknown`
homeassistant/components/notify_events/notify.py:76:72: error[invalid-argument-type] Argument to bound method `add_image_from_url` is incorrect: Expected `str`, found `None | Unknown`
homeassistant/components/notify_events/notify.py:78:60: error[invalid-argument-type] Argument to bound method `add_file_from_url` is incorrect: Expected `str`, found `None | Unknown`
homeassistant/components/notify_events/notify.py:78:71: error[invalid-argument-type] Argument to bound method `add_file_from_url` is incorrect: Expected `str`, found `None | Unknown`
homeassistant/components/notify_events/notify.py:82:46: error[invalid-argument-type] Argument to bound method `add_image_from_content` is incorrect: Expected `str`, found `None | Unknown`
homeassistant/components/notify_events/notify.py:82:57: error[invalid-argument-type] Argument to bound method `add_image_from_content` is incorrect: Expected `str`, found `None | Unknown`
homeassistant/components/notify_events/notify.py:85:68: error[invalid-argument-type] Argument to bound method `add_file_from_content` is incorrect: Expected `str`, found `None | Unknown`
homeassistant/components/notify_events/notify.py:85:79: error[invalid-argument-type] Argument to bound method `add_file_from_content` is incorrect: Expected `str`, found `None | Unknown`
homeassistant/components/notify_events/notify.py:91:57: error[invalid-argument-type] Argument to bound method `add_image` is incorrect: Expected `str`, found `None | Unknown`
homeassistant/components/notify_events/notify.py:91:68: error[invalid-argument-type] Argument to bound method `add_image` is incorrect: Expected `str`, found `None | Unknown`
homeassistant/components/notify_events/notify.py:93:56: error[invalid-argument-type] Argument to bound method `add_file` is incorrect: Expected `str`, found `None | Unknown`
homeassistant/components/notify_events/notify.py:93:67: error[invalid-argument-type] Argument to bound method `add_file` is incorrect: Expected `str`, found `None | Unknown`
homeassistant/components/nsw_fuel_station/__init__.py:64:13: error[invalid-argument-type] Argument is incorrect: Expected `dict[tuple[int, str], int | float]`, found `dict[tuple[Unknown | int | None, Unknown | str] | Unknown, Unknown | int | float]`
homeassistant/components/nsw_rural_fire_service_feed/geo_location.py:166:16: error[invalid-return-type] Return type does not match returned value: expected `NswRuralFireServiceIncidentsFeedEntry | None`, found `Unknown | None | FeedEntry`
homeassistant/components/nsw_rural_fire_service_feed/geo_location.py:249:31: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/nsw_rural_fire_service_feed/geo_location.py:250:32: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/nuki/binary_sensor.py:60:38: warning[possibly-missing-attribute] Attribute `is_door_sensor_activated` may be missing on object of type `Unknown | NukiDevice`
homeassistant/components/nuki/binary_sensor.py:65:16: warning[possibly-missing-attribute] Attribute `door_sensor_state` may be missing on object of type `Unknown | NukiDevice`
homeassistant/components/nuki/binary_sensor.py:70:16: warning[possibly-missing-attribute] Attribute `door_sensor_state_name` may be missing on object of type `Unknown | NukiDevice`
homeassistant/components/nuki/binary_sensor.py:92:16: warning[possibly-missing-attribute] Attribute `ring_action_state` may be missing on object of type `Unknown | NukiDevice`
homeassistant/components/nuki/binary_sensor.py:129:16: warning[possibly-missing-attribute] Attribute `battery_charging` may be missing on object of type `Unknown | NukiDevice`
homeassistant/components/nuki/sensor.py:47:16: warning[possibly-missing-attribute] Attribute `battery_charge` may be missing on object of type `Unknown | NukiDevice`
homeassistant/components/nws/__init__.py:76:21: error[invalid-argument-type] Argument to function `call_with_retry` is incorrect: Expected `(Any, Any, /) -> Awaitable[Any]`, found `bound method SimpleNWS.update_forecast(*, raise_no_data: bool = Literal[False]) -> CoroutineType[Any, Any, None]`
homeassistant/components/nws/__init__.py:94:21: error[invalid-argument-type] Argument to function `call_with_retry` is incorrect: Expected `(Any, Any, /) -> Awaitable[Any]`, found `bound method SimpleNWS.update_forecast_hourly(*, raise_no_data: bool = Literal[False]) -> CoroutineType[Any, Any, None]`
homeassistant/components/nws/__init__.py:133:9: error[invalid-argument-type] Argument is incorrect: Expected `TimestampDataUpdateCoordinator[None]`, found `TimestampDataUpdateCoordinator[dict[str, Any]]`
homeassistant/components/nws/__init__.py:134:9: error[invalid-argument-type] Argument is incorrect: Expected `TimestampDataUpdateCoordinator[None]`, found `TimestampDataUpdateCoordinator[dict[str, Any]]`
homeassistant/components/nws/config_flow.py:45:12: error[invalid-return-type] Return type does not match returned value: expected `dict[str, str]`, found `dict[str, str | None]`
homeassistant/components/nws/weather.py:323:31: error[invalid-argument-type] Argument to bound method `_forecast` is incorrect: Expected `list[dict[str, Any]]`, found `Unknown | list[dict[str, Any]] | None`
homeassistant/components/nws/weather.py:328:31: error[invalid-argument-type] Argument to bound method `_forecast` is incorrect: Expected `list[dict[str, Any]]`, found `Unknown | list[dict[str, Any]] | None`
homeassistant/components/oasa_telematics/sensor.py:9:8: error[unresolved-import] Cannot resolve imported module `oasatelematics`
homeassistant/components/oasa_telematics/sensor.py:120:34: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/oasa_telematics/sensor.py:121:33: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/obihai/connectivity.py:62:13: error[invalid-assignment] Object of type `PyObihai | None` is not assignable to attribute `pyobihai` of type `PyObihai`
homeassistant/components/obihai/connectivity.py:68:9: error[invalid-assignment] Object of type `dict[str, Any]` is not assignable to attribute `services` of type `list[Unknown]`
homeassistant/components/obihai/connectivity.py:69:9: error[invalid-assignment] Object of type `dict[str, Any]` is not assignable to attribute `line_services` of type `list[Unknown]`
homeassistant/components/obihai/connectivity.py:70:9: error[invalid-assignment] Object of type `dict[str, str]` is not assignable to attribute `call_direction` of type `list[Unknown]`
homeassistant/components/octoprint/config_flow.py:158:40: warning[possibly-missing-attribute] Attribute `upnp_uuid` may be missing on object of type `DiscoverySettings | None`
homeassistant/components/octoprint/sensor.py:31:9: error[invalid-return-type] Return type does not match returned value: expected `bool`, found `(OctoprintPrinterInfo & ~AlwaysTruthy) | (PrinterState & ~AlwaysTruthy) | (PrinterFlags & ~AlwaysTruthy) | bool`
homeassistant/components/oem/climate.py:7:6: error[unresolved-import] Cannot resolve imported module `oemthermostat`
homeassistant/components/ollama/ai_task.py:60:16: warning[possibly-missing-attribute] Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/ombi/__init__.py:5:8: error[unresolved-import] Cannot resolve imported module `pyombi`
homeassistant/components/ombi/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `pyombi`
homeassistant/components/ondilo_ico/coordinator.py:181:55: error[invalid-argument-type] Argument to bound method `get_last_pool_measures` is incorrect: Expected `int`, found `Unknown | str`
homeassistant/components/onedrive/backup.py:92:17: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, _R@handle_backup_errors]` has no attribute `__name__`
homeassistant/components/onedrive/backup.py:100:17: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, _R@handle_backup_errors]` has no attribute `__name__`
homeassistant/components/onewire/onewirehub.py:47:42: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 2
homeassistant/components/onkyo/receiver.py:85:36: error[invalid-argument-type] Argument is incorrect: Expected `InfoT@connect`, found `ReceiverInfo`
homeassistant/components/onkyo/receiver.py:93:44: warning[possibly-missing-attribute] Attribute `read` may be missing on object of type `Receiver[ReceiverInfo] | None`
homeassistant/components/onvif/camera.py:182:17: error[invalid-argument-type] Argument to function `async_aiohttp_proxy_stream` is incorrect: Expected `StreamReader`, found `StreamReader`
homeassistant/components/onvif/device.py:189:20: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/onvif/device.py:480:15: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/onvif/device.py:526:19: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/onvif/device.py:546:23: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/onvif/device.py:636:19: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/onvif/device.py:664:19: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/onvif/device.py:690:12: error[no-matching-overload] No overload of function `dirname` matches arguments
homeassistant/components/onvif/event.py:558:17: error[invalid-argument-type] Argument to bound method `create_notification_manager` is incorrect: Expected `str`, found `str | None`
homeassistant/components/open_router/ai_task.py:61:16: warning[possibly-missing-attribute] Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/open_router/entity.py:164:27: warning[possibly-missing-attribute] Attribute `function` may be missing on object of type `ChatCompletionMessageFunctionToolCall | ChatCompletionMessageCustomToolCall`
homeassistant/components/open_router/entity.py:165:50: warning[possibly-missing-attribute] Attribute `function` may be missing on object of type `ChatCompletionMessageFunctionToolCall | ChatCompletionMessageCustomToolCall`
homeassistant/components/open_router/entity.py:264:44: warning[possibly-missing-attribute] Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/open_router/entity.py:272:49: warning[possibly-missing-attribute] Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/open_router/entity.py:274:39: error[invalid-assignment] Invalid assignment to key "content" with declared type `str | Iterable[ChatCompletionContentPartTextParam]` on TypedDict `ChatCompletionDeveloperMessageParam`: value of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
homeassistant/components/open_router/entity.py:274:39: error[invalid-assignment] Invalid assignment to key "content" with declared type `str | Iterable[ChatCompletionContentPartTextParam]` on TypedDict `ChatCompletionSystemMessageParam`: value of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
homeassistant/components/open_router/entity.py:274:39: error[invalid-assignment] Invalid assignment to key "content" with declared type `str | Iterable[ChatCompletionContentPartTextParam | ChatCompletionContentPartImageParam | ChatCompletionContentPartInputAudioParam | File]` on TypedDict `ChatCompletionUserMessageParam`: value of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
homeassistant/components/open_router/entity.py:274:39: error[invalid-assignment] Invalid assignment to key "content" with declared type `str | Iterable[ChatCompletionContentPartTextParam | ChatCompletionContentPartRefusalParam] | None` on TypedDict `ChatCompletionAssistantMessageParam`: value of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
homeassistant/components/open_router/entity.py:274:39: error[invalid-assignment] Invalid assignment to key "content" with declared type `str | Iterable[ChatCompletionContentPartTextParam]` on TypedDict `ChatCompletionToolMessageParam`: value of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
homeassistant/components/open_router/entity.py:274:39: error[invalid-assignment] Invalid assignment to key "content" with declared type `str | None` on TypedDict `ChatCompletionFunctionMessageParam`: value of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
homeassistant/components/openai_conversation/ai_task.py:82:16: warning[possibly-missing-attribute] Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/openai_conversation/config_flow.py:135:17: error[invalid-argument-type] Argument to bound method `async_create_entry` is incorrect: Expected `Iterable[ConfigSubentryData] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | bool | list[Unknown | str] | str] | None] | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | bool] | None]]`
homeassistant/components/openai_conversation/config_flow.py:497:17: error[invalid-argument-type] Argument to bound method `create` is incorrect: Expected `str | list[EasyInputMessageParam | Message | ResponseOutputMessageParam | ... omitted 22 union elements] | Omit`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
homeassistant/components/openai_conversation/config_flow.py:505:17: error[invalid-argument-type] Argument to bound method `create` is incorrect: Expected `ResponseTextConfigParam | Omit`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | dict[Unknown, Unknown] | bool]]`
homeassistant/components/openai_conversation/config_flow.py:506:31: error[invalid-argument-type] Invalid argument to key "format" with declared type `ResponseFormatText | ResponseFormatTextJSONSchemaConfigParam | ResponseFormatJSONObject` on TypedDict `ResponseTextConfigParam`: value of type `dict[Unknown | str, Unknown | str | dict[Unknown, Unknown] | bool]`
homeassistant/components/openai_conversation/entity.py:233:29: error[invalid-argument-type] Invalid argument to key "summary" with declared type `Iterable[Summary]` on TypedDict `ResponseReasoningItemParam`: value of type `list[dict[Unknown | str, Unknown | str] | Unknown] | list[Unknown]`
homeassistant/components/openai_conversation/entity.py:390:13: error[unresolved-reference] Name `current_tool_call` used when not defined
homeassistant/components/openai_conversation/entity.py:392:13: error[unresolved-reference] Name `current_tool_call` used when not defined
homeassistant/components/openai_conversation/entity.py:396:28: error[unresolved-reference] Name `current_tool_call` used when not defined
homeassistant/components/openai_conversation/entity.py:397:35: error[unresolved-reference] Name `current_tool_call` used when not defined
homeassistant/components/openai_conversation/entity.py:398:46: error[unresolved-reference] Name `current_tool_call` used when not defined
homeassistant/components/openai_conversation/entity.py:506:37: error[invalid-assignment] Invalid assignment to key "include" with declared type `list[Literal["computer_call_output.output.image_url", "file_search_call.results", "message.input_image.image_url", "web_search_call.action.sources", "web_search_call.results", ... omitted 3 literals]] | None` on TypedDict `ResponseCreateParamsStreaming`: value of type `list[Unknown | str]`
homeassistant/components/openai_conversation/entity.py:592:44: warning[possibly-missing-attribute] Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/openai_conversation/entity.py:595:49: warning[possibly-missing-attribute] Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `ResponseFileSearchToolCallParam` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `ResponseComputerToolCallParam` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `ComputerCallOutput` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `ResponseFunctionWebSearchParam` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `ResponseFunctionToolCallParam` - did you mean "name"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `FunctionCallOutput` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `ResponseReasoningItemParam` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `ImageGenerationCall` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `ResponseCodeInterpreterToolCallParam` - did you mean "code"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `LocalShellCall` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `LocalShellCallOutput` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `ShellCall` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `ShellCallOutput` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `ApplyPatchCall` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `ApplyPatchCallOutput` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `McpListTools` - did you mean "tools"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `McpApprovalRequest` - did you mean "name"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `McpApprovalResponse` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `McpCall` - did you mean "name"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `ResponseCustomToolCallOutputParam` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `ResponseCustomToolCallParam` - did you mean "name"?
homeassistant/components/openai_conversation/entity.py:600:34: error[invalid-key] Unknown key "role" for TypedDict `ItemReference` - did you mean "type"?
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `LocalShellCallOutput`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `ComputerCallOutput`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `ResponseFunctionWebSearchParam`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `ResponseFunctionToolCallParam`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `FunctionCallOutput`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `ImageGenerationCall`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `ResponseCodeInterpreterToolCallParam`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `LocalShellCall`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `ResponseFileSearchToolCallParam`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `ShellCall`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `ShellCallOutput`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `ApplyPatchCall`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `ApplyPatchCallOutput`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `McpListTools`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `McpApprovalRequest`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `McpApprovalResponse`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `McpCall`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `ResponseCustomToolCallOutputParam`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `ResponseCustomToolCallParam`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `ItemReference`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:601:45: error[invalid-key] Unknown key "content" for TypedDict `ResponseComputerToolCallParam`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `ShellCallOutput`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `ResponseFileSearchToolCallParam`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `ResponseComputerToolCallParam`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `ComputerCallOutput`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `ResponseFunctionWebSearchParam`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `ResponseFunctionToolCallParam`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `FunctionCallOutput`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `ImageGenerationCall`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `ResponseCodeInterpreterToolCallParam`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `LocalShellCall`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `LocalShellCallOutput`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `ShellCall`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `ApplyPatchCall`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `ApplyPatchCallOutput`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `McpListTools`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `McpApprovalRequest`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `McpApprovalResponse`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `McpCall`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `ResponseCustomToolCallOutputParam`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `ResponseCustomToolCallParam`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:26: error[invalid-key] Unknown key "content" for TypedDict `ItemReference`: Unknown key "content"
homeassistant/components/openai_conversation/entity.py:603:39: error[invalid-assignment] Invalid assignment to key "content" with declared type `list[ResponseInputTextParam | ResponseInputImageParam | ResponseInputFileParam]` on TypedDict `Message`: value of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
homeassistant/components/openai_conversation/entity.py:603:39: error[invalid-assignment] Invalid assignment to key "content" with declared type `Iterable[ResponseOutputTextParam | ResponseOutputRefusalParam]` on TypedDict `ResponseOutputMessageParam`: value of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
homeassistant/components/openai_conversation/entity.py:603:39: error[invalid-assignment] Invalid assignment to key "content" with declared type `Iterable[Content]` on TypedDict `ResponseReasoningItemParam`: value of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
homeassistant/components/openai_conversation/entity.py:603:39: error[invalid-assignment] Invalid assignment to key "content" with declared type `str | list[ResponseInputTextParam | ResponseInputImageParam | ResponseInputFileParam]` on TypedDict `EasyInputMessageParam`: value of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
homeassistant/components/openevse/sensor.py:7:8: error[unresolved-import] Cannot resolve imported module `openevsewifi`
homeassistant/components/openhome/media_player.py:88:55: error[unresolved-attribute] Object of type `(...) -> Awaitable[_R@catch_request_errors]` has no attribute `__name__`
homeassistant/components/opensensemap/air_quality.py:8:6: error[unresolved-import] Cannot resolve imported module `opensensemap_api`
homeassistant/components/opensensemap/air_quality.py:9:6: error[unresolved-import] Cannot resolve imported module `opensensemap_api.exceptions`
homeassistant/components/openweathermap/coordinator.py:190:25: error[invalid-argument-type] Invalid argument to key "temperature" with declared type `None` on TypedDict `Forecast`: value of type `Decimal`
homeassistant/components/openweathermap/coordinator.py:191:41: error[invalid-argument-type] Invalid argument to key "native_apparent_temperature" with declared type `int | float | None` on TypedDict `Forecast`: value of type `Decimal`
homeassistant/components/openweathermap/coordinator.py:192:22: error[invalid-argument-type] Invalid argument to key "pressure" with declared type `None` on TypedDict `Forecast`: value of type `int`
homeassistant/components/openweathermap/coordinator.py:194:30: error[invalid-argument-type] Invalid argument to key "native_dew_point" with declared type `int | float | None` on TypedDict `Forecast`: value of type `Decimal | None`
homeassistant/components/openweathermap/coordinator.py:196:24: error[invalid-argument-type] Invalid argument to key "wind_speed" with declared type `None` on TypedDict `Forecast`: value of type `Decimal`
homeassistant/components/openweathermap/coordinator.py:197:36: error[invalid-argument-type] Invalid argument to key "native_wind_gust_speed" with declared type `int | float | None` on TypedDict `Forecast`: value of type `Decimal | None`
homeassistant/components/openweathermap/coordinator.py:210:25: error[invalid-argument-type] Invalid argument to key "temperature" with declared type `None` on TypedDict `Forecast`: value of type `Decimal`
homeassistant/components/openweathermap/coordinator.py:211:21: error[invalid-argument-type] Invalid argument to key "templow" with declared type `None` on TypedDict `Forecast`: value of type `Decimal`
homeassistant/components/openweathermap/coordinator.py:212:41: error[invalid-argument-type] Invalid argument to key "native_apparent_temperature" with declared type `int | float | None` on TypedDict `Forecast`: value of type `DailyTemperature`
homeassistant/components/openweathermap/coordinator.py:213:22: error[invalid-argument-type] Invalid argument to key "pressure" with declared type `None` on TypedDict `Forecast`: value of type `int`
homeassistant/components/openweathermap/coordinator.py:215:30: error[invalid-argument-type] Invalid argument to key "native_dew_point" with declared type `int | float | None` on TypedDict `Forecast`: value of type `Decimal`
homeassistant/components/openweathermap/coordinator.py:217:24: error[invalid-argument-type] Invalid argument to key "wind_speed" with declared type `None` on TypedDict `Forecast`: value of type `Decimal`
homeassistant/components/openweathermap/coordinator.py:218:36: error[invalid-argument-type] Invalid argument to key "native_wind_gust_speed" with declared type `int | float | None` on TypedDict `Forecast`: value of type `Decimal | None`
homeassistant/components/opple/light.py:8:6: error[unresolved-import] Cannot resolve imported module `pyoppleio.OppleLightDevice`
homeassistant/components/oru/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `oru`
homeassistant/components/orvibo/switch.py:8:6: error[unresolved-import] Cannot resolve imported module `orvibo.s20`
homeassistant/components/osoenergy/binary_sensor.py:86:49: error[invalid-argument-type] Argument is incorrect: Expected `OSOEnergy`, found `Unknown | OSOEnergyBinarySensorData`
homeassistant/components/osoenergy/sensor.py:181:49: error[invalid-argument-type] Argument is incorrect: Expected `OSOEnergy`, found `Unknown | OSOEnergySensorData`
homeassistant/components/osoenergy/water_heater.py:271:69: error[invalid-argument-type] Argument to bound method `set_profile` is incorrect: Expected `array[Unknown]`, found `list[Unknown | int]`
homeassistant/components/osoenergy/water_heater.py:289:69: error[invalid-argument-type] Argument to bound method `set_profile` is incorrect: Expected `array[Unknown]`, found `Unknown | list[int | float]`
homeassistant/components/osramlightify/light.py:9:6: error[unresolved-import] Cannot resolve imported module `lightify`
homeassistant/components/osramlightify/light.py:362:12: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal[ColorMode.COLOR_TEMP]` and `set[ColorMode] | set[str] | None | Unknown`
homeassistant/components/osramlightify/light.py:365:12: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal[ColorMode.HS]` and `set[ColorMode] | set[str] | None | Unknown`
homeassistant/components/osramlightify/light.py:368:16: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `set[ColorMode] | set[str] | None | Unknown`
homeassistant/components/otbr/__init__.py:40:57: error[invalid-argument-type] Argument to function `async_register_firmware_info_provider` is incorrect: Expected `HardwareFirmwareInfoModule`, found `<module 'homeassistant.components.otbr.homeassistant_hardware'>`
homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py:70:13: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `list[str | Unknown]`
homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py:73:20: error[unsupported-operator] Operator `not in` is not supported between objects of type `str | Unknown` and `Unknown | list[Unknown | str] | list[str] | None`
homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py:137:12: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["drying"]` and `Unknown | list[Unknown | str] | list[str] | None`
homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py:175:14: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["drying"]` and `Unknown | list[Unknown | str] | list[str] | None`
homeassistant/components/ovo_energy/config_flow.py:66:25: error[invalid-argument-type] Argument to bound method `async_create_entry` is incorrect: Expected `str`, found `str | None`
homeassistant/components/ovo_energy/config_flow.py:111:21: error[invalid-argument-type] Argument to bound method `authenticate` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/ovo_energy/entity.py:40:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | int | None]]`
homeassistant/components/ovo_energy/sensor.py:41:62: error[invalid-assignment] Object of type `Overload[(number: _SupportsRound1[_T@round], ndigits: None = None) -> _T@round, (number: _SupportsRound2[_T@round], ndigits: SupportsIndex) -> _T@round]` is not assignable to `(OVODailyUsage, /) -> StateType | datetime`
homeassistant/components/ovo_energy/sensor.py:180:46: error[invalid-argument-type] Argument is incorrect: Expected `OVODailyUsage`, found `DataUpdateCoordinator[OVODailyUsage]`
homeassistant/components/owntracks/__init__.py:148:9: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["topic"]` and value of type `Unknown` on object of type `JsonValueType`
homeassistant/components/owntracks/device_tracker.py:83:16: error[invalid-return-type] Return type does not match returned value: expected `int | None`, found `Unknown | None | tuple[Any | None, Any | None]`
homeassistant/components/owntracks/device_tracker.py:88:16: error[invalid-return-type] Return type does not match returned value: expected `dict[str, Any] | None`, found `Unknown | None | tuple[Any | None, Any | None]`
homeassistant/components/owntracks/device_tracker.py:93:16: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `Unknown | tuple[Any | None, Any | None] | None`
homeassistant/components/owntracks/device_tracker.py:100:20: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/owntracks/device_tracker.py:109:20: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/owntracks/device_tracker.py:116:16: error[invalid-return-type] Return type does not match returned value: expected `str | None`, found `Unknown | None | tuple[Any | None, Any | None]`
homeassistant/components/owntracks/device_tracker.py:121:16: error[invalid-return-type] Return type does not match returned value: expected `SourceType`, found `Unknown | tuple[Any | None, Any | None] | None`
homeassistant/components/owntracks/device_tracker.py:128:35: error[invalid-assignment] Invalid assignment to key "name" with declared type `str | None` on TypedDict `DeviceInfo`: value of type `Unknown | tuple[Any | None, Any | None] | None`
homeassistant/components/owntracks/messages.py:74:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `str`
homeassistant/components/owntracks/messages.py:76:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `str`
homeassistant/components/owntracks/messages.py:78:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `str`
homeassistant/components/owntracks/messages.py:80:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `str`
homeassistant/components/owntracks/messages.py:82:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `str`
homeassistant/components/panasonic_bluray/media_player.py:7:6: error[unresolved-import] Cannot resolve imported module `panacotta`
homeassistant/components/panasonic_viera/__init__.py:198:33: warning[possibly-missing-attribute] Attribute `upper` may be missing on object of type `Keys | str`
homeassistant/components/peco/__init__.py:73:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `def async_update_outage_data() -> CoroutineType[Any, Any, PECOCoordinatorData]`
homeassistant/components/peco/__init__.py:103:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `def async_update_meter_data() -> CoroutineType[Any, Any, bool]`
homeassistant/components/pencom/switch.py:8:6: error[unresolved-import] Cannot resolve imported module `pencompy.pencompy`
homeassistant/components/persistent_notification/__init__.py:55:5: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 2
homeassistant/components/pglab/__init__.py:48:38: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `str | bytes | bytearray`
homeassistant/components/pglab/__init__.py:69:36: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(str, str, int | None, bool | None, /) -> Coroutine[Any, Any, dict[Unknown, Unknown]]`, found `def mqtt_publish(topic: str, payload: str, qos: int, retain: bool) -> CoroutineType[Any, Any, None]`
homeassistant/components/pglab/__init__.py:69:66: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(dict[str, Any], /) -> Coroutine[Any, Any, dict[Unknown, Unknown]]`, found `def mqtt_unsubscribe(sub_state: dict[str, Any]) -> CoroutineType[Any, Any, None]`
homeassistant/components/pglab/cover.py:67:9: error[invalid-assignment] Object of type `dict[Unknown | str, Unknown | int]` is not assignable to attribute `_attr_translation_placeholders` of type `Mapping[str, str]`
homeassistant/components/pglab/entity.py:92:44: error[invalid-argument-type] Argument to bound method `set_on_state_callback` is incorrect: Expected `(str, /) -> None`, found `None`
homeassistant/components/pglab/switch.py:61:9: error[invalid-assignment] Object of type `dict[Unknown | str, Unknown | int]` is not assignable to attribute `_attr_translation_placeholders` of type `Mapping[str, str]`
homeassistant/components/philips_js/light.py:201:45: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/philips_js/light.py:237:43: error[invalid-argument-type] Argument to function `from_str` is incorrect: Expected `str`, found `str | None | Unknown`
homeassistant/components/philips_js/light.py:252:13: error[invalid-assignment] Object of type `int | float` is not assignable to attribute `_attr_brightness` of type `int | None`
homeassistant/components/philips_js/light.py:306:39: error[invalid-assignment] Invalid assignment to key "colorSettings" with declared type `AmbilightColorSettingsType` on TypedDict `AmbilightCurrentConfiguration`: value of type `dict[Unknown | str, Unknown | str | None | dict[Unknown | str, Unknown] | dict[Unknown | str, Unknown | int]]`
homeassistant/components/philips_js/light.py:307:20: error[invalid-key] Unknown key "speed" for TypedDict `AmbilightCurrentConfiguration`: Unknown key "speed"
homeassistant/components/philips_js/light.py:310:39: error[invalid-assignment] Invalid assignment to key "audioSettings" with declared type `AmbilightAudioSettingsType` on TypedDict `AmbilightCurrentConfiguration`: value of type `dict[Unknown | str, Unknown | str | None | dict[Unknown | str, Unknown] | dict[Unknown | str, Unknown | int]]`
homeassistant/components/philips_js/light.py:311:20: error[invalid-key] Unknown key "tuning" for TypedDict `AmbilightCurrentConfiguration`: Unknown key "tuning"
homeassistant/components/philips_js/light.py:321:28: error[invalid-argument-type] Invalid argument to key "menuSetting" with declared type `str` on TypedDict `AmbilightCurrentConfiguration`: value of type `str | None`
homeassistant/components/philips_js/media_player.py:443:47: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/philips_js/media_player.py:472:56: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/pi_hole/__init__.py:52:10: error[invalid-type-form] Variable of type `def Hole(*args, *, version=Literal[6], **kwargs) -> Unknown` is not allowed in a type expression
homeassistant/components/pi_hole/__init__.py:154:42: error[invalid-argument-type] Argument is incorrect: Expected `DataUpdateCoordinator[None]`, found `DataUpdateCoordinator[dict[str, Any]]`
homeassistant/components/pi_hole/__init__.py:207:15: warning[possibly-missing-attribute] Attribute `authenticate` may be missing on object of type `HoleV5 | HoleV6`
homeassistant/components/pi_hole/binary_sensor.py:28:28: error[invalid-type-form] Variable of type `def Hole(*args, *, version=Literal[6], **kwargs) -> Unknown` is not allowed in a type expression
homeassistant/components/pi_hole/binary_sensor.py:29:28: error[invalid-type-form] Variable of type `def Hole(*args, *, version=Literal[6], **kwargs) -> Unknown` is not allowed in a type expression
homeassistant/components/pi_hole/binary_sensor.py:72:14: error[invalid-type-form] Variable of type `def Hole(*args, *, version=Literal[6], **kwargs) -> Unknown` is not allowed in a type expression
homeassistant/components/pi_hole/config_flow.py:141:18: error[invalid-type-form] Variable of type `def Hole(*args, *, version=Literal[6], **kwargs) -> Unknown` is not allowed in a type expression
homeassistant/components/pi_hole/config_flow.py:145:23: warning[possibly-missing-attribute] Attribute `authenticate` may be missing on object of type `HoleV5 | HoleV6`
homeassistant/components/pi_hole/entity.py:21:14: error[invalid-type-form] Variable of type `def Hole(*args, *, version=Literal[6], **kwargs) -> Unknown` is not allowed in a type expression
homeassistant/components/pi_hole/sensor.py:150:14: error[invalid-type-form] Variable of type `def Hole(*args, *, version=Literal[6], **kwargs) -> Unknown` is not allowed in a type expression
homeassistant/components/pi_hole/update.py:24:34: error[invalid-type-form] Variable of type `def Hole(*args, *, version=Literal[6], **kwargs) -> Unknown` is not allowed in a type expression
homeassistant/components/pi_hole/update.py:25:31: error[invalid-type-form] Variable of type `def Hole(*args, *, version=Literal[6], **kwargs) -> Unknown` is not allowed in a type expression
homeassistant/components/pi_hole/update.py:26:27: error[invalid-type-form] Variable of type `def Hole(*args, *, version=Literal[6], **kwargs) -> Unknown` is not allowed in a type expression
homeassistant/components/pi_hole/update.py:94:14: error[invalid-type-form] Variable of type `def Hole(*args, *, version=Literal[6], **kwargs) -> Unknown` is not allowed in a type expression
homeassistant/components/picnic/__init__.py:30:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
homeassistant/components/picnic/__init__.py:31:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
homeassistant/components/plant/__init__.py:409:16: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | deque[Unknown]`
homeassistant/components/plant/__init__.py:410:22: warning[possibly-missing-attribute] Attribute `popleft` may be missing on object of type `Unknown | None | deque[Unknown]`
homeassistant/components/plant/__init__.py:412:9: warning[possibly-missing-attribute] Attribute `append` may be missing on object of type `Unknown | None | deque[Unknown]`
homeassistant/components/plex/media_browser.py:74:13: warning[possibly-missing-attribute] Attribute `thumbnail_cache` may be missing on object of type `None | PlexServer`
homeassistant/components/plex/media_browser.py:79:21: error[invalid-argument-type] Argument to function `get_proxy_image_url` is incorrect: Expected `str`, found `None | Unknown`
homeassistant/components/plex/media_browser.py:84:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | bool`
homeassistant/components/plex/media_browser.py:84:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | bool`
homeassistant/components/plex/media_browser.py:84:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | bool`
homeassistant/components/plex/media_browser.py:84:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | bool`
homeassistant/components/plex/media_browser.py:84:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | bool`
homeassistant/components/plex/media_browser.py:84:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | bool`
homeassistant/components/plex/media_browser.py:84:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | bool`
homeassistant/components/plex/media_browser.py:84:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | MediaClass | bool`
homeassistant/components/plex/media_browser.py:84:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | MediaClass | bool`
homeassistant/components/plex/media_browser.py:84:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | MediaClass | bool`
homeassistant/components/plex/media_browser.py:84:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | bool`
homeassistant/components/plex/media_browser.py:89:19: warning[possibly-missing-attribute] Attribute `friendly_name` may be missing on object of type `None | PlexServer`
homeassistant/components/plex/media_browser.py:100:13: warning[possibly-missing-attribute] Attribute `append` may be missing on object of type `Unknown | Sequence[BrowseMedia] | None`
homeassistant/components/plex/media_browser.py:103:24: warning[possibly-missing-attribute] Attribute `library` may be missing on object of type `None | PlexServer`
homeassistant/components/plex/media_browser.py:108:13: warning[possibly-missing-attribute] Attribute `append` may be missing on object of type `Unknown | Sequence[BrowseMedia] | None`
homeassistant/components/plex/media_browser.py:109:9: warning[possibly-missing-attribute] Attribute `append` may be missing on object of type `Unknown | Sequence[BrowseMedia] | None`
homeassistant/components/plex/media_browser.py:134:25: warning[possibly-missing-attribute] Attribute `playlists` may be missing on object of type `None | PlexServer`
homeassistant/components/plex/media_browser.py:142:17: warning[possibly-missing-attribute] Attribute `append` may be missing on object of type `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:145:32: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:145:32: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:145:32: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:145:32: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:145:32: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:145:32: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:145:32: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:145:32: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:145:32: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:145:32: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:145:32: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:152:21: warning[possibly-missing-attribute] Attribute `lookup_media` may be missing on object of type `None | PlexServer`
homeassistant/components/plex/media_browser.py:176:26: warning[possibly-missing-attribute] Attribute `library` may be missing on object of type `None | PlexServer`
homeassistant/components/plex/media_browser.py:181:31: warning[possibly-missing-attribute] Attribute `library` may be missing on object of type `None | PlexServer`
homeassistant/components/plex/media_browser.py:204:17: warning[possibly-missing-attribute] Attribute `append` may be missing on object of type `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:210:17: warning[possibly-missing-attribute] Attribute `append` may be missing on object of type `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:213:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:213:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:213:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:213:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:213:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:213:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:213:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:213:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:213:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:213:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:213:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | str | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:217:34: warning[possibly-missing-attribute] Attribute `library` may be missing on object of type `None | PlexServer`
homeassistant/components/plex/media_browser.py:219:21: warning[possibly-missing-attribute] Attribute `friendly_name` may be missing on object of type `None | PlexServer`
homeassistant/components/plex/media_browser.py:221:34: warning[possibly-missing-attribute] Attribute `library` may be missing on object of type `None | PlexServer`
homeassistant/components/plex/media_browser.py:251:17: warning[possibly-missing-attribute] Attribute `append` may be missing on object of type `Unknown | MediaClass | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:253:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | MediaClass | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:253:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | MediaClass | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:253:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:253:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | MediaClass | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:253:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:253:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:253:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:253:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:253:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:253:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:253:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | bool | list[Unknown]`
homeassistant/components/plex/media_browser.py:261:23: warning[possibly-missing-attribute] Attribute `library` may be missing on object of type `None | PlexServer`
homeassistant/components/plex/media_browser.py:373:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool`
homeassistant/components/plex/media_browser.py:373:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool`
homeassistant/components/plex/media_browser.py:373:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool`
homeassistant/components/plex/media_browser.py:373:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool`
homeassistant/components/plex/media_browser.py:373:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool`
homeassistant/components/plex/media_browser.py:373:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool`
homeassistant/components/plex/media_browser.py:373:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | str | bool`
homeassistant/components/plex/media_browser.py:373:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | bool`
homeassistant/components/plex/media_browser.py:373:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | bool`
homeassistant/components/plex/media_browser.py:373:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | str | bool`
homeassistant/components/plex/media_browser.py:373:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool`
homeassistant/components/plex/media_player.py:204:26: warning[possibly-missing-attribute] Attribute `url` may be missing on object of type `Unknown | None`
homeassistant/components/plex/media_player.py:208:13: warning[possibly-missing-attribute] Attribute `proxyThroughServer` may be missing on object of type `Unknown | None`
homeassistant/components/plex/media_player.py:209:46: warning[possibly-missing-attribute] Attribute `protocolCapabilities` may be missing on object of type `Unknown | None`
homeassistant/components/plex/media_player.py:226:46: error[no-matching-overload] No overload of bound method `join` matches arguments
homeassistant/components/plex/media_player.py:392:28: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
homeassistant/components/plex/media_player.py:412:28: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
homeassistant/components/plex/media_player.py:422:17: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
homeassistant/components/plex/media_player.py:441:33: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
homeassistant/components/plex/media_player.py:453:28: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
homeassistant/components/plex/media_player.py:458:28: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
homeassistant/components/plex/media_player.py:463:28: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
homeassistant/components/plex/media_player.py:468:28: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
homeassistant/components/plex/media_player.py:473:28: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
homeassistant/components/plex/media_player.py:478:28: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
homeassistant/components/plex/media_player.py:485:33: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["playback"]` and `Unknown | None`
homeassistant/components/plex/models.py:48:31: warning[possibly-missing-attribute] Attribute `product` may be missing on object of type `Unknown | None`
homeassistant/components/plex/models.py:51:22: warning[possibly-missing-attribute] Attribute `state` may be missing on object of type `Unknown | None`
homeassistant/components/plex/server.py:218:31: warning[possibly-missing-attribute] Attribute `systemAccounts` may be missing on object of type `Unknown | None | PlexServer`
homeassistant/components/plex/server.py:243:25: warning[possibly-missing-attribute] Attribute `version` may be missing on object of type `Unknown | None | PlexServer`
homeassistant/components/plex/server.py:316:13: warning[possibly-missing-attribute] Attribute `clients` may be missing on object of type `Unknown | None | PlexServer`
homeassistant/components/plex/server.py:317:13: warning[possibly-missing-attribute] Attribute `sessions` may be missing on object of type `Unknown | None | PlexServer`
homeassistant/components/plex/server.py:348:16: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `plexapi`
homeassistant/components/plex/server.py:355:13: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `plexapi`
homeassistant/components/plex/server.py:403:27: warning[possibly-missing-attribute] Attribute `createToken` may be missing on object of type `Unknown | None | PlexServer`
homeassistant/components/plex/server.py:563:16: warning[possibly-missing-attribute] Attribute `friendlyName` may be missing on object of type `Unknown | None | PlexServer`
homeassistant/components/plex/server.py:568:16: warning[possibly-missing-attribute] Attribute `machineIdentifier` may be missing on object of type `Unknown | None | PlexServer`
homeassistant/components/plex/server.py:573:16: warning[possibly-missing-attribute] Attribute `_baseurl` may be missing on object of type `Unknown | None | PlexServer`
homeassistant/components/plex/server.py:578:16: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/plex/server.py:583:16: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/plex/server.py:588:16: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/plex/server.py:593:16: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/plex/server.py:598:16: warning[possibly-missing-attribute] Attribute `library` may be missing on object of type `Unknown | None | PlexServer`
homeassistant/components/plex/server.py:602:16: warning[possibly-missing-attribute] Attribute `playlist` may be missing on object of type `Unknown | None | PlexServer`
homeassistant/components/plex/server.py:606:16: warning[possibly-missing-attribute] Attribute `playlists` may be missing on object of type `Unknown | None | PlexServer`
homeassistant/components/plex/server.py:622:16: warning[possibly-missing-attribute] Attribute `fetchItem` may be missing on object of type `Unknown | None | PlexServer`
homeassistant/components/plugwise/config_flow.py:183:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/pocketcasts/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `pycketcasts`
homeassistant/components/powerwall/__init__.py:229:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `bound method PowerwallDataManager.async_update_data() -> CoroutineType[Any, Any, PowerwallData]`
homeassistant/components/powerwall/__init__.py:236:43: error[invalid-assignment] Invalid assignment to key "coordinator" with declared type `DataUpdateCoordinator[PowerwallData] | None` on TypedDict `PowerwallRuntimeData`: value of type `DataUpdateCoordinator[dict[str, Any]]`
homeassistant/components/progettihwsw/binary_sensor.py:69:16: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Unknown | int` on object of type `dict[str, Any]`
homeassistant/components/progettihwsw/switch.py:85:16: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Unknown | int` on object of type `dict[str, Any]`
homeassistant/components/proliphix/climate.py:7:8: error[unresolved-import] Cannot resolve imported module `proliphix`
homeassistant/components/prometheus/__init__.py:303:34: error[invalid-key] Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
homeassistant/components/proximity/coordinator.py:125:63: error[invalid-key] Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
homeassistant/components/proximity/coordinator.py:126:42: error[invalid-key] Unknown key "old_entity_id" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "old_entity_id"
homeassistant/components/proxmoxve/__init__.py:8:6: error[unresolved-import] Cannot resolve imported module `proxmoxer`
homeassistant/components/proxmoxve/common.py:7:6: error[unresolved-import] Cannot resolve imported module `proxmoxer`
homeassistant/components/proxmoxve/common.py:8:6: error[unresolved-import] Cannot resolve imported module `proxmoxer.core`
homeassistant/components/prusalink/config_flow.py:48:65: error[invalid-key] Unknown key "server" for TypedDict `VersionInfo`: Unknown key "server"
homeassistant/components/prusalink/config_flow.py:79:30: error[invalid-key] Unknown key "hostname" for TypedDict `VersionInfo`: Unknown key "hostname"
homeassistant/components/prusalink/coordinator.py:55:55: error[invalid-argument-type] Argument to bound method `_get_update_interval` is incorrect: Argument type `None` does not satisfy constraints (`PrinterStatus`, `LegacyPrinterStatus`, `JobInfo`) of type variable `T`
homeassistant/components/prusalink/coordinator.py:118:56: error[invalid-type-arguments] Type `PrinterInfo` does not satisfy constraints `PrinterStatus`, `LegacyPrinterStatus`, `JobInfo` of type variable `T@PrusaLinkUpdateCoordinator`
homeassistant/components/pulseaudio_loopback/switch.py:8:6: error[unresolved-import] Cannot resolve imported module `pulsectl`
homeassistant/components/pushbullet/notify.py:116:51: error[invalid-argument-type] Argument to bound method `_push_data` is incorrect: Expected `Pushbullet`, found `Device | Channel`
homeassistant/components/pushsafer/notify.py:88:57: error[invalid-argument-type] Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
homeassistant/components/pushsafer/notify.py:136:23: error[not-iterable] Object of type `list[Unknown | str] | Unknown | None` may not be iterable
homeassistant/components/qbus/climate.py:108:12: error[unsupported-operator] Operator `not in` is not supported between objects of type `str` and `list[str] | None`
homeassistant/components/qbus/climate.py:114:32: error[no-matching-overload] No overload of bound method `join` matches arguments
homeassistant/components/qld_bushfire/geo_location.py:215:31: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/qld_bushfire/geo_location.py:216:32: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/qrcode/image_processing.py:8:6: error[unresolved-import] Cannot resolve imported module `pyzbar`
homeassistant/components/qvr_pro/__init__.py:5:6: error[unresolved-import] Cannot resolve imported module `pyqvrpro`
homeassistant/components/qvr_pro/__init__.py:6:6: error[unresolved-import] Cannot resolve imported module `pyqvrpro.client`
homeassistant/components/qvr_pro/camera.py:7:6: error[unresolved-import] Cannot resolve imported module `pyqvrpro.client`
homeassistant/components/rachio/__init__.py:57:5: error[unresolved-attribute] Unresolved attribute `webhook_auth` on type `Rachio`.
homeassistant/components/rachio/__init__.py:65:5: error[unresolved-attribute] Unresolved attribute `webhook_url` on type `Rachio`.
homeassistant/components/rachio/device.py:285:15: warning[possibly-missing-attribute] Attribute `webhook_url` may be missing on object of type `Unknown | Rachio`
homeassistant/components/rachio/device.py:286:35: warning[possibly-missing-attribute] Attribute `webhook_auth` may be missing on object of type `Unknown | Rachio`
homeassistant/components/rachio/webhooks.py:99:20: warning[possibly-missing-attribute] Attribute `webhook_auth` may be missing on object of type `Unknown | Rachio`
homeassistant/components/rainbird/calendar.py:97:39: error[invalid-argument-type] Argument to bound method `timeline_tz` is incorrect: Expected `tzinfo`, found `tzinfo | None`
homeassistant/components/rainbird/number.py:67:62: error[invalid-argument-type] Argument to bound method `set_rain_delay` is incorrect: Expected `int`, found `int | float`
homeassistant/components/raincloud/__init__.py:6:6: error[unresolved-import] Cannot resolve imported module `raincloudy.core`
homeassistant/components/rainmachine/__init__.py:352:50: error[unresolved-attribute] Object of type `(ServiceCall, Controller, /) -> Coroutine[Any, Any, None]` has no attribute `__name__`
homeassistant/components/rainmachine/switch.py:125:42: error[unresolved-attribute] Object of type `(...) -> Awaitable[None]` has no attribute `__name__`
homeassistant/components/raspyrfm/switch.py:7:6: error[unresolved-import] Cannot resolve imported module `raspyrfm_client`
homeassistant/components/raspyrfm/switch.py:8:6: error[unresolved-import] Cannot resolve imported module `raspyrfm_client.device_implementations.controlunit.actions`
homeassistant/components/raspyrfm/switch.py:9:6: error[unresolved-import] Cannot resolve imported module `raspyrfm_client.device_implementations.controlunit.controlunit_constants`
homeassistant/components/raspyrfm/switch.py:12:6: error[unresolved-import] Cannot resolve imported module `raspyrfm_client.device_implementations.gateway.manufacturer.gateway_constants`
homeassistant/components/raspyrfm/switch.py:15:6: error[unresolved-import] Cannot resolve imported module `raspyrfm_client.device_implementations.manufacturer_constants`
homeassistant/components/recollect_waste/__init__.py:60:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `def async_get_pickup_events() -> CoroutineType[Any, Any, list[PickupEvent]]`
homeassistant/components/recorder/core.py:284:13: error[call-non-callable] Object of type `object` is not callable
homeassistant/components/recorder/db_schema.py:646:13: error[unknown-argument] Argument `metadata_id` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:647:13: error[unknown-argument] Argument `created` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:648:13: error[unknown-argument] Argument `created_ts` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:649:13: error[unknown-argument] Argument `start` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:650:13: error[unknown-argument] Argument `start_ts` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:651:13: error[unknown-argument] Argument `mean` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:652:13: error[unknown-argument] Argument `mean_weight` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:653:13: error[unknown-argument] Argument `min` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:654:13: error[unknown-argument] Argument `max` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:655:13: error[unknown-argument] Argument `last_reset` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:656:13: error[unknown-argument] Argument `last_reset_ts` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:657:13: error[unknown-argument] Argument `state` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:658:13: error[unknown-argument] Argument `sum` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:670:13: error[unknown-argument] Argument `metadata_id` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:671:13: error[unknown-argument] Argument `created` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:672:13: error[unknown-argument] Argument `created_ts` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:673:13: error[unknown-argument] Argument `start` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:674:13: error[unknown-argument] Argument `start_ts` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:675:13: error[unknown-argument] Argument `mean` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:676:13: error[unknown-argument] Argument `mean_weight` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:677:13: error[unknown-argument] Argument `min` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:678:13: error[unknown-argument] Argument `max` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:679:13: error[unknown-argument] Argument `last_reset` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:680:13: error[unknown-argument] Argument `last_reset_ts` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:681:13: error[unknown-argument] Argument `state` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/db_schema.py:682:13: error[unknown-argument] Argument `sum` does not match any known parameter of bound method `__init__`
homeassistant/components/recorder/entity_registry.py:29:36: error[invalid-key] Unknown key "old_entity_id" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "old_entity_id"
homeassistant/components/recorder/executor.py:55:19: error[invalid-argument-type] Argument to bound method `put` is incorrect: Expected `_WorkItem[Any]`, found `None`
homeassistant/components/recorder/history/__init__.py:911:53: error[unresolved-reference] Name `prev_state` used when not defined
homeassistant/components/recorder/history/__init__.py:927:49: error[unresolved-reference] Name `prev_state` used when not defined
homeassistant/components/recorder/migration.py:758:34: error[invalid-assignment] Object of type `list[dict[Unknown | str, Unknown | ForeignKeyConstraint | list[str]] | Unknown]` is not assignable to `list[_FKAlterDict]`
homeassistant/components/recorder/statistics.py:555:13: error[invalid-assignment] Invalid subscript assignment with key of type `Any` and value of type `dict[Unknown | str, Unknown | int | float]` on object of type `dict[int, StatisticDataTimestamp]`
homeassistant/components/recorder/statistics.py:579:17: error[invalid-assignment] Invalid subscript assignment with key of type `Any` and value of type `dict[Unknown | str, Unknown | int | float]` on object of type `dict[int, StatisticDataTimestamp]`
homeassistant/components/recorder/statistics.py:2406:12: error[invalid-return-type] Return type does not match returned value: expected `list[StatisticsRow]`, found `list[dict[Unknown | str, Unknown | None | int | float] | Unknown]`
homeassistant/components/recorder/statistics.py:2423:12: error[invalid-return-type] Return type does not match returned value: expected `list[StatisticsRow]`, found `list[dict[Unknown | str, Unknown] | Unknown]`
homeassistant/components/recorder/statistics.py:2440:12: error[invalid-return-type] Return type does not match returned value: expected `list[StatisticsRow]`, found `list[dict[Unknown | str, Unknown] | Unknown]`
homeassistant/components/recorder/statistics.py:2458:12: error[invalid-return-type] Return type does not match returned value: expected `list[StatisticsRow]`, found `list[dict[Unknown | str, Unknown | None | int | float] | Unknown]`
homeassistant/components/recorder/util.py:386:10: error[unresolved-import] Cannot resolve imported module `MySQLdb.constants`
homeassistant/components/recorder/util.py:387:10: error[unresolved-import] Cannot resolve imported module `MySQLdb.converters`
homeassistant/components/recswitch/switch.py:8:6: error[unresolved-import] Cannot resolve imported module `pyrecswitch`
homeassistant/components/reddit/sensor.py:88:12: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `praw`
homeassistant/components/reddit/sensor.py:156:16: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `praw`
homeassistant/components/refoss/sensor.py:179:17: warning[possibly-missing-attribute] Attribute `get_value` may be missing on object of type `Unknown | BaseDevice`
homeassistant/components/refoss/switch.py:65:16: warning[possibly-missing-attribute] Attribute `is_on` may be missing on object of type `Unknown | BaseDevice`
homeassistant/components/refoss/switch.py:69:15: warning[possibly-missing-attribute] Attribute `async_turn_on` may be missing on object of type `Unknown | BaseDevice`
homeassistant/components/refoss/switch.py:74:15: warning[possibly-missing-attribute] Attribute `async_turn_off` may be missing on object of type `Unknown | BaseDevice`
homeassistant/components/refoss/switch.py:79:15: warning[possibly-missing-attribute] Attribute `async_toggle` may be missing on object of type `Unknown | BaseDevice`
homeassistant/components/rehlko/__init__.py:45:39: error[invalid-argument-type] Argument to bound method `set_refresh_token_callback` is incorrect: Expected `(str | None, /) -> Awaitable[None]`, found `def async_refresh_token_update(refresh_token: str) -> CoroutineType[Any, Any, None]`
homeassistant/components/rejseplanen/sensor.py:14:8: error[unresolved-import] Cannot resolve imported module `rjpl`
homeassistant/components/remember_the_milk/__init__.py:127:51: error[invalid-argument-type] Argument to bound method `set_token` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/remember_the_milk/__init__.py:135:13: error[invalid-argument-type] Argument to function `_create_instance` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/renson/fan.py:197:62: error[invalid-argument-type] Argument to bound method `get_field_value` is incorrect: Expected `str`, found `FieldEnum`
homeassistant/components/renson/fan.py:241:13: error[invalid-argument-type] Argument to bound method `set_pollution` is incorrect: Expected `bool`, found `str`
homeassistant/components/renson/fan.py:242:13: error[invalid-argument-type] Argument to bound method `set_pollution` is incorrect: Expected `bool`, found `int`
homeassistant/components/renson/fan.py:243:13: error[invalid-argument-type] Argument to bound method `set_pollution` is incorrect: Expected `bool`, found `int`
homeassistant/components/reolink/__init__.py:233:9: error[invalid-argument-type] Argument is incorrect: Expected `DataUpdateCoordinator[None]`, found `DataUpdateCoordinator[dict[str, Any]]`
homeassistant/components/reolink/__init__.py:234:9: error[invalid-argument-type] Argument is incorrect: Expected `DataUpdateCoordinator[None]`, found `DataUpdateCoordinator[dict[str, Any]]`
homeassistant/components/reolink/__init__.py:241:36: error[invalid-argument-type] Argument to function `register_callbacks` is incorrect: Expected `DataUpdateCoordinator[None]`, found `DataUpdateCoordinator[dict[str, Any]]`
homeassistant/components/reolink/select.py:464:13: error[invalid-assignment] Object of type `(list[str] & ~(() -> object)) | (((Host, int, /) -> list[str]) & ~(() -> object))` is not assignable to attribute `_attr_options` of type `list[str]`
homeassistant/components/reolink/update.py:111:42: error[invalid-argument-type] Argument to function `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `DataUpdateCoordinator[None]`
homeassistant/components/repetier/__init__.py:9:8: error[unresolved-import] Cannot resolve imported module `pyrepetierng`
homeassistant/components/repetier/sensor.py:130:16: error[no-matching-overload] No overload of function `round` matches arguments
homeassistant/components/repetier/sensor.py:151:16: error[no-matching-overload] No overload of function `round` matches arguments
homeassistant/components/rest/data.py:56:13: error[invalid-assignment] Object of type `DigestAuthMiddleware | BasicAuth | tuple[str, str] | None` is not assignable to attribute `_auth` of type `BasicAuth | DigestAuthMiddleware | None`
homeassistant/components/rflink/__init__.py:278:43: error[invalid-argument-type] Argument to bound method `set_rflink_protocol` is incorrect: Expected `ProtocolBase | None`, found `Protocol`
homeassistant/components/rflink/entity.py:219:22: error[unresolved-attribute] Object of type `ProtocolBase | None` has no attribute `send_command_ack`
homeassistant/components/rflink/entity.py:286:19: error[unresolved-attribute] Object of type `ProtocolBase | None` has no attribute `send_command_ack`
homeassistant/components/rflink/entity.py:292:13: error[unresolved-attribute] Object of type `ProtocolBase | None` has no attribute `send_command`
homeassistant/components/rfxtrx/__init__.py:192:38: error[unresolved-attribute] Object of type `RFXtrxEvent & ~ConnectionLost` has no attribute `data`
homeassistant/components/rfxtrx/__init__.py:234:41: error[unresolved-attribute] Object of type `RFXtrxEvent` has no attribute `data`
homeassistant/components/rfxtrx/__init__.py:239:39: error[unresolved-attribute] Object of type `RFXtrxEvent` has no attribute `data`
homeassistant/components/rfxtrx/cover.py:52:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `RFXtrxEvent`, found `RFXtrxEvent | None`
homeassistant/components/rfxtrx/cover.py:70:9: error[invalid-parameter-default] Default value of type `None` is not assignable to annotated parameter type `RFXtrxEvent`
homeassistant/components/rfxtrx/cover.py:104:36: warning[possibly-missing-attribute] Attribute `send_up05sec` may be missing on object of type `RollerTrolDevice | RfyDevice | LightingDevice`
homeassistant/components/rfxtrx/cover.py:106:36: warning[possibly-missing-attribute] Attribute `send_up2sec` may be missing on object of type `RollerTrolDevice | RfyDevice | LightingDevice`
homeassistant/components/rfxtrx/cover.py:115:36: warning[possibly-missing-attribute] Attribute `send_down05sec` may be missing on object of type `RollerTrolDevice | RfyDevice | LightingDevice`
homeassistant/components/rfxtrx/cover.py:117:36: warning[possibly-missing-attribute] Attribute `send_down2sec` may be missing on object of type `RollerTrolDevice | RfyDevice | LightingDevice`
homeassistant/components/rfxtrx/cover.py:132:36: warning[possibly-missing-attribute] Attribute `send_up2sec` may be missing on object of type `RollerTrolDevice | RfyDevice | LightingDevice`
homeassistant/components/rfxtrx/cover.py:134:36: warning[possibly-missing-attribute] Attribute `send_up05sec` may be missing on object of type `RollerTrolDevice | RfyDevice | LightingDevice`
homeassistant/components/rfxtrx/cover.py:139:36: warning[possibly-missing-attribute] Attribute `send_down2sec` may be missing on object of type `RollerTrolDevice | RfyDevice | LightingDevice`
homeassistant/components/rfxtrx/cover.py:141:36: warning[possibly-missing-attribute] Attribute `send_down05sec` may be missing on object of type `RollerTrolDevice | RfyDevice | LightingDevice`
homeassistant/components/rfxtrx/entity.py:73:57: error[unresolved-attribute] Object of type `RFXtrxEvent & ~AlwaysFalsy` has no attribute `data`
homeassistant/components/rfxtrx/sensor.py:265:34: error[unresolved-attribute] Object of type `RFXtrxEvent` has no attribute `values`
homeassistant/components/rfxtrx/sensor.py:305:31: error[invalid-argument-type] Argument to bound method `_apply_event` is incorrect: Expected `RFXtrxEvent`, found `RFXtrxEvent | None`
homeassistant/components/rfxtrx/sensor.py:312:17: error[unresolved-attribute] Object of type `RFXtrxEvent & ~AlwaysFalsy` has no attribute `values`
homeassistant/components/rfxtrx/sensor.py:321:47: error[unresolved-attribute] Object of type `RFXtrxEvent` has no attribute `values`
homeassistant/components/rfxtrx/siren.py:164:9: error[invalid-method-override] Invalid override of method `_apply_event`: Definition is incompatible with `RfxtrxEntity._apply_event`
homeassistant/components/rfxtrx/siren.py:179:31: error[invalid-argument-type] Argument to bound method `_apply_event` is incorrect: Expected `ControlEvent`, found `RFXtrxEvent`
homeassistant/components/rfxtrx/siren.py:226:9: error[invalid-method-override] Invalid override of method `_apply_event`: Definition is incompatible with `RfxtrxEntity._apply_event`
homeassistant/components/rfxtrx/siren.py:244:31: error[invalid-argument-type] Argument to bound method `_apply_event` is incorrect: Expected `SensorEvent`, found `RFXtrxEvent`
homeassistant/components/rfxtrx/switch.py:138:36: error[unresolved-attribute] Object of type `RFXtrxDevice` has no attribute `send_command`
homeassistant/components/rfxtrx/switch.py:140:36: error[unresolved-attribute] Object of type `RFXtrxDevice` has no attribute `send_on`
homeassistant/components/rfxtrx/switch.py:147:36: error[unresolved-attribute] Object of type `RFXtrxDevice` has no attribute `send_command`
homeassistant/components/rfxtrx/switch.py:149:36: error[unresolved-attribute] Object of type `RFXtrxDevice` has no attribute `send_off`
homeassistant/components/ring/camera.py:186:17: error[invalid-argument-type] Argument to function `async_aiohttp_proxy_stream` is incorrect: Expected `StreamReader`, found `StreamReader`
homeassistant/components/ring/entity.py:79:54: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, _R@exception_wrap]` has no attribute `__name__`
homeassistant/components/ring/entity.py:190:16: error[invalid-return-type] Return type does not match returned value: expected `RingDevices`, found `Unknown | RingDevices | dict[str, Any]`
homeassistant/components/ring/switch.py:103:38: error[invalid-argument-type] Argument is incorrect: Expected `<special form 'typing.Self'>`, found `RingSwitchEntityDescription[Any]`
homeassistant/components/ring/switch.py:124:57: error[invalid-argument-type] Argument is incorrect: Expected `<special form 'typing.Self'>`, found `RingSwitchEntityDescription[RingDeviceT@RingSwitch]`
homeassistant/components/ripple/sensor.py:7:6: error[unresolved-import] Cannot resolve imported module `pyripple`
homeassistant/components/risco/config_flow.py:272:51: error[non-subscriptable] Cannot subscript object of type `int` with no `__getitem__` method
homeassistant/components/risco/config_flow.py:294:32: warning[possibly-missing-attribute] Attribute `values` may be missing on object of type `Unknown | int | dict[Unknown | str, Unknown | AlarmControlPanelState] | dict[Unknown | AlarmControlPanelState, Unknown | str]`
homeassistant/components/risco/config_flow.py:300:20: error[non-subscriptable] Cannot subscript object of type `int` with no `__getitem__` method
homeassistant/components/risco/config_flow.py:302:23: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | int | dict[Unknown | str, Unknown | AlarmControlPanelState] | dict[Unknown | AlarmControlPanelState, Unknown | str]`
homeassistant/components/risco/switch.py:57:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Zone`, found `Zone`
homeassistant/components/risco/switch.py:91:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Zone`, found `Zone`
homeassistant/components/roborock/entity.py:89:42: error[invalid-argument-type] Argument to function `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `RoborockDataUpdateCoordinator`
homeassistant/components/roborock/vacuum.py:201:16: error[invalid-return-type] Return type does not match returned value: expected `ServiceResponse`, found `dict[Unknown | str, Unknown | list[dict[Unknown | str, Unknown | int | str | dict[Unknown | int, Unknown | str]] | Unknown]]`
homeassistant/components/rocketchat/notify.py:8:6: error[unresolved-import] Cannot resolve imported module `rocketchat_API.APIExceptions.RocketExceptions`
homeassistant/components/rocketchat/notify.py:12:6: error[unresolved-import] Cannot resolve imported module `rocketchat_API.rocketchat`
homeassistant/components/roku/browse_media.py:252:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Literal[False, ""] | Unknown`
homeassistant/components/roomba/vacuum.py:200:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[int, int]`, found `tuple[Unknown | int | float, Unknown]`
homeassistant/components/roon/media_browser.py:94:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | None`
homeassistant/components/roon/media_browser.py:94:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | None`
homeassistant/components/roon/media_browser.py:94:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | None`
homeassistant/components/roon/media_browser.py:94:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | bool | None`
homeassistant/components/roon/media_browser.py:94:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool | None`
homeassistant/components/roon/media_browser.py:94:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool | None`
homeassistant/components/roon/media_browser.py:94:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | str | bool | None`
homeassistant/components/roon/media_browser.py:94:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | bool | None`
homeassistant/components/roon/media_browser.py:94:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | bool | None`
homeassistant/components/roon/media_browser.py:94:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | str | bool | None`
homeassistant/components/roon/media_browser.py:94:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool | None`
homeassistant/components/roon/media_browser.py:154:9: warning[possibly-missing-attribute] Attribute `append` may be missing on object of type `Unknown | Sequence[BrowseMedia] | None`
homeassistant/components/roon/media_player.py:207:59: error[invalid-argument-type] Argument to function `convert` is incorrect: Expected `(Unknown, /) -> Literal[0]`, found `<class 'int'>`
homeassistant/components/roon/media_player.py:213:55: error[invalid-argument-type] Argument to function `convert` is incorrect: Expected `(Unknown, /) -> Literal[0]`, found `<class 'float'>`
homeassistant/components/roon/media_player.py:237:68: error[invalid-argument-type] Argument to function `convert` is incorrect: Expected `(Unknown, /) -> Literal[0]`, found `<class 'int'>`
homeassistant/components/roon/media_player.py:244:70: error[invalid-argument-type] Argument to function `convert` is incorrect: Expected `(Unknown, /) -> Literal[0]`, found `<class 'int'>`
homeassistant/components/roon/server.py:88:16: warning[possibly-missing-attribute] Attribute `zones` may be missing on object of type `Unknown | None`
homeassistant/components/roon/server.py:105:9: warning[possibly-missing-attribute] Attribute `stop` may be missing on object of type `Unknown | None`
homeassistant/components/roon/server.py:124:31: warning[possibly-missing-attribute] Attribute `zones` may be missing on object of type `Unknown | None`
homeassistant/components/roon/server.py:127:20: warning[possibly-missing-attribute] Attribute `zones` may be missing on object of type `Unknown | None`
homeassistant/components/roon/server.py:144:20: warning[possibly-missing-attribute] Attribute `zones` may be missing on object of type `Unknown | None`
homeassistant/components/roon/server.py:149:21: warning[possibly-missing-attribute] Attribute `zones` may be missing on object of type `Unknown | None`
homeassistant/components/route_b_smart_meter/sensor.py:109:16: error[unresolved-attribute] Object of type `SensorEntityDescription` has no attribute `value_accessor`
homeassistant/components/russound_rio/entity.py:33:38: error[unresolved-attribute] Object of type `(...) -> Awaitable[None]` has no attribute `__name__`
homeassistant/components/russound_rnet/media_player.py:8:6: error[unresolved-import] Cannot resolve imported module `russound`
homeassistant/components/saj/sensor.py:10:8: error[unresolved-import] Cannot resolve imported module `pysaj`
homeassistant/components/saj/sensor.py:145:9: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/samsungtv/bridge.py:351:16: error[invalid-return-type] Return type does not match returned value: expected `Remote`, found `Remote | None`
homeassistant/components/samsungtv/bridge.py:428:20: error[invalid-argument-type] Argument to bound method `is_alive` is incorrect: Expected `SamsungTVWSAsyncConnection`, found `_RemoteT@SamsungTVWSBaseBridge`
homeassistant/components/samsungtv/bridge.py:428:20: error[invalid-argument-type] Argument to bound method `is_alive` is incorrect: Expected `SamsungTVEncryptedWSAsyncRemote`, found `_RemoteT@SamsungTVWSBaseBridge`
homeassistant/components/samsungtv/bridge.py:454:41: error[invalid-argument-type] Argument to bound method `is_alive` is incorrect: Expected `SamsungTVWSAsyncConnection`, found `_RemoteT@SamsungTVWSBaseBridge`
homeassistant/components/samsungtv/bridge.py:454:41: error[invalid-argument-type] Argument to bound method `is_alive` is incorrect: Expected `SamsungTVEncryptedWSAsyncRemote`, found `_RemoteT@SamsungTVWSBaseBridge`
homeassistant/components/samsungtv/bridge.py:472:23: error[invalid-argument-type] Argument to bound method `close` is incorrect: Expected `SamsungTVWSAsyncConnection`, found `_RemoteT@SamsungTVWSBaseBridge`
homeassistant/components/samsungtv/bridge.py:472:23: error[invalid-argument-type] Argument to bound method `close` is incorrect: Expected `SamsungTVEncryptedWSAsyncRemote`, found `_RemoteT@SamsungTVWSBaseBridge`
homeassistant/components/samsungtv/config_flow.py:442:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/schluter/__init__.py:6:6: error[unresolved-import] Cannot resolve imported module `schluter.api`
homeassistant/components/schluter/__init__.py:7:6: error[unresolved-import] Cannot resolve imported module `schluter.authenticator`
homeassistant/components/scrape/sensor.py:157:42: error[invalid-argument-type] Argument to function `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `ScrapeCoordinator`
homeassistant/components/screenlogic/__init__.py:66:37: error[invalid-argument-type] Argument to bound method `async_connect` is incorrect: Expected `(...) -> Unknown`, found `str | int`
homeassistant/components/screenlogic/binary_sensor.py:48:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12500]`
homeassistant/components/screenlogic/binary_sensor.py:55:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12500]`
homeassistant/components/screenlogic/binary_sensor.py:61:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12500]`
homeassistant/components/screenlogic/binary_sensor.py:67:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12500]`
homeassistant/components/screenlogic/binary_sensor.py:73:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12500]`
homeassistant/components/screenlogic/binary_sensor.py:89:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/binary_sensor.py:96:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/binary_sensor.py:104:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/binary_sensor.py:112:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/binary_sensor.py:120:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/binary_sensor.py:128:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/binary_sensor.py:136:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/binary_sensor.py:144:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/binary_sensor.py:151:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/binary_sensor.py:158:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/binary_sensor.py:165:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/binary_sensor.py:171:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/binary_sensor.py:178:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/climate.py:56:17: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12500]`
homeassistant/components/screenlogic/climate.py:207:36: error[invalid-argument-type] Argument to bound method `parse` is incorrect: Expected `str`, found `Any | None`
homeassistant/components/screenlogic/coordinator.py:101:50: error[invalid-argument-type] Argument to bound method `async_connect` is incorrect: Expected `(...) -> Unknown`, found `str | int`
homeassistant/components/screenlogic/entity.py:134:17: error[invalid-argument-type] Argument to bound method `async_subscribe_client` is incorrect: Expected `int`, found `Unknown | CODE`
homeassistant/components/screenlogic/entity.py:171:50: error[invalid-argument-type] Argument to bound method `async_set_circuit` is incorrect: Expected `int`, found `Unknown | str`
homeassistant/components/screenlogic/light.py:44:21: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12500]`
homeassistant/components/screenlogic/number.py:55:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/number.py:63:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/number.py:71:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/number.py:79:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:56:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12500]`
homeassistant/components/screenlogic/sensor.py:64:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12500]`
homeassistant/components/screenlogic/sensor.py:97:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12500]`
homeassistant/components/screenlogic/sensor.py:103:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12500]`
homeassistant/components/screenlogic/sensor.py:109:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:117:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:125:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:134:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:143:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:151:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:158:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:165:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:172:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:179:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:186:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:193:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:200:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:210:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:219:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:228:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:238:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/sensor.py:247:9: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12505]`
homeassistant/components/screenlogic/switch.py:51:21: error[invalid-argument-type] Argument is incorrect: Expected `CODE`, found `Unknown | Literal[12500]`
homeassistant/components/scsgate/__init__.py:6:6: error[unresolved-import] Cannot resolve imported module `scsgate.connection`
homeassistant/components/scsgate/__init__.py:7:6: error[unresolved-import] Cannot resolve imported module `scsgate.messages`
homeassistant/components/scsgate/__init__.py:8:6: error[unresolved-import] Cannot resolve imported module `scsgate.reactor`
homeassistant/components/scsgate/__init__.py:9:6: error[unresolved-import] Cannot resolve imported module `scsgate.tasks`
homeassistant/components/scsgate/cover.py:8:6: error[unresolved-import] Cannot resolve imported module `scsgate.tasks`
homeassistant/components/scsgate/light.py:8:6: error[unresolved-import] Cannot resolve imported module `scsgate.tasks`
homeassistant/components/scsgate/switch.py:8:6: error[unresolved-import] Cannot resolve imported module `scsgate.messages`
homeassistant/components/scsgate/switch.py:9:6: error[unresolved-import] Cannot resolve imported module `scsgate.tasks`
homeassistant/components/sendgrid/notify.py:8:6: error[unresolved-import] Cannot resolve imported module `sendgrid`
homeassistant/components/sensibo/select.py:132:13: error[invalid-argument-type] Argument to bound method `async_set_ac_state_property` is incorrect: Expected `str`, found `Unknown | str | dict[str, Any] | bool`
homeassistant/components/sensibo/select.py:134:13: error[invalid-argument-type] Argument to bound method `async_set_ac_state_property` is incorrect: Expected `dict[str, Any]`, found `Unknown | str | dict[str, Any] | bool`
homeassistant/components/sensibo/select.py:135:13: error[invalid-argument-type] Argument to bound method `async_set_ac_state_property` is incorrect: Expected `bool`, found `Unknown | str | dict[str, Any] | bool`
homeassistant/components/sensor/recorder.py:830:9: error[invalid-assignment] Invalid subscript assignment with key of type `str` and value of type `dict[Unknown | str, Unknown | StatisticMeanType | bool | None | str]` on object of type `dict[str, StatisticMetaData]`
homeassistant/components/serial_pm/sensor.py:7:6: error[unresolved-import] Cannot resolve imported module `pmsensor`
homeassistant/components/sesame/lock.py:7:8: error[unresolved-import] Cannot resolve imported module `pysesame2`
homeassistant/components/seventeentrack/sensor.py:42:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | str | None]]`
homeassistant/components/seventeentrack/services.py:141:34: error[unresolved-attribute] Object of type `str & ~AlwaysFalsy` has no attribute `isoformat`
homeassistant/components/sharkiq/coordinator.py:74:19: error[unsupported-operator] Operator `-` is unsupported between objects of type `Unknown | datetime | None` and `timedelta`
homeassistant/components/sharkiq/vacuum.py:233:36: error[invalid-argument-type] Argument to bound method `async_set_property_value` is incorrect: Expected `str | int | Enum`, found `Unknown | PowerModes | None`
homeassistant/components/shell_command/__init__.py:80:47: error[invalid-argument-type] Argument to function `split` is incorrect: Expected `str | _ShlexInstream`, found `Any | None`
homeassistant/components/shelly/entity.py:645:42: warning[possibly-missing-attribute] Attribute `split` may be missing on object of type `str | None`
homeassistant/components/shelly/light.py:229:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[int, int, int, int]`, found `tuple[@Todo(StarredExpression), int]`
homeassistant/components/shelly/light.py:404:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[int, int, int, int]`, found `tuple[@Todo(StarredExpression), Unknown]`
homeassistant/components/shelly/utils.py:256:13: error[invalid-argument-type] Argument to bound method `extend` is incorrect: Expected `Iterable[IPv4Address]`, found `GeneratorType[IPv4Address | IPv6Address, None, None]`
homeassistant/components/shodan/sensor.py:8:8: error[unresolved-import] Cannot resolve imported module `shodan`
homeassistant/components/sia/hub.py:103:17: error[invalid-argument-type] Argument is incorrect: Expected `tuple[int, int]`, found `None | tuple[Literal[80], Literal[40]]`
homeassistant/components/sigfox/sensor.py:71:22: warning[possibly-missing-attribute] Submodule `auth` may not be available as an attribute on module `requests`
homeassistant/components/sighthound/image_processing.py:141:44: error[invalid-argument-type] Argument to function `bbox_to_tf_style` is incorrect: Expected `int`, found `int | None`
homeassistant/components/sighthound/image_processing.py:141:63: error[invalid-argument-type] Argument to function `bbox_to_tf_style` is incorrect: Expected `int`, found `int | None`
homeassistant/components/simplefin/entity.py:43:16: error[invalid-return-type] Return type does not match returned value: expected `Account`, found `Unknown | Account | None`
homeassistant/components/sinch/notify.py:7:6: error[unresolved-import] Cannot resolve imported module `clx.xms.api`
homeassistant/components/sinch/notify.py:8:6: error[unresolved-import] Cannot resolve imported module `clx.xms.client`
homeassistant/components/sinch/notify.py:9:6: error[unresolved-import] Cannot resolve imported module `clx.xms.exceptions`
homeassistant/components/sisyphus/__init__.py:6:6: error[unresolved-import] Cannot resolve imported module `sisyphus_control`
homeassistant/components/sisyphus/media_player.py:6:6: error[unresolved-import] Cannot resolve imported module `sisyphus_control`
homeassistant/components/sky_hub/device_tracker.py:7:6: error[unresolved-import] Cannot resolve imported module `pyskyqhub.skyq_hub`
homeassistant/components/skybeacon/sensor.py:9:6: error[unresolved-import] Cannot resolve imported module `pygatt`
homeassistant/components/skybeacon/sensor.py:10:6: error[unresolved-import] Cannot resolve imported module `pygatt.backends`
homeassistant/components/skybeacon/sensor.py:11:6: error[unresolved-import] Cannot resolve imported module `pygatt.exceptions`
homeassistant/components/skybell/camera.py:82:17: error[invalid-argument-type] Argument to function `async_aiohttp_proxy_stream` is incorrect: Expected `StreamReader`, found `StreamReader`
homeassistant/components/slimproto/media_player.py:120:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `(SlimEvent, /) -> None`, found `bound method Self@async_added_to_hass._on_slim_event(event: SlimEvent) -> CoroutineType[Any, Any, None]`
homeassistant/components/slimproto/media_player.py:121:17: error[invalid-argument-type] Argument to bound method `subscribe` is incorrect: Expected `EventType | tuple[EventType] | None`, found `tuple[Literal[EventType.PLAYER_UPDATED], Literal[EventType.PLAYER_CONNECTED], Literal[EventType.PLAYER_DISCONNECTED], Literal[EventType.PLAYER_NAME_RECEIVED], Literal[EventType.PLAYER_CLI_EVENT]]`
homeassistant/components/slimproto/media_player.py:128:31: warning[possibly-missing-attribute] Attribute `player_id` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/slimproto/media_player.py:135:16: warning[possibly-missing-attribute] Attribute `connected` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/slimproto/media_player.py:140:16: warning[possibly-missing-attribute] Attribute `powered` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/slimproto/media_player.py:142:30: warning[possibly-missing-attribute] Attribute `state` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/slimproto/media_player.py:147:35: warning[possibly-missing-attribute] Attribute `volume_level` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/slimproto/media_player.py:148:38: warning[possibly-missing-attribute] Attribute `muted` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/slimproto/media_player.py:149:9: error[invalid-assignment] Object of type `Unknown | int | float` is not assignable to attribute `_attr_media_position` of type `int | None`
homeassistant/components/slimproto/media_player.py:149:37: warning[possibly-missing-attribute] Attribute `elapsed_seconds` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/slimproto/media_player.py:151:30: warning[possibly-missing-attribute] Attribute `current_media` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/slimproto/media_player.py:169:15: warning[possibly-missing-attribute] Attribute `play` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/slimproto/media_player.py:173:15: warning[possibly-missing-attribute] Attribute `pause` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/slimproto/media_player.py:177:15: warning[possibly-missing-attribute] Attribute `stop` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/slimproto/media_player.py:182:15: warning[possibly-missing-attribute] Attribute `volume_set` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/slimproto/media_player.py:186:15: warning[possibly-missing-attribute] Attribute `mute` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/slimproto/media_player.py:190:15: warning[possibly-missing-attribute] Attribute `power` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/slimproto/media_player.py:194:15: warning[possibly-missing-attribute] Attribute `power` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/slimproto/media_player.py:213:15: warning[possibly-missing-attribute] Attribute `play_url` may be missing on object of type `Unknown | SlimClient | None`
homeassistant/components/smarla/config_flow.py:37:24: warning[possibly-missing-attribute] Attribute `serialNumber` may be missing on object of type `Unknown | AuthToken | None`
homeassistant/components/smarttub/climate.py:85:33: error[unresolved-attribute] Object of type `SpaState` has no attribute `heater`
homeassistant/components/smarttub/climate.py:99:29: error[unresolved-attribute] Object of type `SpaState` has no attribute `heat_mode`
homeassistant/components/smarttub/climate.py:104:16: error[unresolved-attribute] Object of type `SpaState` has no attribute `water`
homeassistant/components/smarttub/climate.py:109:16: error[unresolved-attribute] Object of type `SpaState` has no attribute `set_temperature`
homeassistant/components/smarttub/sensor.py:127:16: error[unresolved-attribute] Object of type `SpaPrimaryFiltrationCycle` has no attribute `status`
homeassistant/components/smarttub/sensor.py:133:28: error[unresolved-attribute] Object of type `SpaPrimaryFiltrationCycle` has no attribute `duration`
homeassistant/components/smarttub/sensor.py:134:38: error[unresolved-attribute] Object of type `SpaPrimaryFiltrationCycle` has no attribute `last_updated`
homeassistant/components/smarttub/sensor.py:135:24: error[unresolved-attribute] Object of type `SpaPrimaryFiltrationCycle` has no attribute `mode`
homeassistant/components/smarttub/sensor.py:136:30: error[unresolved-attribute] Object of type `SpaPrimaryFiltrationCycle` has no attribute `start_hour`
homeassistant/components/smarttub/sensor.py:167:16: error[unresolved-attribute] Object of type `SpaSecondaryFiltrationCycle` has no attribute `status`
homeassistant/components/smarttub/sensor.py:173:38: error[unresolved-attribute] Object of type `SpaSecondaryFiltrationCycle` has no attribute `last_updated`
homeassistant/components/smarttub/sensor.py:174:24: error[unresolved-attribute] Object of type `SpaSecondaryFiltrationCycle` has no attribute `mode`
homeassistant/components/smhi/weather.py:121:26: warning[possibly-missing-attribute] Attribute `daily` may be missing on object of type `Unknown | SMHIForecastData | dict[str, Any]`
homeassistant/components/smhi/weather.py:139:26: warning[possibly-missing-attribute] Attribute `daily` may be missing on object of type `Unknown | SMHIForecastData | dict[str, Any]`
homeassistant/components/smhi/weather.py:167:28: error[missing-typed-dict-key] Missing required key 'datetime' in TypedDict `Forecast` constructor
homeassistant/components/smhi/weather.py:196:40: warning[possibly-missing-attribute] Attribute `daily` may be missing on object of type `Unknown | SMHIForecastData | dict[str, Any]`
homeassistant/components/smhi/weather.py:200:40: warning[possibly-missing-attribute] Attribute `hourly` may be missing on object of type `Unknown | SMHIForecastData | dict[str, Any]`
homeassistant/components/smhi/weather.py:204:40: warning[possibly-missing-attribute] Attribute `twice_daily` may be missing on object of type `Unknown | SMHIForecastData | dict[str, Any]`
homeassistant/components/smlight/update.py:187:20: error[invalid-assignment] Object of type `int` is not assignable to `MessageEvent`
homeassistant/components/smlight/update.py:188:9: error[invalid-assignment] Object of type `MessageEvent` is not assignable to attribute `_attr_update_percentage` of type `int | float | None`
homeassistant/components/snmp/device_tracker.py:113:17: error[invalid-argument-type] Argument to bound method `create` is incorrect: Expected `tuple[str, int]`, found `tuple[Unknown, Literal["161"]]`
homeassistant/components/snmp/device_tracker.py:119:21: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `int | float`, found `tuple[Unknown, Literal["161"]]`
homeassistant/components/snmp/device_tracker.py:119:43: error[parameter-already-assigned] Multiple values provided for parameter `timeout` of bound method `__init__`
homeassistant/components/snmp/device_tracker.py:195:21: warning[possibly-missing-attribute] Attribute `prettyPrint` may be missing on object of type `(Integer32 & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (int & ~AlwaysFalsy)`
homeassistant/components/snmp/sensor.py:137:50: error[invalid-argument-type] Argument to bound method `create` is incorrect: Expected `tuple[str, int]`, found `tuple[Any | None, Any | None]`
homeassistant/components/snmp/sensor.py:141:42: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `int | float`, found `tuple[Any | None, Any | None]`
homeassistant/components/snmp/sensor.py:141:56: error[parameter-already-assigned] Multiple values provided for parameter `timeout` of bound method `__init__`
homeassistant/components/snmp/sensor.py:246:17: warning[possibly-missing-attribute] Attribute `prettyPrint` may be missing on object of type `(Integer32 & ~AlwaysFalsy) | (int & ~AlwaysFalsy)`
homeassistant/components/snmp/switch.py:265:36: error[invalid-argument-type] Argument to function `get_cmd` is incorrect: Expected `SnmpEngine`, found `Unknown | SnmpEngine | UsmUserData | ... omitted 5 union elements`
homeassistant/components/snmp/switch.py:265:36: error[invalid-argument-type] Argument to function `get_cmd` is incorrect: Expected `CommunityData | UsmUserData`, found `Unknown | SnmpEngine | UsmUserData | ... omitted 5 union elements`
homeassistant/components/snmp/switch.py:265:36: error[invalid-argument-type] Argument to function `get_cmd` is incorrect: Expected `AbstractTransportTarget`, found `Unknown | SnmpEngine | UsmUserData | ... omitted 5 union elements`
homeassistant/components/snmp/switch.py:265:36: error[invalid-argument-type] Argument to function `get_cmd` is incorrect: Expected `ContextData`, found `Unknown | SnmpEngine | UsmUserData | ... omitted 5 union elements`
homeassistant/components/snmp/switch.py:265:36: error[invalid-argument-type] Argument to function `get_cmd` is incorrect: Expected `ObjectType`, found `Unknown | SnmpEngine | UsmUserData | ... omitted 5 union elements`
homeassistant/components/snmp/switch.py:273:17: warning[possibly-missing-attribute] Attribute `prettyPrint` may be missing on object of type `(Integer32 & ~AlwaysFalsy) | (int & ~AlwaysFalsy)`
homeassistant/components/snmp/switch.py:302:13: error[invalid-argument-type] Argument to function `set_cmd` is incorrect: Expected `SnmpEngine`, found `Unknown | SnmpEngine | UsmUserData | ... omitted 4 union elements`
homeassistant/components/snmp/switch.py:302:13: error[invalid-argument-type] Argument to function `set_cmd` is incorrect: Expected `CommunityData | UsmUserData`, found `Unknown | SnmpEngine | UsmUserData | ... omitted 4 union elements`
homeassistant/components/snmp/switch.py:302:13: error[invalid-argument-type] Argument to function `set_cmd` is incorrect: Expected `AbstractTransportTarget`, found `Unknown | SnmpEngine | UsmUserData | ... omitted 4 union elements`
homeassistant/components/snmp/switch.py:302:13: error[invalid-argument-type] Argument to function `set_cmd` is incorrect: Expected `ContextData`, found `Unknown | SnmpEngine | UsmUserData | ... omitted 4 union elements`
homeassistant/components/snmp/switch.py:302:13: error[invalid-argument-type] Argument to function `set_cmd` is incorrect: Expected `ObjectType`, found `Unknown | SnmpEngine | UsmUserData | ... omitted 4 union elements`
homeassistant/components/solaredge_local/sensor.py:12:6: error[unresolved-import] Cannot resolve imported module `solaredge_local`
homeassistant/components/solax/sensor.py:139:26: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `SolaxDataUpdateCoordinator`
homeassistant/components/solax/sensor.py:156:16: warning[possibly-missing-attribute] Attribute `data` may be missing on object of type `Unknown | dict[str, Any]`
homeassistant/components/soma/cover.py:62:16: error[invalid-return-type] Return type does not match returned value: expected `int`, found `Unknown | int | float`
homeassistant/components/songpal/media_player.py:253:16: warning[possibly-missing-attribute] Attribute `macAddr` may be missing on object of type `Unknown | None`
homeassistant/components/songpal/media_player.py:253:41: warning[possibly-missing-attribute] Attribute `wirelessMacAddr` may be missing on object of type `Unknown | None`
homeassistant/components/songpal/media_player.py:259:12: warning[possibly-missing-attribute] Attribute `macAddr` may be missing on object of type `Unknown | None`
homeassistant/components/songpal/media_player.py:260:57: warning[possibly-missing-attribute] Attribute `macAddr` may be missing on object of type `Unknown | None`
homeassistant/components/songpal/media_player.py:261:12: warning[possibly-missing-attribute] Attribute `wirelessMacAddr` may be missing on object of type `Unknown | None`
homeassistant/components/songpal/media_player.py:262:57: warning[possibly-missing-attribute] Attribute `wirelessMacAddr` may be missing on object of type `Unknown | None`
homeassistant/components/songpal/media_player.py:269:24: warning[possibly-missing-attribute] Attribute `version` may be missing on object of type `Unknown | None`
homeassistant/components/songpal/media_player.py:394:22: warning[possibly-missing-attribute] Attribute `set_volume` may be missing on object of type `Unknown | None`
homeassistant/components/songpal/media_player.py:398:22: warning[possibly-missing-attribute] Attribute `set_volume` may be missing on object of type `Unknown | None`
homeassistant/components/songpal/media_player.py:402:22: warning[possibly-missing-attribute] Attribute `set_volume` may be missing on object of type `Unknown | None`
homeassistant/components/songpal/media_player.py:431:22: warning[possibly-missing-attribute] Attribute `set_mute` may be missing on object of type `Unknown | None`
homeassistant/components/sonos/__init__.py:115:5: error[invalid-assignment] Object of type `<module 'soco.events_asyncio'>` is not assignable to attribute `EVENTS_MODULE` of type `None`
homeassistant/components/sonos/__init__.py:117:5: error[invalid-assignment] Object of type `Literal[False]` is not assignable to attribute `ZGT_EVENT_FALLBACK` of type `Literal[True]`
homeassistant/components/sonos/__init__.py:118:5: error[unresolved-attribute] Unresolved attribute `EVENT_CACHE_TIMEOUT` on type `<module 'soco.zonegroupstate'>`.
homeassistant/components/sonos/__init__.py:374:21: error[invalid-assignment] Invalid subscript assignment with key of type `Unknown` and value of type `SonosAlarms | SonosFavorites` on object of type `dict[str, SonosAlarms]`
homeassistant/components/sonos/__init__.py:374:21: error[invalid-assignment] Invalid subscript assignment with key of type `Unknown` and value of type `SonosAlarms | SonosFavorites` on object of type `dict[str, SonosFavorites]`
homeassistant/components/sonos/helpers.py:70:28: error[unresolved-attribute] Object of type `(...) -> _R@soco_error` has no attribute `__qualname__`
homeassistant/components/sonos/helpers.py:87:17: error[unresolved-attribute] Object of type `(...) -> _R@soco_error` has no attribute `__qualname__`
homeassistant/components/sonos/media_browser.py:259:21: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/sonos/media_browser.py:285:31: error[invalid-argument-type] Argument to function `can_expand` is incorrect: Expected `DidlObject`, found `str`
homeassistant/components/sonos/media_browser.py:304:21: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/sonos/media_browser.py:497:21: error[invalid-argument-type] Argument to function `get_thumbnail_url_full` is incorrect: Expected `MusicServiceItem | None`, found `DidlFavorite`
homeassistant/components/sonos/media_player.py:381:22: error[unresolved-attribute] Object of type `DidlFavorite` has no attribute `resource_meta_data`
homeassistant/components/sonos/media_player.py:487:21: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | Unknown | dict[str, Any]] & dict[Unknown | str, Unknown | str | dict[str, Any]]`
homeassistant/components/sonos/speaker.py:131:13: error[invalid-assignment] Object of type `bound method Self@__init__.async_dispatch_event(event: Event) -> None` is not assignable to attribute `callback` on type `SubscriptionBase & ~AlwaysFalsy`
homeassistant/components/sonos/speaker.py:337:22: error[unresolved-attribute] Object of type `SubscriptionBase` has no attribute `event_listener`
homeassistant/components/sonos/statistics.py:75:9: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["soco:from_didl_string"]` and value of type `_CacheInfo` on object of type `dict[str, dict[str, int | float]]`
homeassistant/components/sonos/statistics.py:76:9: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["soco:parse_event_xml"]` and value of type `_CacheInfo` on object of type `dict[str, dict[str, int | float]]`
homeassistant/components/sonos/switch.py:257:16: error[invalid-return-type] Return type does not match returned value: expected `Alarm`, found `Unknown | Alarm | None`
homeassistant/components/sony_projector/switch.py:8:8: error[unresolved-import] Cannot resolve imported module `pysdcp`
homeassistant/components/soundtouch/media_player.py:120:16: warning[possibly-missing-attribute] Attribute `actual` may be missing on object of type `Unknown | None`
homeassistant/components/soundtouch/media_player.py:136:16: warning[possibly-missing-attribute] Attribute `source` may be missing on object of type `Unknown | None`
homeassistant/components/soundtouch/media_player.py:141:16: warning[possibly-missing-attribute] Attribute `muted` may be missing on object of type `Unknown | None`
homeassistant/components/soundtouch/media_player.py:190:16: warning[possibly-missing-attribute] Attribute `image` may be missing on object of type `Unknown | None`
homeassistant/components/soundtouch/media_player.py:195:12: warning[possibly-missing-attribute] Attribute `station_name` may be missing on object of type `Unknown | None`
homeassistant/components/soundtouch/media_player.py:196:20: warning[possibly-missing-attribute] Attribute `station_name` may be missing on object of type `Unknown | None`
homeassistant/components/soundtouch/media_player.py:197:12: warning[possibly-missing-attribute] Attribute `artist` may be missing on object of type `Unknown | None`
homeassistant/components/soundtouch/media_player.py:198:23: warning[possibly-missing-attribute] Attribute `artist` may be missing on object of type `Unknown | None`
homeassistant/components/soundtouch/media_player.py:198:47: warning[possibly-missing-attribute] Attribute `track` may be missing on object of type `Unknown | None`
homeassistant/components/soundtouch/media_player.py:205:16: warning[possibly-missing-attribute] Attribute `duration` may be missing on object of type `Unknown | None`
homeassistant/components/soundtouch/media_player.py:210:16: warning[possibly-missing-attribute] Attribute `artist` may be missing on object of type `Unknown | None`
homeassistant/components/soundtouch/media_player.py:215:16: warning[possibly-missing-attribute] Attribute `track` may be missing on object of type `Unknown | None`
homeassistant/components/soundtouch/media_player.py:220:16: warning[possibly-missing-attribute] Attribute `album` may be missing on object of type `Unknown | None`
homeassistant/components/splunk/__init__.py:9:6: error[unresolved-import] Cannot resolve imported module `hass_splunk`
homeassistant/components/spotify/browse_media.py:331:21: error[invalid-assignment] Object of type `list[dict[Unknown | str, Unknown | str | None] | Unknown]` is not assignable to `list[ItemPayload]`
homeassistant/components/squeezebox/__init__.py:207:42: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/squeezebox/browse_media.py:162:43: error[invalid-argument-type] Argument to bound method `async_query` is incorrect: Expected `str`, found `Unknown | str | int`
homeassistant/components/squeezebox/browse_media.py:174:43: error[invalid-argument-type] Argument to bound method `async_query` is incorrect: Expected `str`, found `Unknown | str | int`
homeassistant/components/squeezebox/browse_media.py:266:20: warning[redundant-cast] Value is already of type `str`
homeassistant/components/squeezebox/browse_media.py:274:15: warning[redundant-cast] Value is already of type `str`
homeassistant/components/squeezebox/browse_media.py:392:15: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Divergent | None`
homeassistant/components/squeezebox/coordinator.py:46:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/squeezebox/media_player.py:422:27: error[not-iterable] Object of type `Unknown | list[str] | None` may not be iterable
homeassistant/components/squeezebox/media_player.py:581:50: error[invalid-argument-type] Argument to bound method `set_announce_volume` is incorrect: Expected `int | None`, found `int | float | None`
homeassistant/components/squeezebox/media_player.py:889:17: error[invalid-argument-type] Argument to function `safe_library_call` is incorrect: Expected `(...) -> Awaitable[Any]`, found `Unknown | (bound method Player.generate_image_url_from_track_id(track_id: int) -> str)`
homeassistant/components/squeezebox/switch.py:150:16: warning[redundant-cast] Value is already of type `bool`
homeassistant/components/ssdp/common.py:18:42: warning[possibly-missing-attribute] Attribute `scope_id` may be missing on object of type `IPv4Address | IPv6Address`
homeassistant/components/ssdp/scanner.py:263:24: warning[possibly-missing-attribute] Attribute `scope_id` may be missing on object of type `IPv4Address | IPv6Address`
homeassistant/components/ssdp/scanner.py:268:25: warning[possibly-missing-attribute] Attribute `scope_id` may be missing on object of type `IPv4Address | IPv6Address`
homeassistant/components/ssdp/server.py:174:28: warning[possibly-missing-attribute] Attribute `scope_id` may be missing on object of type `IPv4Address | IPv6Address`
homeassistant/components/ssdp/server.py:179:29: warning[possibly-missing-attribute] Attribute `scope_id` may be missing on object of type `IPv4Address | IPv6Address`
homeassistant/components/starlingbank/sensor.py:9:6: error[unresolved-import] Cannot resolve imported module `starlingbank`
homeassistant/components/steam_online/config_flow.py:30:5: warning[possibly-missing-attribute] Submodule `api` may not be available as an attribute on module `steam`
homeassistant/components/steam_online/config_flow.py:31:17: warning[possibly-missing-attribute] Submodule `api` may not be available as an attribute on module `steam`
homeassistant/components/steam_online/config_flow.py:61:21: warning[possibly-missing-attribute] Submodule `api` may not be available as an attribute on module `steam`
homeassistant/components/steam_online/config_flow.py:61:42: warning[possibly-missing-attribute] Submodule `api` may not be available as an attribute on module `steam`
homeassistant/components/steam_online/config_flow.py:159:16: warning[possibly-missing-attribute] Submodule `api` may not be available as an attribute on module `steam`
homeassistant/components/steam_online/config_flow.py:176:21: warning[possibly-missing-attribute] Submodule `api` may not be available as an attribute on module `steam`
homeassistant/components/steam_online/config_flow.py:182:16: warning[possibly-missing-attribute] Submodule `api` may not be available as an attribute on module `steam`
homeassistant/components/steam_online/coordinator.py:40:9: warning[possibly-missing-attribute] Submodule `api` may not be available as an attribute on module `steam`
homeassistant/components/steam_online/coordinator.py:47:35: warning[possibly-missing-attribute] Submodule `api` may not be available as an attribute on module `steam`
homeassistant/components/steam_online/coordinator.py:48:37: warning[possibly-missing-attribute] Submodule `api` may not be available as an attribute on module `steam`
homeassistant/components/steam_online/coordinator.py:51:23: warning[possibly-missing-attribute] Attribute `GetOwnedGames` may be missing on object of type `(_interface_method & ~AlwaysFalsy) | Unknown`
homeassistant/components/steam_online/coordinator.py:57:20: warning[possibly-missing-attribute] Attribute `GetPlayerSummaries` may be missing on object of type `(_interface_method & ~AlwaysFalsy) | Unknown`
homeassistant/components/steam_online/coordinator.py:64:20: warning[possibly-missing-attribute] Attribute `GetSteamLevel` may be missing on object of type `(_interface_method & ~AlwaysFalsy) | Unknown`
homeassistant/components/steam_online/coordinator.py:73:17: warning[possibly-missing-attribute] Submodule `api` may not be available as an attribute on module `steam`
homeassistant/components/steam_online/coordinator.py:73:38: warning[possibly-missing-attribute] Submodule `api` may not be available as an attribute on module `steam`
homeassistant/components/steamist/config_flow.py:96:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/stiebel_eltron/climate.py:169:36: error[invalid-argument-type] Argument to bound method `set_operation` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/stiebel_eltron/climate.py:182:36: error[invalid-argument-type] Argument to bound method `set_operation` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/stream/worker.py:391:13: error[invalid-assignment] Object of type `int | Unknown | Fraction | float` is not assignable to attribute `_part_start_dts` of type `int | float`
homeassistant/components/streamlabswater/__init__.py:49:45: error[invalid-argument-type] Argument to bound method `update_location` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/subaru/__init__.py:60:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
homeassistant/components/subaru/config_flow.py:128:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
homeassistant/components/supla/__init__.py:9:6: error[unresolved-import] Cannot resolve imported module `asyncpysupla`
homeassistant/components/swiss_hydrological_data/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `swisshydrodata`
homeassistant/components/swiss_hydrological_data/sensor.py:106:19: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/swiss_public_transport/coordinator.py:114:23: error[invalid-argument-type] Invalid argument to key "start" with declared type `str` on TypedDict `DataConnection`: value of type `Unknown | None`
homeassistant/components/swiss_public_transport/coordinator.py:115:29: error[invalid-argument-type] Invalid argument to key "destination" with declared type `str` on TypedDict `DataConnection`: value of type `Unknown | None`
homeassistant/components/switchbot/__init__.py:218:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `SwitchbotDevice`, found `Unknown | SwitchbotCeilingLight | SwitchbotCurtain | ... omitted 14 union elements`
homeassistant/components/switchbot/__init__.py:218:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `SwitchbotDevice`, found `Unknown | SwitchbotCeilingLight | SwitchbotCurtain | ... omitted 14 union elements`
homeassistant/components/switchbot/climate.py:75:16: error[unresolved-attribute] Object of type `SwitchbotDevice` has no attribute `min_temperature`
homeassistant/components/switchbot/climate.py:80:16: error[unresolved-attribute] Object of type `SwitchbotDevice` has no attribute `max_temperature`
homeassistant/components/switchbot/climate.py:85:16: error[unresolved-attribute] Object of type `SwitchbotDevice` has no attribute `preset_modes`
homeassistant/components/switchbot/climate.py:90:16: error[unresolved-attribute] Object of type `SwitchbotDevice` has no attribute `preset_mode`
homeassistant/components/switchbot/climate.py:96:13: error[unresolved-attribute] Object of type `SwitchbotDevice` has no attribute `hvac_mode`
homeassistant/components/switchbot/climate.py:104:25: error[unresolved-attribute] Object of type `SwitchbotDevice` has no attribute `hvac_modes`
homeassistant/components/switchbot/climate.py:111:13: error[unresolved-attribute] Object of type `SwitchbotDevice` has no attribute `hvac_action`
homeassistant/components/switchbot/climate.py:117:16: error[unresolved-attribute] Object of type `SwitchbotDevice` has no attribute `current_temperature`
homeassistant/components/switchbot/climate.py:122:16: error[unresolved-attribute] Object of type `SwitchbotDevice` has no attribute `target_temperature`
homeassistant/components/switchbot/climate.py:127:22: error[unresolved-attribute] Object of type `SwitchbotDevice` has no attribute `set_hvac_mode`
homeassistant/components/switchbot/climate.py:134:22: error[unresolved-attribute] Object of type `SwitchbotDevice` has no attribute `set_preset_mode`
homeassistant/components/switchbot/climate.py:140:22: error[unresolved-attribute] Object of type `SwitchbotDevice` has no attribute `set_target_temperature`
homeassistant/components/switchbot/const.py:146:5: error[invalid-assignment] Object of type `dict[SwitchbotModel, SwitchbotEncryptedDevice | <class 'SwitchbotLock'> | <class 'SwitchbotRelaySwitch'> | ... omitted 6 union elements]` is not assignable to `dict[SwitchbotModel, SwitchbotEncryptedDevice]`
homeassistant/components/switchbot/cover.py:117:71: error[invalid-argument-type] Argument to bound method `set_position` is incorrect: Expected `int`, found `Any | None`
homeassistant/components/switchbot/cover.py:200:71: error[invalid-argument-type] Argument to bound method `set_position` is incorrect: Expected `int`, found `Any | None`
homeassistant/components/switchbot/cover.py:286:71: error[invalid-argument-type] Argument to bound method `set_position` is incorrect: Expected `int`, found `Any | None`
homeassistant/components/switchbot/humidifier.py:27:66: error[invalid-assignment] Object of type `dict[int | switchbot.const.evaporative_humidifier.HumidifierAction, homeassistant.components.humidifier.const.HumidifierAction]` is not assignable to `dict[int, homeassistant.components.humidifier.const.HumidifierAction]`
homeassistant/components/switchbot/humidifier.py:109:16: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `HumidifierMode | None`
homeassistant/components/switchbot/light.py:64:64: error[unresolved-attribute] Object of type `SwitchbotBaseLight` has no attribute `color_modes`
homeassistant/components/switchbot/light.py:74:38: error[unsupported-operator] Operator `*` is unsupported between objects of type `int | None` and `float`
homeassistant/components/switchbot/light.py:106:16: error[invalid-return-type] Return type does not match returned value: expected `bool`, found `bool | None`
homeassistant/components/switchbot/switch.py:110:35: error[too-many-positional-arguments] Too many positional arguments to bound method `is_on`: expected 1, got 2
homeassistant/components/switchbot/switch.py:118:36: error[too-many-positional-arguments] Too many positional arguments to bound method `turn_on`: expected 1, got 2
homeassistant/components/switchbot/switch.py:127:37: error[too-many-positional-arguments] Too many positional arguments to bound method `turn_off`: expected 1, got 2
homeassistant/components/switchbot_cloud/__init__.py:135:37: error[invalid-argument-type] Argument to bound method `append` is incorrect: Expected `tuple[Device, SwitchBotCoordinator]`, found `tuple[Remote | Device, SwitchBotCoordinator]`
homeassistant/components/switchbot_cloud/climate.py:144:20: error[no-matching-overload] No overload of bound method `get` matches arguments
homeassistant/components/switchbot_cloud/climate.py:157:25: error[no-matching-overload] No overload of bound method `get` matches arguments
homeassistant/components/switchbot_cloud/entity.py:51:13: error[invalid-argument-type] Argument to bound method `send_command` is incorrect: Expected `str`, found `str | None | Unknown`
homeassistant/components/switchbot_cloud/entity.py:52:13: error[invalid-argument-type] Argument to bound method `send_command` is incorrect: Argument type `Commands` does not satisfy upper bound `CommonCommands` of type variable `T`
homeassistant/components/switchbot_cloud/entity.py:54:13: error[invalid-argument-type] Argument to bound method `send_command` is incorrect: Expected `dict[Unknown, Unknown] | str`, found `dict[Unknown, Unknown] | str | int`
homeassistant/components/switchbot_cloud/sensor.py:344:38: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Device`, found `Device | Remote`
homeassistant/components/switcher_kis/sensor.py:138:16: error[unresolved-attribute] Object of type `SensorEntityDescription` has no attribute `value_fn`
homeassistant/components/switchmate/switch.py:8:6: error[unresolved-import] Cannot resolve imported module `switchmate`
homeassistant/components/syncthing/__init__.py:48:12: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `aiosyncthing`
homeassistant/components/syncthing/__init__.py:155:20: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `aiosyncthing`
homeassistant/components/syncthing/__init__.py:174:16: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `aiosyncthing`
homeassistant/components/syncthing/config_flow.py:36:12: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `aiosyncthing`
homeassistant/components/syncthing/sensor.py:36:12: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `aiosyncthing`
homeassistant/components/syncthing/sensor.py:111:16: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/syncthing/sensor.py:127:16: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `aiosyncthing`
homeassistant/components/synology_dsm/entity.py:154:9: error[unsupported-operator] Operator `+=` is unsupported between objects of type `None` and `str`
homeassistant/components/synology_srm/device_tracker.py:7:8: error[unresolved-import] Cannot resolve imported module `synology_srm`
homeassistant/components/system_bridge/__init__.py:290:16: error[invalid-return-type] Return type does not match returned value: expected `ServiceResponse`, found `dict[Unknown | str, Unknown | int | list[dict[str, Any]]]`
homeassistant/components/system_bridge/data.py:24:20: error[invalid-assignment] Object of type `None` is not assignable to `Disks`
homeassistant/components/system_bridge/data.py:28:22: error[invalid-assignment] Object of type `None` is not assignable to `Memory`
homeassistant/components/system_bridge/data.py:30:22: error[invalid-assignment] Object of type `None` is not assignable to `System`
homeassistant/components/systemmonitor/coordinator.py:174:13: error[invalid-argument-type] Argument is incorrect: Expected `tuple[int | float, int | float, int | float]`, found `tuple[None, None, None] | tuple[int | float, int | float, int | float]`
homeassistant/components/tado/climate.py:340:31: error[unresolved-attribute] Module `PyTado` has no member `TadoZone`
homeassistant/components/tado/climate.py:813:20: error[unsupported-operator] Operator `in` is not supported between objects of type `str | None` and `@Todo | str | list[Unknown]`
homeassistant/components/tado/coordinator.py:315:33: error[invalid-argument-type] Argument to bound method `_update_zone` is incorrect: Expected `int`, found `Unknown | None`
homeassistant/components/tami4/sensor.py:89:42: error[invalid-argument-type] Argument to function `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `Tami4EdgeCoordinator`
homeassistant/components/tank_utility/sensor.py:9:6: error[unresolved-import] Cannot resolve imported module `tank_utility`
homeassistant/components/tapsaff/binary_sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `tapsaff`
homeassistant/components/tasmota/camera.py:103:24: error[unresolved-attribute] Object of type `object` has no attribute `Request`
homeassistant/components/tasmota/camera.py:104:10: error[unresolved-attribute] Object of type `object` has no attribute `StreamResponse`
homeassistant/components/tautulli/entity.py:35:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, int | None | str]]`
homeassistant/components/tautulli/sensor.py:42:17: error[not-iterable] Object of type `PyTautulliApiHomeStats` is not iterable
homeassistant/components/tautulli/sensor.py:252:13: error[invalid-argument-type] Argument is incorrect: Expected `PyTautulliApiHomeStats`, found `Unknown | list[PyTautulliApiHomeStats] | None`
homeassistant/components/tautulli/sensor.py:253:13: error[invalid-argument-type] Argument is incorrect: Expected `PyTautulliApiActivity`, found `Unknown | PyTautulliApiActivity | None`
homeassistant/components/tautulli/sensor.py:278:28: error[not-iterable] Object of type `Unknown | list[PyTautulliApiSession] | None` may not be iterable
homeassistant/components/technove/number.py:46:48: error[invalid-argument-type] Argument to bound method `set_max_current` is incorrect: Expected `int`, found `int | float`
homeassistant/components/technove/number.py:93:60: error[invalid-argument-type] Argument is incorrect: Expected `TechnoVE`, found `Unknown | Station`
homeassistant/components/technove/number.py:98:56: error[invalid-argument-type] Argument is incorrect: Expected `TechnoVE`, found `Unknown | Station`
homeassistant/components/telegram_bot/bot.py:455:50: warning[possibly-missing-attribute] Attribute `split` may be missing on object of type `@Todo | None`
homeassistant/components/telegram_bot/bot.py:491:47: error[unresolved-attribute] Object of type `(...) -> Unknown` has no attribute `__name__`
homeassistant/components/tellduslive/config_flow.py:120:15: error[invalid-method-override] Invalid override of method `async_step_discovery`: Definition is incompatible with `ConfigFlow.async_step_discovery`
homeassistant/components/tellstick/__init__.py:5:6: error[unresolved-import] Cannot resolve imported module `tellcore.constants`
homeassistant/components/tellstick/__init__.py:6:6: error[unresolved-import] Cannot resolve imported module `tellcore.telldus`
homeassistant/components/tellstick/__init__.py:7:6: error[unresolved-import] Cannot resolve imported module `tellcorenet`
homeassistant/components/tellstick/entity.py:6:6: error[unresolved-import] Cannot resolve imported module `tellcore.constants`
homeassistant/components/tellstick/entity.py:7:6: error[unresolved-import] Cannot resolve imported module `tellcore.library`
homeassistant/components/tellstick/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `tellcore`
homeassistant/components/tellstick/sensor.py:9:8: error[unresolved-import] Cannot resolve imported module `tellcore.constants`
homeassistant/components/template/binary_sensor.py:224:47: error[invalid-argument-type] Argument to bound method `add_template_attribute` is incorrect: Expected `Template`, found `Template | None`
homeassistant/components/template/binary_sensor.py:274:17: warning[possibly-missing-attribute] Attribute `total_seconds` may be missing on object of type `Unknown | None`
homeassistant/components/template/cover.py:282:13: error[invalid-assignment] Object of type `float` is not assignable to attribute `_attr_current_cover_position` of type `int | None`
homeassistant/components/template/cover.py:304:13: error[invalid-assignment] Object of type `float` is not assignable to attribute `_attr_current_cover_tilt_position` of type `int | None`
homeassistant/components/template/cover.py:431:13: error[unsupported-operator] Operator `|=` is unsupported between objects of type `None` and `int`
homeassistant/components/template/cover.py:490:13: error[unsupported-operator] Operator `|=` is unsupported between objects of type `None` and `int`
homeassistant/components/template/light.py:616:12: error[unsupported-operator] Operator `not in` is not supported between objects of type `Unknown` and `list[str] | None | Unknown`
homeassistant/components/template/light.py:738:13: error[invalid-assignment] Object of type `tuple[None | Unknown, None | Unknown, None | Unknown]` is not assignable to attribute `_attr_rgb_color` of type `tuple[int, int, int] | None`
homeassistant/components/template/light.py:783:13: error[invalid-assignment] Object of type `tuple[None | Unknown, None | Unknown, None | Unknown, None | Unknown]` is not assignable to attribute `_attr_rgbw_color` of type `tuple[int, int, int, int] | None`
homeassistant/components/template/light.py:829:13: error[invalid-assignment] Object of type `tuple[None | Unknown, None | Unknown, None | Unknown, None | Unknown, None | Unknown]` is not assignable to attribute `_attr_rgbww_color` of type `tuple[int, int, int, int, int] | None`
homeassistant/components/template/light.py:859:17: error[invalid-assignment] Cannot assign to final attribute `_attr_max_mireds` on type `Self@_update_max_mireds`
homeassistant/components/template/light.py:863:13: error[invalid-assignment] Cannot assign to final attribute `_attr_max_mireds` on type `Self@_update_max_mireds`
homeassistant/components/template/light.py:872:13: error[invalid-assignment] Cannot assign to final attribute `_attr_max_mireds` on type `Self@_update_max_mireds`
homeassistant/components/template/light.py:880:17: error[invalid-assignment] Cannot assign to final attribute `_attr_min_mireds` on type `Self@_update_min_mireds`
homeassistant/components/template/light.py:884:13: error[invalid-assignment] Cannot assign to final attribute `_attr_min_mireds` on type `Self@_update_min_mireds`
homeassistant/components/template/light.py:893:13: error[invalid-assignment] Cannot assign to final attribute `_attr_min_mireds` on type `Self@_update_min_mireds`
homeassistant/components/template/lock.py:284:45: warning[possibly-missing-attribute] Attribute `template` may be missing on object of type `Unknown | None`
homeassistant/components/template/sensor.py:255:35: error[invalid-argument-type] Argument to bound method `add_template_attribute` is incorrect: Expected `Template`, found `Template | None`
homeassistant/components/template/template_entity.py:141:28: error[invalid-argument-type] Argument to bound method `_default_update` is incorrect: Expected `str | TemplateError`, found `None`
homeassistant/components/template/template_entity.py:272:20: error[invalid-return-type] Return type does not match returned value: expected `dict[str, Any]`, found `(ScriptVariables & Top[dict[Unknown, Unknown]]) | dict[Unknown, Unknown]`
homeassistant/components/template/weather.py:449:41: error[invalid-argument-type] Argument to bound method `async_update_listeners` is incorrect: Expected `Iterable[Literal["daily", "hourly", "twice_daily"]] | None`, found `list[Unknown | str]`
homeassistant/components/tesla_fleet/climate.py:49:60: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Scope`, found `list[Scope]`
homeassistant/components/tesla_fleet/climate.py:55:30: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Scope`, found `list[Scope]`
homeassistant/components/tesla_fleet/climate.py:125:38: warning[possibly-missing-attribute] Attribute `auto_conditioning_start` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/climate.py:134:38: warning[possibly-missing-attribute] Attribute `auto_conditioning_stop` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/climate.py:137:34: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/tesla_fleet/climate.py:152:13: warning[possibly-missing-attribute] Attribute `set_temps` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/climate.py:176:13: warning[possibly-missing-attribute] Attribute `set_climate_keeper_mode` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/climate.py:177:37: warning[possibly-missing-attribute] Attribute `index` may be missing on object of type `Unknown | list[Unknown | str] | list[str] | None`
homeassistant/components/tesla_fleet/climate.py:181:27: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/tesla_fleet/climate.py:295:38: warning[possibly-missing-attribute] Attribute `set_cop_temp` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/climate.py:312:17: warning[possibly-missing-attribute] Attribute `set_cabin_overheat_protection` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/climate.py:316:17: warning[possibly-missing-attribute] Attribute `set_cabin_overheat_protection` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/climate.py:320:17: warning[possibly-missing-attribute] Attribute `set_cabin_overheat_protection` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/coordinator.py:184:17: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[Unknown, Unknown] | str | None`
homeassistant/components/tesla_fleet/coordinator.py:186:16: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["after"]` and `dict[Unknown, Unknown] | str | None`
homeassistant/components/tesla_fleet/coordinator.py:187:62: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["after"]` on object of type `str`
homeassistant/components/tesla_fleet/coordinator.py:187:62: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/tesla_fleet/coordinator.py:246:17: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[Unknown, Unknown] | str | None`
homeassistant/components/tesla_fleet/coordinator.py:248:16: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["after"]` and `dict[Unknown, Unknown] | str | None`
homeassistant/components/tesla_fleet/coordinator.py:249:62: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["after"]` on object of type `str`
homeassistant/components/tesla_fleet/coordinator.py:249:62: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/tesla_fleet/coordinator.py:309:17: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `dict[Unknown, Unknown] | str | None`
homeassistant/components/tesla_fleet/coordinator.py:311:16: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal["after"]` and `dict[Unknown, Unknown] | str | None`
homeassistant/components/tesla_fleet/coordinator.py:312:62: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["after"]` on object of type `str`
homeassistant/components/tesla_fleet/coordinator.py:312:62: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/tesla_fleet/cover.py:84:13: warning[possibly-missing-attribute] Attribute `window_control` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/cover.py:93:13: warning[possibly-missing-attribute] Attribute `window_control` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/cover.py:124:38: warning[possibly-missing-attribute] Attribute `charge_port_door_open` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/cover.py:131:38: warning[possibly-missing-attribute] Attribute `charge_port_door_close` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/cover.py:157:38: warning[possibly-missing-attribute] Attribute `actuate_trunk` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/cover.py:186:42: warning[possibly-missing-attribute] Attribute `actuate_trunk` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/cover.py:194:42: warning[possibly-missing-attribute] Attribute `actuate_trunk` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/cover.py:231:38: warning[possibly-missing-attribute] Attribute `sun_roof_control` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/cover.py:238:38: warning[possibly-missing-attribute] Attribute `sun_roof_control` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/cover.py:245:38: warning[possibly-missing-attribute] Attribute `sun_roof_control` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/lock.py:58:38: warning[possibly-missing-attribute] Attribute `door_lock` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/lock.py:66:38: warning[possibly-missing-attribute] Attribute `door_unlock` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/lock.py:101:38: warning[possibly-missing-attribute] Attribute `charge_port_door_open` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/media_player.py:120:13: warning[possibly-missing-attribute] Attribute `adjust_volume` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/media_player.py:129:42: warning[possibly-missing-attribute] Attribute `media_toggle_playback` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/media_player.py:137:42: warning[possibly-missing-attribute] Attribute `media_toggle_playback` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/media_player.py:144:38: warning[possibly-missing-attribute] Attribute `media_next_track` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/media_player.py:149:38: warning[possibly-missing-attribute] Attribute `media_prev_track` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/number.py:169:67: error[invalid-argument-type] Argument is incorrect: Expected `VehicleFleet`, found `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/number.py:204:59: error[invalid-argument-type] Argument is incorrect: Expected `EnergySite`, found `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/select.py:152:42: warning[possibly-missing-attribute] Attribute `auto_conditioning_start` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/select.py:154:13: warning[possibly-missing-attribute] Attribute `remote_seat_heater_request` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/select.py:197:42: warning[possibly-missing-attribute] Attribute `auto_conditioning_start` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/select.py:199:13: warning[possibly-missing-attribute] Attribute `remote_steering_wheel_heat_level_request` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/select.py:230:30: warning[possibly-missing-attribute] Attribute `operation` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/select.py:261:13: warning[possibly-missing-attribute] Attribute `grid_import_export` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/switch.py:203:13: warning[possibly-missing-attribute] Attribute `grid_import_export` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/switch.py:214:13: warning[possibly-missing-attribute] Attribute `grid_import_export` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/switch.py:244:30: warning[possibly-missing-attribute] Attribute `storm_mode` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_fleet/switch.py:251:30: warning[possibly-missing-attribute] Attribute `storm_mode` may be missing on object of type `Unknown | VehicleFleet | EnergySite`
homeassistant/components/tesla_wall_connector/__init__.py:85:21: error[unresolved-attribute] Object of type `dict[Unknown, Unknown]` has no attribute `part_number`
homeassistant/components/tesla_wall_connector/__init__.py:86:26: error[unresolved-attribute] Object of type `dict[Unknown, Unknown]` has no attribute `firmware_version`
homeassistant/components/tesla_wall_connector/__init__.py:87:23: error[unresolved-attribute] Object of type `dict[Unknown, Unknown]` has no attribute `serial_number`
homeassistant/components/tesla_wall_connector/binary_sensor.py:80:16: error[unresolved-attribute] Object of type `BinarySensorEntityDescription` has no attribute `value_fn`
homeassistant/components/tesla_wall_connector/config_flow.py:36:38: error[unresolved-attribute] Object of type `dict[Unknown, Unknown]` has no attribute `serial_number`
homeassistant/components/tesla_wall_connector/config_flow.py:72:30: error[unresolved-attribute] Object of type `dict[Unknown, Unknown]` has no attribute `serial_number`
homeassistant/components/teslemetry/__init__.py:112:19: warning[possibly-missing-attribute] Attribute `create` may be missing on object of type `Unknown | Vehicles`
homeassistant/components/teslemetry/climate.py:117:34: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/teslemetry/climate.py:118:31: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/teslemetry/climate.py:154:37: warning[possibly-missing-attribute] Attribute `index` may be missing on object of type `Unknown | list[Unknown | str] | list[str] | None`
homeassistant/components/teslemetry/climate.py:158:27: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/teslemetry/climate.py:175:24: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/teslemetry/services.py:163:76: error[invalid-argument-type] Argument to bound method `set_scheduled_charging` is incorrect: Expected `int`, found `None | int`
homeassistant/components/teslemetry/services.py:223:17: error[invalid-argument-type] Argument to bound method `set_scheduled_departure` is incorrect: Expected `int`, found `None | int`
homeassistant/components/teslemetry/services.py:226:17: error[invalid-argument-type] Argument to bound method `set_scheduled_departure` is incorrect: Expected `int`, found `None | int`
homeassistant/components/teslemetry/services.py:256:17: error[invalid-argument-type] Argument to bound method `set_valet_mode` is incorrect: Expected `bool`, found `Unknown | None`
homeassistant/components/teslemetry/services.py:282:50: error[invalid-argument-type] Argument to bound method `speed_limit_activate` is incorrect: Expected `str | int`, found `Unknown | None`
homeassistant/components/teslemetry/services.py:286:52: error[invalid-argument-type] Argument to bound method `speed_limit_deactivate` is incorrect: Expected `str | int`, found `Unknown | None`
homeassistant/components/teslemetry/services.py:309:43: error[invalid-argument-type] Argument to bound method `time_of_use_settings` is incorrect: Expected `dict[str, Any]`, found `Unknown | None`
homeassistant/components/tessie/climate.py:135:43: warning[possibly-missing-attribute] Attribute `index` may be missing on object of type `list[Unknown] | list[str] | None`
homeassistant/components/tessie/climate.py:144:32: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/tfiac/climate.py:10:6: error[unresolved-import] Cannot resolve imported module `pytfiac`
homeassistant/components/thermopro/button.py:91:21: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
homeassistant/components/thermoworks_smoke/sensor.py:12:6: error[unresolved-import] Cannot resolve imported module `stringcase`
homeassistant/components/thermoworks_smoke/sensor.py:13:8: error[unresolved-import] Cannot resolve imported module `thermoworks_smoke`
homeassistant/components/thingspeak/__init__.py:6:8: error[unresolved-import] Cannot resolve imported module `thingspeak`
homeassistant/components/thinkingcleaner/sensor.py:7:6: error[unresolved-import] Cannot resolve imported module `pythinkingcleaner`
homeassistant/components/thinkingcleaner/switch.py:9:6: error[unresolved-import] Cannot resolve imported module `pythinkingcleaner`
homeassistant/components/thread/diagnostics.py:32:26: error[unresolved-import] Module `pyroute2` has no member `NDB`
homeassistant/components/thread/diagnostics.py:93:9: error[invalid-assignment] Invalid subscript assignment with key of type `Unknown` and value of type `dict[Unknown | str, Unknown | bool]` on object of type `dict[str, Route]`
homeassistant/components/thread/diagnostics.py:106:40: error[invalid-assignment] Object of type `dict[Unknown, dict[Unknown | str, Unknown] | Unknown]` is not assignable to `dict[str, Neighbour]`
homeassistant/components/thread/diagnostics.py:120:26: error[unresolved-import] Module `pyroute2` has no member `NDB`
homeassistant/components/thread/diagnostics.py:179:18: error[invalid-assignment] Invalid subscript assignment with key of type `str & ~AlwaysFalsy` and value of type `dict[Unknown | str, Unknown | str | (list[str] & ~AlwaysFalsy) | ... omitted 3 union elements]` on object of type `dict[str, Router]`
homeassistant/components/thread/diagnostics.py:195:21: warning[possibly-missing-attribute] Attribute `update` may be missing on object of type `Unknown | str | (list[str] & ~AlwaysFalsy) | ... omitted 3 union elements`
homeassistant/components/thread/diagnostics.py:198:21: error[invalid-assignment] Cannot assign to a subscript on an object of type `str`
homeassistant/components/thread/diagnostics.py:198:21: error[invalid-assignment] Invalid subscript assignment with key of type `str` and value of type `Unknown` on object of type `list[str]`
homeassistant/components/thread/diagnostics.py:198:21: error[invalid-assignment] Invalid subscript assignment with key of type `str` and value of type `Unknown` on object of type `list[Unknown]`
homeassistant/components/thread/diagnostics.py:198:21: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/thread/diagnostics.py:200:36: warning[possibly-missing-attribute] Attribute `keys` may be missing on object of type `Unknown | str | (list[str] & ~AlwaysFalsy) | ... omitted 3 union elements`
homeassistant/components/tikteck/light.py:8:8: error[unresolved-import] Cannot resolve imported module `tikteck`
homeassistant/components/tikteck/light.py:73:9: error[invalid-assignment] Object of type `list[Unknown | int]` is not assignable to attribute `_attr_hs_color` of type `tuple[int | float, int | float] | None`
homeassistant/components/tmb/sensor.py:9:6: error[unresolved-import] Cannot resolve imported module `tmb`
homeassistant/components/tod/binary_sensor.py:172:28: error[invalid-argument-type] Argument to function `get_astral_event_date` is incorrect: Expected `str`, found `Unknown | time`
homeassistant/components/tod/binary_sensor.py:173:51: error[invalid-argument-type] Argument to function `get_astral_event_next` is incorrect: Expected `str`, found `Unknown | time`
homeassistant/components/tod/binary_sensor.py:188:28: error[invalid-argument-type] Argument to function `get_astral_event_date` is incorrect: Expected `str`, found `Unknown | time`
homeassistant/components/tod/binary_sensor.py:189:51: error[invalid-argument-type] Argument to function `get_astral_event_next` is incorrect: Expected `str`, found `Unknown | time`
homeassistant/components/tod/binary_sensor.py:194:32: error[invalid-argument-type] Argument to function `get_astral_event_next` is incorrect: Expected `str`, found `Unknown | time`
homeassistant/components/tod/binary_sensor.py:245:28: error[invalid-argument-type] Argument to function `get_astral_event_next` is incorrect: Expected `str`, found `Unknown | time`
homeassistant/components/tod/binary_sensor.py:256:28: error[invalid-argument-type] Argument to function `get_astral_event_next` is incorrect: Expected `str`, found `Unknown | time`
homeassistant/components/todoist/calendar.py:570:21: error[unsupported-operator] Operator `>` is not supported between objects of type `datetime | None` and `datetime`
homeassistant/components/todoist/calendar.py:576:35: warning[possibly-missing-attribute] Attribute `date` may be missing on object of type `datetime | None`
homeassistant/components/todoist/calendar.py:579:20: error[unsupported-operator] Operator `<=` is not supported between objects of type `datetime | None` and `datetime`
homeassistant/components/todoist/calendar.py:647:16: warning[possibly-missing-attribute] Attribute `date` may be missing on object of type `datetime | None`
homeassistant/components/todoist/calendar.py:647:45: warning[possibly-missing-attribute] Attribute `date` may be missing on object of type `datetime | None`
homeassistant/components/todoist/calendar.py:651:16: warning[possibly-missing-attribute] Attribute `date` may be missing on object of type `datetime | None`
homeassistant/components/todoist/calendar.py:651:45: warning[possibly-missing-attribute] Attribute `date` may be missing on object of type `datetime | None`
homeassistant/components/todoist/calendar.py:662:44: error[unsupported-operator] Operator `<` is not supported between two objects of type `datetime | None`
homeassistant/components/tomato/device_tracker.py:69:18: warning[possibly-missing-attribute] Submodule `auth` may not be available as an attribute on module `requests`
homeassistant/components/tomorrowio/sensor.py:349:18: error[unsupported-operator] Operator `*` is unsupported between objects of type `float` and `(((int | float, /) -> int | float) & ~(() -> object)) | (int & ~(() -> object)) | (float & ~(() -> object))`
homeassistant/components/tomorrowio/weather.py:211:13: error[invalid-argument-type] Argument to function `_translate_condition` is incorrect: Expected `int | None`, found `int | str | float | None`
homeassistant/components/toon/__init__.py:113:9: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[tuple[str, str] | tuple[str, str | None, str]]`
homeassistant/components/toon/__init__.py:122:9: error[invalid-argument-type] Argument to bound method `async_get_or_create` is incorrect: Expected `tuple[str, str] | None | UndefinedType`, found `tuple[Literal["toon"], str | None]`
homeassistant/components/toon/climate.py:112:58: error[invalid-argument-type] Argument to bound method `set_current_setpoint` is incorrect: Expected `int | float`, found `Any | None`
homeassistant/components/toon/coordinator.py:153:20: error[invalid-return-type] Return type does not match returned value: expected `Status`, found `Unknown | Status | None`
homeassistant/components/toon/entity.py:26:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | str | None]]`
homeassistant/components/toon/entity.py:28:19: warning[possibly-missing-attribute] Attribute `rpartition` may be missing on object of type `Unknown | str | None`
homeassistant/components/toon/entity.py:30:24: warning[possibly-missing-attribute] Attribute `rpartition` may be missing on object of type `Unknown | str | None`
homeassistant/components/toon/entity.py:43:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | str | None, str]]`
homeassistant/components/toon/entity.py:46:24: error[invalid-argument-type] Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Literal["toon"], Unknown | str | None, Literal["meter_adapter"]]`
homeassistant/components/toon/entity.py:63:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | str | None, str]]`
homeassistant/components/toon/entity.py:66:24: error[invalid-argument-type] Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Literal["toon"], Unknown | str | None, Literal["electricity"]]`
homeassistant/components/toon/entity.py:83:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | str | None, str]]`
homeassistant/components/toon/entity.py:86:24: error[invalid-argument-type] Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Literal["toon"], Unknown | str | None, Literal["electricity"]]`
homeassistant/components/toon/entity.py:103:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | str | None, str]]`
homeassistant/components/toon/entity.py:106:24: error[invalid-argument-type] Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Literal["toon"], Unknown | str | None, Literal["meter_adapter"]]`
homeassistant/components/toon/entity.py:124:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | str | None, str]]`
homeassistant/components/toon/entity.py:131:24: error[invalid-argument-type] Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Literal["toon"], Unknown | str | None]`
homeassistant/components/toon/entity.py:144:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | str | None, str]]`
homeassistant/components/toon/entity.py:147:24: error[invalid-argument-type] Invalid argument to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Literal["toon"], Unknown | str | None, Literal["boiler_module"]]`
homeassistant/components/totalconnect/alarm_control_panel.py:139:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | Unknown | None] & dict[Unknown | str, Unknown | None]`
homeassistant/components/totalconnect/alarm_control_panel.py:162:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | Unknown | None] & dict[Unknown | str, Unknown | None]`
homeassistant/components/totalconnect/alarm_control_panel.py:185:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | Unknown | None] & dict[Unknown | str, Unknown | None]`
homeassistant/components/totalconnect/alarm_control_panel.py:208:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | Unknown | None] & dict[Unknown | str, Unknown | None]`
homeassistant/components/totalconnect/alarm_control_panel.py:230:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | Unknown | None] & dict[Unknown | str, Unknown | None]`
homeassistant/components/totalconnect/alarm_control_panel.py:252:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | Unknown | None] & dict[Unknown | str, Unknown | None]`
homeassistant/components/totalconnect/binary_sensor.py:141:64: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | int`
homeassistant/components/totalconnect/binary_sensor.py:151:25: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | int`
homeassistant/components/totalconnect/button.py:55:61: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | int`
homeassistant/components/totalconnect/diagnostics.py:40:19: warning[possibly-missing-attribute] Attribute `_master_user` may be missing on object of type `Unknown | TotalConnectUser | None`
homeassistant/components/totalconnect/diagnostics.py:41:23: warning[possibly-missing-attribute] Attribute `_user_admin` may be missing on object of type `Unknown | TotalConnectUser | None`
homeassistant/components/totalconnect/diagnostics.py:42:25: warning[possibly-missing-attribute] Attribute `_config_admin` may be missing on object of type `Unknown | TotalConnectUser | None`
homeassistant/components/totalconnect/diagnostics.py:43:29: warning[possibly-missing-attribute] Attribute `security_problem` may be missing on object of type `Unknown | TotalConnectUser | None`
homeassistant/components/totalconnect/diagnostics.py:44:21: warning[possibly-missing-attribute] Attribute `_features` may be missing on object of type `Unknown | TotalConnectUser | None`
homeassistant/components/totalconnect/entity.py:32:25: error[invalid-argument-type] Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | None]]`
homeassistant/components/touchline/climate.py:7:6: error[unresolved-import] Cannot resolve imported module `pytouchline_extended`
homeassistant/components/touchline_sl/climate.py:102:38: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `GlobalScheduleModel | LocalScheduleModel | None`
homeassistant/components/tplink/camera.py:228:17: error[invalid-argument-type] Argument to function `async_aiohttp_proxy_stream` is incorrect: Expected `StreamReader`, found `StreamReader`
homeassistant/components/tplink/config_flow.py:201:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/tplink/entity.py:132:29: error[unresolved-attribute] Object of type `(...) -> Awaitable[None]` has no attribute `__name__`
homeassistant/components/tplink/entity.py:141:29: error[unresolved-attribute] Object of type `(...) -> Awaitable[None]` has no attribute `__name__`
homeassistant/components/tplink/entity.py:150:29: error[unresolved-attribute] Object of type `(...) -> Awaitable[None]` has no attribute `__name__`
homeassistant/components/tplink/entity.py:391:17: error[invalid-argument-type] Argument to function `replace` is incorrect: Argument type `_D@_description_for_feature & ~AlwaysFalsy` does not satisfy upper bound `DataclassInstance` of type variable `_DataclassT`
homeassistant/components/tplink/light.py:176:5: error[invalid-method-override] Invalid override of method `unique_id_fn`: Definition is incompatible with `TPLinkModuleEntityDescription.unique_id_fn`
homeassistant/components/tplink_lte/__init__.py:11:8: error[unresolved-import] Cannot resolve imported module `tp_connected`
homeassistant/components/tplink_lte/notify.py:9:8: error[unresolved-import] Cannot resolve imported module `tp_connected`
homeassistant/components/traccar/device_tracker.py:129:9: error[invalid-assignment] Object of type `DeviceInfo` is not assignable to attribute `_attr_device_info` of type `None`
homeassistant/components/traccar/device_tracker.py:176:9: error[call-non-callable] Object of type `None` is not callable
homeassistant/components/traccar_server/coordinator.py:134:13: error[invalid-assignment] Invalid subscript assignment with key of type `Unknown` and value of type `dict[Unknown | str, Unknown | (DeviceModel & ~None) | GeofenceModel | None | dict[str, Any]]` on object of type `dict[int, TraccarServerCoordinatorDataDevice]`
homeassistant/components/traccar_server/helpers.py:37:23: error[invalid-key] Unknown key "geofenceIds" for TypedDict `DeviceModel`: Unknown key "geofenceIds"
homeassistant/components/tractive/__init__.py:62:14: warning[possibly-missing-attribute] Submodule `tracker` may not be available as an attribute on module `aiotractive`
homeassistant/components/tractive/__init__.py:92:12: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `aiotractive`
homeassistant/components/tractive/__init__.py:95:12: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `aiotractive`
homeassistant/components/tractive/__init__.py:106:12: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `aiotractive`
homeassistant/components/tractive/__init__.py:130:16: warning[possibly-missing-attribute] Submodule `trackable_object` may not be available as an attribute on module `aiotractive`
homeassistant/components/tractive/__init__.py:199:15: warning[possibly-missing-attribute] Submodule `trackable_object` may not be available as an attribute on module `aiotractive`
homeassistant/components/tractive/__init__.py:202:18: warning[possibly-missing-attribute] Submodule `trackable_object` may not be available as an attribute on module `aiotractive`
homeassistant/components/tractive/__init__.py:206:43: warning[possibly-missing-attribute] Submodule `tracker` may not be available as an attribute on module `aiotractive`
homeassistant/components/tractive/__init__.py:248:20: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `aiotractive`
homeassistant/components/tractive/__init__.py:259:20: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `aiotractive`
homeassistant/components/tractive/config_flow.py:32:14: warning[possibly-missing-attribute] Submodule `api` may not be available as an attribute on module `aiotractive`
homeassistant/components/tractive/config_flow.py:35:12: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `aiotractive`
homeassistant/components/tradfri/__init__.py:116:9: warning[possibly-missing-attribute] Attribute `append` may be missing on object of type `Unknown | Gateway | (bound method APIFactory.request(api_commands, timeout=None) -> Unknown) | list[Unknown]`
homeassistant/components/tradfri/light.py:240:29: error[unsupported-operator] Operator `+` is unsupported between objects of type `Unknown | None` and `None | Unknown`
homeassistant/components/travisci/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `travispy`
homeassistant/components/travisci/sensor.py:9:6: error[unresolved-import] Cannot resolve imported module `travispy.errors`
homeassistant/components/tts/__init__.py:292:53: error[invalid-argument-type] Argument expression after ** must be a mapping type: Found `MediaSourceOptions | str`
homeassistant/components/tts/__init__.py:292:53: error[invalid-argument-type] Argument expression after ** must be a mapping type: Found `MediaSourceOptions | str`
homeassistant/components/tts/__init__.py:292:62: error[invalid-key] Unknown key "options" for TypedDict `ParsedMediaSourceStreamId`: Unknown key "options"
homeassistant/components/tts/__init__.py:293:41: error[invalid-key] Unknown key "message" for TypedDict `ParsedMediaSourceStreamId`: Unknown key "message"
homeassistant/components/tts/__init__.py:371:41: error[invalid-argument-type] Argument to bound method `write` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
homeassistant/components/tts/media_source.py:98:16: error[invalid-return-type] Return type does not match returned value: expected `ParsedMediaSourceId | ParsedMediaSourceStreamId`, found `dict[Unknown | str, Unknown]`
homeassistant/components/tts/media_source.py:122:12: error[invalid-return-type] Return type does not match returned value: expected `ParsedMediaSourceId | ParsedMediaSourceStreamId`, found `dict[Unknown | str, Unknown | MediaSourceOptions]`
homeassistant/components/tts/media_source.py:145:61: error[invalid-argument-type] Argument expression after ** must be a mapping type: Found `MediaSourceOptions | str`
homeassistant/components/tts/media_source.py:145:61: error[invalid-argument-type] Argument expression after ** must be a mapping type: Found `MediaSourceOptions | str`
homeassistant/components/tts/media_source.py:145:70: error[invalid-key] Unknown key "options" for TypedDict `ParsedMediaSourceStreamId`: Unknown key "options"
homeassistant/components/tts/media_source.py:146:49: error[invalid-key] Unknown key "message" for TypedDict `ParsedMediaSourceStreamId`: Unknown key "message"
homeassistant/components/tuya/alarm_control_panel.py:120:42: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceCategory`, found `str`
homeassistant/components/tuya/binary_sensor.py:427:51: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceCategory`, found `str`
homeassistant/components/tuya/button.py:82:44: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceCategory`, found `str`
homeassistant/components/tuya/climate.py:289:25: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[DeviceCategory, TuyaClimateEntityDescription].__getitem__(key: DeviceCategory, /) -> TuyaClimateEntityDescription` cannot be called with key of type `str` on object of type `dict[DeviceCategory, TuyaClimateEntityDescription]`
homeassistant/components/tuya/cover.py:307:43: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceCategory`, found `str`
homeassistant/components/tuya/diagnostics.py:51:8: warning[possibly-missing-attribute] Attribute `client` may be missing on object of type `Unknown | None | SharingMQ`
homeassistant/components/tuya/diagnostics.py:52:26: warning[possibly-missing-attribute] Attribute `client` may be missing on object of type `Unknown | None | SharingMQ`
homeassistant/components/tuya/diagnostics.py:108:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `str`
homeassistant/components/tuya/diagnostics.py:108:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `bool`
homeassistant/components/tuya/diagnostics.py:108:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/tuya/diagnostics.py:108:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `set[str]`
homeassistant/components/tuya/diagnostics.py:111:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `str`
homeassistant/components/tuya/diagnostics.py:111:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `bool`
homeassistant/components/tuya/diagnostics.py:111:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/tuya/diagnostics.py:111:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `set[str]`
homeassistant/components/tuya/diagnostics.py:115:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `str`
homeassistant/components/tuya/diagnostics.py:115:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `bool`
homeassistant/components/tuya/diagnostics.py:115:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/tuya/diagnostics.py:115:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `set[str]`
homeassistant/components/tuya/diagnostics.py:122:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `str`
homeassistant/components/tuya/diagnostics.py:122:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `bool`
homeassistant/components/tuya/diagnostics.py:122:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/tuya/diagnostics.py:122:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `set[str]`
homeassistant/components/tuya/diagnostics.py:162:13: warning[possibly-missing-attribute] Attribute `append` may be missing on object of type `Unknown | str | None | bool | list[Unknown]`
homeassistant/components/tuya/event.py:196:43: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceCategory`, found `str`
homeassistant/components/tuya/humidifier.py:95:48: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceCategory`, found `str`
homeassistant/components/tuya/light.py:619:43: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceCategory`, found `str`
homeassistant/components/tuya/number.py:463:44: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceCategory`, found `str`
homeassistant/components/tuya/scene.py:61:41: error[invalid-argument-type] Argument to bound method `trigger_scene` is incorrect: Expected `str`, found `Unknown | int`
homeassistant/components/tuya/select.py:366:44: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceCategory`, found `str`
homeassistant/components/tuya/sensor.py:1765:44: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceCategory`, found `str`
homeassistant/components/tuya/siren.py:66:43: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceCategory`, found `str`
homeassistant/components/tuya/switch.py:947:45: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceCategory`, found `str`
homeassistant/components/tuya/type_information.py:333:40: error[invalid-argument-type] Argument to bound method `from_json` is incorrect: Expected `str`, found `dict[str, Any] | str`
homeassistant/components/tuya/valve.py:95:43: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `DeviceCategory`, found `str`
homeassistant/components/twilio_call/notify.py:63:28: warning[possibly-missing-attribute] Submodule `parse` may not be available as an attribute on module `urllib`
homeassistant/components/twinkly/coordinator.py:97:13: error[invalid-argument-type] Argument is incorrect: Expected `bool`, found `Unknown | bool | None`
homeassistant/components/twitter/notify.py:13:6: error[unresolved-import] Cannot resolve imported module `TwitterAPI`
homeassistant/components/ubus/device_tracker.py:8:6: error[unresolved-import] Cannot resolve imported module `openwrt.ubus`
homeassistant/components/ukraine_alarm/config_flow.py:68:27: error[non-subscriptable] Cannot subscript object of type `ClientResponse` with no `__getitem__` method
homeassistant/components/ukraine_alarm/config_flow.py:103:46: error[invalid-argument-type] Argument to function `_find` is incorrect: Expected `list[dict[str, Any]]`, found `@Todo | list[dict[str, Any]] | None`
homeassistant/components/ukraine_alarm/config_flow.py:120:45: error[invalid-argument-type] Argument to function `_make_regions_object` is incorrect: Expected `list[dict[str, Any]]`, found `@Todo | list[dict[str, Any]] | None`
homeassistant/components/ukraine_alarm/coordinator.py:56:22: error[non-subscriptable] Cannot subscript object of type `ClientResponse` with no `__getitem__` method
homeassistant/components/unifi_direct/device_tracker.py:8:6: error[unresolved-import] Cannot resolve imported module `unifi_ap`
homeassistant/components/unifiled/light.py:8:6: error[unresolved-import] Cannot resolve imported module `unifiled`
homeassistant/components/unifiprotect/button.py:90:9: error[invalid-argument-type] Argument is incorrect: Expected `ButtonDeviceClass | None`, found `Literal["unifiprotect__chime_button"]`
homeassistant/components/unifiprotect/entity.py:202:17: error[invalid-assignment] Object of type `((Never, /) -> bool) | None` is not assignable to attribute `_async_get_ufp_enabled` of type `((ProtectAdoptableDeviceModel, /) -> bool) | None`
homeassistant/components/unifiprotect/migrate.py:46:36: error[invalid-assignment] Object of type `dict[str | Unknown, dict[Unknown | str, Unknown | dict[Unknown, Unknown]] | Unknown]` is not assignable to `dict[str, EntityUsage]`
homeassistant/components/upb/__init__.py:55:9: warning[possibly-missing-attribute] Attribute `add_callback` may be missing on object of type `Unknown | Element[Unknown] | None`
homeassistant/components/upc_connect/device_tracker.py:7:6: error[unresolved-import] Cannot resolve imported module `connect_box`
homeassistant/components/upc_connect/device_tracker.py:8:6: error[unresolved-import] Cannot resolve imported module `connect_box.exceptions`
homeassistant/components/upcloud/entity.py:75:13: error[unresolved-attribute] Object of type `Server` has no attribute `state`
homeassistant/components/upcloud/entity.py:75:33: error[unresolved-attribute] Object of type `Server` has no attribute `state`
homeassistant/components/usage_prediction/__init__.py:64:16: error[invalid-return-type] Return type does not match returned value: expected `EntityUsagePredictions`, found `object`
homeassistant/components/usgs_earthquakes_feed/geo_location.py:185:16: error[invalid-return-type] Return type does not match returned value: expected `UsgsEarthquakeHazardsProgramFeedEntry | None`, found `Unknown | None | FeedEntry`
homeassistant/components/usgs_earthquakes_feed/geo_location.py:264:31: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/usgs_earthquakes_feed/geo_location.py:265:32: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/utility_meter/sensor.py:383:9: error[invalid-assignment] Object of type `Unknown | None` is not assignable to attribute `entity_id` of type `str`
homeassistant/components/vasttrafik/sensor.py:8:8: error[unresolved-import] Cannot resolve imported module `vasttrafik`
homeassistant/components/vegehub/__init__.py:59:61: error[invalid-argument-type] Argument to function `get_webhook_handler` is incorrect: Expected `VegeHubCoordinator`, found `VegeHub`
homeassistant/components/vegehub/sensor.py:47:21: error[unresolved-attribute] Object of type `VegeHub` has no attribute `vegehub`
homeassistant/components/vegehub/sensor.py:50:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `VegeHubCoordinator`, found `VegeHub`
homeassistant/components/vegehub/sensor.py:56:12: error[unresolved-attribute] Object of type `VegeHub` has no attribute `vegehub`
homeassistant/components/vegehub/sensor.py:60:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `VegeHubCoordinator`, found `VegeHub`
homeassistant/components/vegehub/switch.py:37:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `VegeHubCoordinator`, found `VegeHub`
homeassistant/components/vegehub/switch.py:40:24: error[unresolved-attribute] Object of type `VegeHub` has no attribute `vegehub`
homeassistant/components/velbus/entity.py:84:38: error[unresolved-attribute] Object of type `(...) -> Awaitable[None]` has no attribute `__name__`
homeassistant/components/venstar/binary_sensor.py:46:22: error[not-iterable] Object of type `Unknown | None` may not be iterable
homeassistant/components/venstar/config_flow.py:46:12: error[invalid-return-type] Return type does not match returned value: expected `str`, found `Unknown | None`
homeassistant/components/vera/binary_sensor.py:26:30: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `VeraBinarySensor`, found `VeraDevice`
homeassistant/components/vera/climate.py:39:28: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `VeraThermostat`, found `VeraDevice`
homeassistant/components/vera/climate.py:114:16: error[invalid-return-type] Return type does not match returned value: expected `str`, found `Unknown | str | None`
homeassistant/components/vera/climate.py:124:46: error[invalid-argument-type] Argument to bound method `set_temperature` is incorrect: Expected `int | float`, found `Any | None`
homeassistant/components/vera/cover.py:28:23: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `VeraCurtain`, found `VeraDevice`
homeassistant/components/vera/cover.py:60:36: error[invalid-argument-type] Argument to bound method `set_level` is incorrect: Expected `int`, found `Any | None`
homeassistant/components/vera/entity.py:49:52: error[invalid-argument-type] Argument to bound method `register` is incorrect: Expected `(VeraDevice, /) -> None`, found `bound method Self@async_added_to_hass._update_callback(_device: _DeviceTypeT@VeraEntity) -> None`
homeassistant/components/vera/entity.py:53:54: error[invalid-argument-type] Argument to bound method `unregister` is incorrect: Expected `(VeraDevice, /) -> None`, found `bound method Self@async_will_remove_from_hass._update_callback(_device: _DeviceTypeT@VeraEntity) -> None`
homeassistant/components/vera/light.py:35:23: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `VeraDimmer`, found `VeraDevice`
homeassistant/components/vera/light.py:74:40: error[invalid-argument-type] Argument to bound method `set_color` is incorrect: Expected `list[int]`, found `tuple[int, int, int]`
homeassistant/components/vera/lock.py:31:22: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `VeraLock`, found `VeraDevice`
homeassistant/components/vera/sensor.py:41:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `VeraSensor`, found `VeraDevice`
homeassistant/components/vera/switch.py:28:24: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `VeraSwitch`, found `VeraDevice`
homeassistant/components/versasense/__init__.py:5:8: error[unresolved-import] Cannot resolve imported module `pyversasense`
homeassistant/components/vesync/common.py:25:23: error[invalid-argument-type] Argument to bound method `get` is incorrect: Expected `Never`, found `str`
homeassistant/components/vesync/diagnostics.py:89:9: warning[redundant-cast] Value is already of type `dict[str, Any]`
homeassistant/components/vesync/fan.py:125:17: warning[possibly-missing-attribute] Attribute `fan_levels` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:132:20: warning[possibly-missing-attribute] Attribute `fan_levels` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:141:33: error[not-iterable] Object of type `object` is not iterable
homeassistant/components/vesync/fan.py:196:26: warning[possibly-missing-attribute] Attribute `turn_off` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:199:23: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vesync/fan.py:206:26: warning[possibly-missing-attribute] Attribute `turn_on` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:209:23: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vesync/fan.py:214:26: warning[possibly-missing-attribute] Attribute `set_manual_mode` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:217:23: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vesync/fan.py:221:22: warning[possibly-missing-attribute] Attribute `set_fan_speed` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:222:45: warning[possibly-missing-attribute] Attribute `fan_levels` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:226:19: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vesync/fan.py:240:19: warning[possibly-missing-attribute] Attribute `turn_on` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:243:29: warning[possibly-missing-attribute] Attribute `set_auto_mode` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:245:29: warning[possibly-missing-attribute] Attribute `set_sleep_mode` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:247:29: warning[possibly-missing-attribute] Attribute `set_advanced_sleep_mode` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:249:29: warning[possibly-missing-attribute] Attribute `set_pet_mode` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:251:29: warning[possibly-missing-attribute] Attribute `set_turbo_mode` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:253:29: warning[possibly-missing-attribute] Attribute `set_normal_mode` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:255:38: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vesync/fan.py:270:29: warning[possibly-missing-attribute] Attribute `turn_on` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:272:42: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vesync/fan.py:279:25: warning[possibly-missing-attribute] Attribute `turn_off` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:281:38: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vesync/fan.py:286:25: warning[possibly-missing-attribute] Attribute `toggle_oscillation` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/fan.py:288:38: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vesync/humidifier.py:112:39: error[unresolved-attribute] Object of type `VeSyncBaseDevice[Unknown]` has no attribute `target_minmax`
homeassistant/components/vesync/humidifier.py:113:39: error[unresolved-attribute] Object of type `VeSyncBaseDevice[Unknown]` has no attribute `target_minmax`
homeassistant/components/vesync/humidifier.py:116:24: warning[possibly-missing-attribute] Attribute `mist_modes` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/humidifier.py:153:22: warning[possibly-missing-attribute] Attribute `set_humidity` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/humidifier.py:154:38: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vesync/humidifier.py:162:22: warning[possibly-missing-attribute] Attribute `set_mode` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/humidifier.py:163:38: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vesync/humidifier.py:167:19: warning[possibly-missing-attribute] Attribute `toggle_display` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/humidifier.py:177:25: warning[possibly-missing-attribute] Attribute `turn_on` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/humidifier.py:179:38: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vesync/humidifier.py:185:25: warning[possibly-missing-attribute] Attribute `turn_off` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/humidifier.py:187:38: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vesync/light.py:122:19: warning[possibly-missing-attribute] Attribute `set_color_temp` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/light.py:139:19: warning[possibly-missing-attribute] Attribute `set_brightness` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/light.py:147:15: warning[possibly-missing-attribute] Attribute `turn_on` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/light.py:151:15: warning[possibly-missing-attribute] Attribute `turn_off` may be missing on object of type `Unknown | VeSyncBaseDevice[Unknown]`
homeassistant/components/vesync/number.py:127:38: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vesync/select.py:171:38: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vesync/switch.py:136:38: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vesync/switch.py:143:38: warning[possibly-missing-attribute] Attribute `message` may be missing on object of type `Unknown | ResponseInfo | None`
homeassistant/components/vicare/__init__.py:81:12: error[invalid-return-type] Return type does not match returned value: expected `PyViCare`, found `ViCareData`
homeassistant/components/vicare/binary_sensor.py:236:73: error[invalid-argument-type] Argument is incorrect: Expected `Device`, found `Device | HeatingDeviceWithComponent`
homeassistant/components/vicare/button.py:107:54: error[invalid-argument-type] Argument is incorrect: Expected `Device`, found `Device | HeatingDeviceWithComponent`
homeassistant/components/vicare/climate.py:91:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `HeatingCircuit`, found `HeatingDeviceWithComponent`
homeassistant/components/vicare/climate.py:148:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/vicare/climate.py:152:47: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getPrograms`
homeassistant/components/vicare/climate.py:165:21: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getRoomTemperature`
homeassistant/components/vicare/climate.py:165:21: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getRoomTemperature`
homeassistant/components/vicare/climate.py:170:39: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getSupplyTemperature`
homeassistant/components/vicare/climate.py:181:21: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getActiveProgram`
homeassistant/components/vicare/climate.py:181:21: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getActiveProgram`
homeassistant/components/vicare/climate.py:185:49: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getCurrentDesiredTemperature`
homeassistant/components/vicare/climate.py:189:21: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getActiveMode`
homeassistant/components/vicare/climate.py:189:21: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getActiveMode`
homeassistant/components/vicare/climate.py:194:21: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getHeatingCurveSlope`
homeassistant/components/vicare/climate.py:199:21: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getHeatingCurveShift`
homeassistant/components/vicare/climate.py:203:52: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getModes`
homeassistant/components/vicare/climate.py:209:68: error[unresolved-attribute] Object of type `HeatingDeviceWithComponent` has no attribute `getActive`
homeassistant/components/vicare/climate.py:214:49: error[unresolved-attribute] Object of type `HeatingDeviceWithComponent` has no attribute `getActive`
homeassistant/components/vicare/climate.py:243:9: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `setMode`
homeassistant/components/vicare/climate.py:281:13: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `setProgramTemperature`
homeassistant/components/vicare/climate.py:287:44: error[invalid-argument-type] Argument to function `to_ha_preset` is incorrect: Expected `str`, found `str | None`
homeassistant/components/vicare/climate.py:310:17: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `deactivateProgram`
homeassistant/components/vicare/climate.py:324:17: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `activateProgram`
homeassistant/components/vicare/climate.py:344:9: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `setMode`
homeassistant/components/vicare/fan.py:140:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/vicare/fan.py:143:37: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getVentilationModes`
homeassistant/components/vicare/fan.py:154:32: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getVentilationLevels`
homeassistant/components/vicare/fan.py:160:13: error[unresolved-attribute] Object of type `Device` has no attribute `getVentilationQuickmodes`
homeassistant/components/vicare/fan.py:160:13: error[unresolved-attribute] Object of type `Device` has no attribute `getVentilationQuickmodes`
homeassistant/components/vicare/fan.py:177:21: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getActiveVentilationMode`
homeassistant/components/vicare/fan.py:181:38: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getVentilationLevel`
homeassistant/components/vicare/fan.py:202:15: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getVentilationQuickmode`
homeassistant/components/vicare/fan.py:209:9: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `activateVentilationQuickmode`
homeassistant/components/vicare/fan.py:216:15: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getVentilationQuickmode`
homeassistant/components/vicare/fan.py:245:15: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getVentilationQuickmode`
homeassistant/components/vicare/fan.py:246:13: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `deactivateVentilationQuickmode`
homeassistant/components/vicare/fan.py:250:9: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `setVentilationLevel`
homeassistant/components/vicare/fan.py:256:9: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `activateVentilationMode`
homeassistant/components/vicare/number.py:439:21: error[invalid-argument-type] Argument is incorrect: Expected `Device`, found `Device | HeatingDeviceWithComponent`
homeassistant/components/vicare/number.py:443:63: error[invalid-argument-type] Argument to function `_get_value` is incorrect: Expected `HeatingDeviceWithComponent`, found `Device | HeatingDeviceWithComponent`
homeassistant/components/vicare/number.py:448:63: error[invalid-argument-type] Argument to function `_get_value` is incorrect: Expected `HeatingDeviceWithComponent`, found `Device | HeatingDeviceWithComponent`
homeassistant/components/vicare/number.py:453:62: error[invalid-argument-type] Argument to function `_get_value` is incorrect: Expected `HeatingDeviceWithComponent`, found `Device | HeatingDeviceWithComponent`
homeassistant/components/vicare/number.py:470:39: error[invalid-argument-type] Argument is incorrect: Expected `Device`, found `HeatingDeviceWithComponent`
homeassistant/components/vicare/sensor.py:1370:21: error[invalid-argument-type] Argument is incorrect: Expected `Device`, found `Device | HeatingDeviceWithComponent`
homeassistant/components/vicare/utils.py:103:16: error[unresolved-attribute] Object of type `Device` has no attribute `burners`
homeassistant/components/vicare/utils.py:114:16: error[unresolved-attribute] Object of type `Device` has no attribute `circuits`
homeassistant/components/vicare/utils.py:125:16: error[unresolved-attribute] Object of type `Device` has no attribute `compressors`
homeassistant/components/vicare/utils.py:136:16: error[unresolved-attribute] Object of type `Device` has no attribute `condensors`
homeassistant/components/vicare/utils.py:147:16: error[unresolved-attribute] Object of type `Device` has no attribute `evaporators`
homeassistant/components/vicare/water_heater.py:73:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `HeatingCircuit`, found `HeatingDeviceWithComponent`
homeassistant/components/vicare/water_heater.py:123:21: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getDomesticHotWaterStorageTemperature`
homeassistant/components/vicare/water_heater.py:128:21: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `getDomesticHotWaterDesiredTemperature`
homeassistant/components/vicare/water_heater.py:146:13: error[unresolved-attribute] Object of type `Device | HeatingDeviceWithComponent` has no attribute `setDomesticHotWaterTemperature`
homeassistant/components/victron_remote_monitoring/coordinator.py:57:9: error[invalid-argument-type] Argument is incorrect: Expected `ForecastAggregations | None`, found `dict[Unknown, Unknown] | ForecastAggregations | None`
homeassistant/components/victron_remote_monitoring/coordinator.py:57:15: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Literal["records", "totals"], dict[Unknown, Unknown]].__getitem__(key: Literal["records", "totals"], /) -> dict[Unknown, Unknown]` cannot be called with key of type `Literal["solar_yield"]` on object of type `dict[Literal["records", "totals"], dict[Unknown, Unknown]]`
homeassistant/components/victron_remote_monitoring/coordinator.py:58:9: error[invalid-argument-type] Argument is incorrect: Expected `ForecastAggregations | None`, found `dict[Unknown, Unknown] | ForecastAggregations | None`
homeassistant/components/victron_remote_monitoring/coordinator.py:58:21: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[Literal["records", "totals"], dict[Unknown, Unknown]].__getitem__(key: Literal["records", "totals"], /) -> dict[Unknown, Unknown]` cannot be called with key of type `Literal["consumption"]` on object of type `dict[Literal["records", "totals"], dict[Unknown, Unknown]]`
homeassistant/components/vilfo/config_flow.py:58:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/vilfo/config_flow.py:59:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/vilfo/config_flow.py:61:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/vilfo/config_flow.py:62:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/components/vizio/config_flow.py:244:25: error[invalid-argument-type] Argument to function `validate_ha_config` is incorrect: Expected `str`, found `Any | None`
homeassistant/components/vizio/config_flow.py:343:17: error[invalid-argument-type] Argument to bound method `pair` is incorrect: Expected `int | str`, found `str | None`
homeassistant/components/vizio/config_flow.py:343:32: error[invalid-argument-type] Argument to bound method `pair` is incorrect: Expected `int | str`, found `str | None`
homeassistant/components/vizio/media_player.py:253:21: error[invalid-assignment] Object of type `Unknown | list[str] | dict[str, int | str] | None` is not assignable to attribute `_attr_sound_mode_list` of type `list[str] | None`
homeassistant/components/vizio/media_player.py:454:25: error[invalid-argument-type] Argument to bound method `launch_app` is incorrect: Expected `list[dict[str, str | list[str | dict[str, Any]]]]`, found `Unknown | list[dict[str, Any]] | None`
homeassistant/components/vlc/media_player.py:8:8: error[unresolved-import] Cannot resolve imported module `vlc`
homeassistant/components/voicerss/tts.py:196:46: error[invalid-argument-type] Argument to function `async_get_clientsession` is incorrect: Expected `HomeAssistant`, found `HomeAssistant | None | Unknown`
homeassistant/components/voip/assist_satellite.py:168:9: error[invalid-assignment] Object of type `Self@async_added_to_hass` is not assignable to attribute `protocol` on type `Unknown | VoIPDevice`
homeassistant/components/voip/voip.py:58:16: error[invalid-return-type] Return type does not match returned value: expected `VoipDatagramProtocol`, found `PreRecordMessageProtocol`
homeassistant/components/voip/voip.py:68:5: error[unresolved-attribute] Object of type `VoipDatagramProtocol` has no attribute `_rtp_input`
homeassistant/components/voip/voip.py:69:5: error[unresolved-attribute] Object of type `VoipDatagramProtocol` has no attribute `_rtp_output`
homeassistant/components/voip/voip.py:71:5: error[unresolved-attribute] Unresolved attribute `rtcp_state` on type `VoipDatagramProtocol`.
homeassistant/components/voip/voip.py:72:8: error[unresolved-attribute] Object of type `VoipDatagramProtocol` has no attribute `rtcp_state`
homeassistant/components/voip/voip.py:74:9: error[unresolved-attribute] Object of type `VoipDatagramProtocol` has no attribute `rtcp_state`
homeassistant/components/voip/voip.py:74:44: error[unresolved-attribute] Object of type `VoipDatagramProtocol` has no attribute `disconnect`
homeassistant/components/volkszaehler/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `volkszaehler`
homeassistant/components/volkszaehler/sensor.py:9:6: error[unresolved-import] Cannot resolve imported module `volkszaehler.exceptions`
homeassistant/components/volvo/entity.py:88:52: error[unresolved-attribute] Object of type `EntityDescription` has no attribute `api_field`
homeassistant/components/volvo/entity.py:95:12: error[unresolved-attribute] Object of type `EntityDescription` has no attribute `api_field`
homeassistant/components/volvo/entity.py:97:17: error[unresolved-attribute] Object of type `EntityDescription` has no attribute `api_field`
homeassistant/components/w800rf32/__init__.py:6:8: error[unresolved-import] Cannot resolve imported module `W800rf32`
homeassistant/components/w800rf32/binary_sensor.py:8:8: error[unresolved-import] Cannot resolve imported module `W800rf32`
homeassistant/components/waterfurnace/__init__.py:9:6: error[unresolved-import] Cannot resolve imported module `waterfurnace.waterfurnace`
homeassistant/components/watergate/__init__.py:107:50: warning[possibly-missing-attribute] Attribute `state` may be missing on object of type `AutoShutOffReportData | TelemetryEventData | ValveEventData | ... omitted 3 union elements`
homeassistant/components/watergate/__init__.py:109:22: warning[possibly-missing-attribute] Attribute `errors` may be missing on object of type `AutoShutOffReportData | TelemetryEventData | ValveEventData | ... omitted 3 union elements`
homeassistant/components/watergate/__init__.py:111:17: warning[possibly-missing-attribute] Attribute `flow` may be missing on object of type `AutoShutOffReportData | TelemetryEventData | ValveEventData | ... omitted 3 union elements`
homeassistant/components/watergate/__init__.py:114:17: warning[possibly-missing-attribute] Attribute `pressure` may be missing on object of type `AutoShutOffReportData | TelemetryEventData | ValveEventData | ... omitted 3 union elements`
homeassistant/components/watergate/__init__.py:117:17: warning[possibly-missing-attribute] Attribute `temperature` may be missing on object of type `AutoShutOffReportData | TelemetryEventData | ValveEventData | ... omitted 3 union elements`
homeassistant/components/watergate/__init__.py:120:46: warning[possibly-missing-attribute] Attribute `ip` may be missing on object of type `AutoShutOffReportData | TelemetryEventData | ValveEventData | ... omitted 3 union elements`
homeassistant/components/watergate/__init__.py:121:51: warning[possibly-missing-attribute] Attribute `gateway` may be missing on object of type `AutoShutOffReportData | TelemetryEventData | ValveEventData | ... omitted 3 union elements`
homeassistant/components/watergate/__init__.py:122:50: warning[possibly-missing-attribute] Attribute `subnet` may be missing on object of type `AutoShutOffReportData | TelemetryEventData | ValveEventData | ... omitted 3 union elements`
homeassistant/components/watergate/__init__.py:123:48: warning[possibly-missing-attribute] Attribute `ssid` may be missing on object of type `AutoShutOffReportData | TelemetryEventData | ValveEventData | ... omitted 3 union elements`
homeassistant/components/watergate/__init__.py:124:48: warning[possibly-missing-attribute] Attribute `rssi` may be missing on object of type `AutoShutOffReportData | TelemetryEventData | ValveEventData | ... omitted 3 union elements`
homeassistant/components/watergate/__init__.py:126:51: warning[possibly-missing-attribute] Attribute `supply` may be missing on object of type `AutoShutOffReportData | TelemetryEventData | ValveEventData | ... omitted 3 union elements`
homeassistant/components/watergate/__init__.py:129:55: warning[possibly-missing-attribute] Attribute `type` may be missing on object of type `AutoShutOffReportData | TelemetryEventData | ValveEventData | ... omitted 3 union elements`
homeassistant/components/watergate/coordinator.py:59:43: error[invalid-argument-type] Argument is incorrect: Expected `DeviceState`, found `Unknown | DeviceState | None`
homeassistant/components/watergate/coordinator.py:59:50: error[invalid-argument-type] Argument is incorrect: Expected `TelemetryData`, found `Unknown | TelemetryData | None`
homeassistant/components/watergate/coordinator.py:59:61: error[invalid-argument-type] Argument is incorrect: Expected `NetworkingData`, found `Unknown | NetworkingData | None`
homeassistant/components/watson_tts/tts.py:5:6: error[unresolved-import] Cannot resolve imported module `ibm_cloud_sdk_core.authenticators`
homeassistant/components/watson_tts/tts.py:6:6: error[unresolved-import] Cannot resolve imported module `ibm_watson`
homeassistant/components/watttime/__init__.py:64:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `def async_update_data() -> CoroutineType[Any, Any, RealTimeEmissionsResponseType]`
homeassistant/components/waze_travel_time/coordinator.py:71:13: error[invalid-argument-type] Argument to bound method `calc_routes` is incorrect: Expected `None | Literal["MOTORCYCLE", "TAXI"]`, found `str`
homeassistant/components/waze_travel_time/coordinator.py:91:17: error[unsupported-operator] Operator `in` is not supported between objects of type `str` and `Collection[str] | None`
homeassistant/components/waze_travel_time/coordinator.py:91:48: error[unsupported-operator] Operator `in` is not supported between objects of type `Literal[""]` and `Collection[str] | None`
homeassistant/components/waze_travel_time/helpers.py:23:34: error[invalid-argument-type] Argument to bound method `calc_routes` is incorrect: Expected `str`, found `str | None`
homeassistant/components/waze_travel_time/helpers.py:23:51: error[invalid-argument-type] Argument to bound method `calc_routes` is incorrect: Expected `str`, found `str | None`
homeassistant/components/weather/__init__.py:703:46: error[no-matching-overload] No overload of bound method `__init__` matches arguments
homeassistant/components/weather/__init__.py:973:30: error[invalid-assignment] Object of type `set[Unknown | str]` is not assignable to `Iterable[Literal["daily", "hourly", "twice_daily"]] | None`
homeassistant/components/weather/__init__.py:974:30: error[not-iterable] Object of type `Iterable[Literal["daily", "hourly", "twice_daily"]] | None` may not be iterable
homeassistant/components/weatherflow/sensor.py:153:9: error[invalid-argument-type] Argument is incorrect: Expected `(WeatherFlowDevice, /) -> datetime | StateType`, found `def precipitation_raw_conversion_fn(raw_data: Enum) -> Unknown`
homeassistant/components/weatherflow/sensor.py:356:20: warning[possibly-missing-attribute] Attribute `last_report` may be missing on object of type `Unknown | WeatherFlowDevice`
homeassistant/components/weatherflow_cloud/coordinator.py:137:13: error[invalid-argument-type] Argument to bound method `register_callback` is incorrect: Expected `(str, /) -> None`, found `bound method Self@async_setup._handle_websocket_message(data) -> CoroutineType[Any, Any, None]`
homeassistant/components/weatherflow_cloud/coordinator.py:177:9: error[invalid-assignment] Invalid subscript assignment with key of type `int` and value of type `EventDataRapidWind | list[Unknown]` on object of type `dict[int, EventDataRapidWind | None]`
homeassistant/components/weatherflow_cloud/weather.py:120:16: error[invalid-return-type] Return type does not match returned value: expected `list[Forecast] | None`, found `list[dict[Unknown, Unknown] | Unknown]`
homeassistant/components/weatherflow_cloud/weather.py:125:16: error[invalid-return-type] Return type does not match returned value: expected `list[Forecast] | None`, found `list[dict[Unknown, Unknown] | Unknown]`
homeassistant/components/weatherkit/coordinator.py:73:17: error[invalid-argument-type] Argument to bound method `get_weather_data` is incorrect: Expected `list[DataSetType]`, found `list[DataSetType] | None`
homeassistant/components/webdav/backup.py:85:17: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, _R@handle_backup_errors]` has no attribute `__name__`
homeassistant/components/webostv/config_flow.py:137:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/webostv/media_player.py:128:51: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, _R@cmd]` has no attribute `__name__`
homeassistant/components/webostv/media_player.py:134:29: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, _R@cmd]` has no attribute `__name__`
homeassistant/components/webostv/media_player.py:145:29: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, _R@cmd]` has no attribute `__name__`
homeassistant/components/websocket_api/connection.py:282:27: warning[possibly-missing-attribute] Submodule `humanize` may not be available as an attribute on module `voluptuous`
homeassistant/components/websocket_api/decorators.py:37:40: error[unresolved-attribute] Object of type `AsyncWebSocketCommandHandler` has no attribute `__name__`
homeassistant/components/websocket_api/decorators.py:142:19: error[non-subscriptable] Cannot subscript object of type `All` with no `__getitem__` method
homeassistant/components/websocket_api/decorators.py:144:19: warning[possibly-missing-attribute] Attribute `validators` may be missing on object of type `VolDictType | All`
homeassistant/components/websocket_api/http.py:117:23: warning[possibly-missing-attribute] Attribute `isEnabledFor` may be missing on object of type `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:148:17: warning[possibly-missing-attribute] Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:153:23: warning[possibly-missing-attribute] Attribute `closed` may be missing on object of type `Unknown | WebSocketResponse | None`
homeassistant/components/websocket_api/http.py:214:30: error[invalid-argument-type] Argument to bound method `append` is incorrect: Expected `bytes`, found `str | bytes | dict[str, Any]`
homeassistant/components/websocket_api/http.py:216:13: warning[possibly-missing-attribute] Attribute `error` may be missing on object of type `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:243:17: error[invalid-argument-type] Argument to function `async_call_later` is incorrect: Expected `HomeAssistant`, found `Unknown | HomeAssistant | None`
homeassistant/components/websocket_api/http.py:280:9: warning[possibly-missing-attribute] Attribute `error` may be missing on object of type `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:317:23: warning[possibly-missing-attribute] Attribute `prepare` may be missing on object of type `Unknown | WebSocketResponse | None`
homeassistant/components/websocket_api/http.py:320:13: warning[possibly-missing-attribute] Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:324:20: error[invalid-return-type] Return type does not match returned value: expected `WebSocketResponse`, found `Unknown | WebSocketResponse | None`
homeassistant/components/websocket_api/http.py:326:13: warning[possibly-missing-attribute] Attribute `warning` may be missing on object of type `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:327:20: error[invalid-return-type] Return type does not match returned value: expected `WebSocketResponse`, found `Unknown | WebSocketResponse | None`
homeassistant/components/websocket_api/http.py:329:9: warning[possibly-missing-attribute] Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:332:22: warning[possibly-missing-attribute] Attribute `bus` may be missing on object of type `Unknown | HomeAssistant | None`
homeassistant/components/websocket_api/http.py:335:35: warning[possibly-missing-attribute] Attribute `bus` may be missing on object of type `Unknown | HomeAssistant | None`
homeassistant/components/websocket_api/http.py:339:18: warning[possibly-missing-attribute] Attribute `_writer` may be missing on object of type `Unknown | WebSocketResponse | None`
homeassistant/components/websocket_api/http.py:345:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `WebSocketAdapter`, found `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:345:21: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `HomeAssistant`, found `Unknown | HomeAssistant | None`
homeassistant/components/websocket_api/http.py:355:13: warning[possibly-missing-attribute] Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:361:13: warning[possibly-missing-attribute] Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:363:13: warning[possibly-missing-attribute] Attribute `exception` may be missing on object of type `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:381:16: error[invalid-return-type] Return type does not match returned value: expected `WebSocketResponse`, found `Unknown | WebSocketResponse | None`
homeassistant/components/websocket_api/http.py:393:25: warning[possibly-missing-attribute] Attribute `receive` may be missing on object of type `Unknown | WebSocketResponse | None`
homeassistant/components/websocket_api/http.py:418:13: warning[possibly-missing-attribute] Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:427:9: warning[possibly-missing-attribute] Attribute `data` may be missing on object of type `Unknown | HomeAssistant | None`
homeassistant/components/websocket_api/http.py:427:45: warning[possibly-missing-attribute] Attribute `data` may be missing on object of type `Unknown | HomeAssistant | None`
homeassistant/components/websocket_api/http.py:428:9: error[no-matching-overload] No overload of function `async_dispatcher_send` matches arguments
homeassistant/components/websocket_api/http.py:481:19: warning[possibly-missing-attribute] Attribute `closed` may be missing on object of type `Unknown | WebSocketResponse | None`
homeassistant/components/websocket_api/http.py:482:25: warning[possibly-missing-attribute] Attribute `receive` may be missing on object of type `Unknown | WebSocketResponse | None`
homeassistant/components/websocket_api/http.py:512:17: warning[possibly-missing-attribute] Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:540:23: warning[possibly-missing-attribute] Attribute `close` may be missing on object of type `Unknown | WebSocketResponse | None`
homeassistant/components/websocket_api/http.py:543:21: warning[possibly-missing-attribute] Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:547:21: warning[possibly-missing-attribute] Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:553:21: warning[possibly-missing-attribute] Attribute `warning` may be missing on object of type `Unknown | WebSocketAdapter | None`
homeassistant/components/websocket_api/http.py:558:21: warning[possibly-missing-attribute] Attribute `data` may be missing on object of type `Unknown | HomeAssistant | None`
homeassistant/components/websocket_api/http.py:561:17: error[no-matching-overload] No overload of function `async_dispatcher_send` matches arguments
homeassistant/components/wemo/__init__.py:92:27: warning[possibly-missing-attribute] Submodule `ssdp` may not be available as an attribute on module `pywemo`
homeassistant/components/wemo/light.py:196:32: error[invalid-argument-type] Argument to bound method `turn_on` is incorrect: Expected `bool`, found `Unknown | int`
homeassistant/components/whirlpool/binary_sensor.py:76:16: error[unresolved-attribute] Object of type `BinarySensorEntityDescription` has no attribute `value_fn`
homeassistant/components/whirlpool/climate.py:88:16: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `int | float | None`
homeassistant/components/whirlpool/climate.py:93:16: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `int | float | None`
homeassistant/components/whirlpool/climate.py:98:44: error[invalid-argument-type] Argument to bound method `set_temp` is incorrect: Expected `int | float`, found `Any | None`
homeassistant/components/whirlpool/climate.py:104:16: error[invalid-return-type] Return type does not match returned value: expected `int`, found `int | None`
homeassistant/components/whirlpool/climate.py:112:28: error[invalid-assignment] Object of type `Mode | None` is not assignable to `Mode`
homeassistant/components/whirlpool/entity.py:48:9: error[invalid-assignment] Object of type `Unknown | bool | None` is not assignable to attribute `_attr_available` of type `bool`
homeassistant/components/whirlpool/sensor.py:179:9: error[invalid-argument-type] Argument is incorrect: Expected `(Appliance, /) -> str | None`, found `def washer_state(washer: Washer) -> str | None`
homeassistant/components/whirlpool/sensor.py:197:9: error[invalid-argument-type] Argument is incorrect: Expected `(Appliance, /) -> str | None`, found `def dryer_state(dryer: Dryer) -> str | None`
homeassistant/components/whirlpool/sensor.py:335:16: error[unresolved-attribute] Object of type `SensorEntityDescription` has no attribute `value_fn`
homeassistant/components/whirlpool/sensor.py:386:17: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `int | float`, found `int | None`
homeassistant/components/whirlpool/sensor.py:452:16: error[unresolved-attribute] Object of type `SensorEntityDescription` has no attribute `value_fn`
homeassistant/components/wiffi/entity.py:88:17: warning[possibly-missing-attribute] Attribute `endswith` may be missing on object of type `str | None`
homeassistant/components/wiffi/entity.py:93:16: warning[possibly-missing-attribute] Attribute `endswith` may be missing on object of type `str | None`
homeassistant/components/wiffi/entity.py:93:54: warning[possibly-missing-attribute] Attribute `endswith` may be missing on object of type `str | None`
homeassistant/components/wilight/parent_device.py:106:16: error[invalid-return-type] Return type does not match returned value: expected `PyWiLightDevice`, found `None`
homeassistant/components/wilight/switch.py:74:12: error[invalid-return-type] Return type does not match returned value: expected `tuple[Any]`, found `list[Unknown]`
homeassistant/components/wirelesstag/__init__.py:7:6: error[unresolved-import] Cannot resolve imported module `wirelesstagpy`
homeassistant/components/wirelesstag/__init__.py:8:6: error[unresolved-import] Cannot resolve imported module `wirelesstagpy.exceptions`
homeassistant/components/wirelesstag/switch.py:103:16: error[invalid-return-type] Return type does not match returned value: expected `bool`, found `Unknown | None`
homeassistant/components/wirelesstag/util.py:5:6: error[unresolved-import] Cannot resolve imported module `wirelesstagpy.sensortag`
homeassistant/components/wiz/__init__.py:110:9: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `def _async_update() -> CoroutineType[Any, Any, int | float | None]`
homeassistant/components/wiz/__init__.py:142:34: error[invalid-argument-type] Argument is incorrect: Expected `DataUpdateCoordinator[int | float | None]`, found `DataUpdateCoordinator[dict[str, Any]]`
homeassistant/components/wiz/binary_sensor.py:79:12: warning[possibly-missing-attribute] Attribute `get_source` may be missing on object of type `Unknown | PilotParser | None`
homeassistant/components/wiz/config_flow.py:180:66: error[invalid-argument-type] Argument to function `name_from_bulb_type_and_mac` is incorrect: Expected `str`, found `str | None`
homeassistant/components/wiz/entity.py:31:31: error[invalid-assignment] Object of type `BulbType | None` is not assignable to `BulbType`
homeassistant/components/wiz/entity.py:34:25: error[invalid-argument-type] Invalid argument to key "connections" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | str | None]]`
homeassistant/components/wiz/fan.py:37:8: warning[possibly-missing-attribute] Attribute `features` may be missing on object of type `BulbType | None`
homeassistant/components/wiz/fan.py:53:31: error[invalid-assignment] Object of type `Unknown | BulbType | None` is not assignable to `BulbType`
homeassistant/components/wiz/fan.py:68:9: error[invalid-assignment] Object of type `int | None` is not assignable to attribute `_attr_speed_count` of type `int`
homeassistant/components/wiz/fan.py:77:28: error[unsupported-operator] Operator `>` is not supported between objects of type `Unknown | int | None` and `Literal[0]`
homeassistant/components/wiz/fan.py:77:28: warning[possibly-missing-attribute] Attribute `get_fan_state` may be missing on object of type `Unknown | PilotParser | None`
homeassistant/components/wiz/fan.py:79:36: error[invalid-argument-type] Argument to function `ranged_value_to_percentage` is incorrect: Expected `int | float`, found `Unknown | int | None`
homeassistant/components/wiz/fan.py:79:36: warning[possibly-missing-attribute] Attribute `get_fan_speed` may be missing on object of type `Unknown | PilotParser | None`
homeassistant/components/wiz/fan.py:82:24: warning[possibly-missing-attribute] Attribute `get_fan_mode` may be missing on object of type `Unknown | PilotParser | None`
homeassistant/components/wiz/fan.py:85:27: warning[possibly-missing-attribute] Attribute `get_fan_reverse` may be missing on object of type `Unknown | PilotParser | None`
homeassistant/components/wiz/light.py:63:8: warning[possibly-missing-attribute] Attribute `bulb_type` may be missing on object of type `BulbType | None`
homeassistant/components/wiz/light.py:76:31: error[invalid-assignment] Object of type `Unknown | BulbType | None` is not assignable to `BulbType`
homeassistant/components/wiz/light.py:92:48: warning[possibly-missing-attribute] Attribute `max` may be missing on object of type `KelvinRange | None`
homeassistant/components/wiz/light.py:93:48: warning[possibly-missing-attribute] Attribute `min` may be missing on object of type `KelvinRange | None`
homeassistant/components/wiz/light.py:103:27: warning[possibly-missing-attribute] Attribute `get_brightness` may be missing on object of type `Unknown | PilotParser | None`
homeassistant/components/wiz/light.py:110:27: warning[possibly-missing-attribute] Attribute `get_colortemp` may be missing on object of type `Unknown | PilotParser | None`
homeassistant/components/wiz/light.py:115:58: warning[possibly-missing-attribute] Attribute `get_rgbww` may be missing on object of type `Unknown | PilotParser | None`
homeassistant/components/wiz/light.py:119:57: warning[possibly-missing-attribute] Attribute `get_rgbw` may be missing on object of type `Unknown | PilotParser | None`
homeassistant/components/wiz/light.py:123:38: warning[possibly-missing-attribute] Attribute `get_scene` may be missing on object of type `Unknown | PilotParser | None`
homeassistant/components/wiz/light.py:123:38: warning[possibly-missing-attribute] Attribute `get_scene` may be missing on object of type `Unknown | PilotParser | None`
homeassistant/components/wiz/number.py:78:13: warning[possibly-missing-attribute] Attribute `features` may be missing on object of type `BulbType | None`
homeassistant/components/wiz/sensor.py:82:35: warning[possibly-missing-attribute] Attribute `pilotResult` may be missing on object of type `Unknown | PilotParser | None`
homeassistant/components/wiz/sensor.py:94:22: warning[possibly-missing-attribute] Attribute `get_power` may be missing on object of type `Unknown | PilotParser | None`
homeassistant/components/wiz/switch.py:25:8: warning[possibly-missing-attribute] Attribute `bulb_type` may be missing on object of type `BulbType | None`
homeassistant/components/worldtidesinfo/sensor.py:58:8: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/worldtidesinfo/sensor.py:88:26: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/worldtidesinfo/sensor.py:89:42: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/worldtidesinfo/sensor.py:90:40: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/worldtidesinfo/sensor.py:91:41: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/worldtidesinfo/sensor.py:92:39: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/worldtidesinfo/sensor.py:93:27: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/worldtidesinfo/sensor.py:94:42: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/worldtidesinfo/sensor.py:95:40: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/worldtidesinfo/sensor.py:96:41: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/worldtidesinfo/sensor.py:97:39: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/xbox/browse_media.py:33:12: error[missing-argument] No argument provided for required parameter `cls`
homeassistant/components/xbox/browse_media.py:35:9: error[invalid-argument-type] Argument is incorrect: Expected `type`, found `Literal[MediaClass.APP]`
homeassistant/components/xbox/browse_media.py:35:9: error[parameter-already-assigned] Multiple values provided for parameter `cls`
homeassistant/components/xbox/browse_media.py:37:13: error[missing-argument] No argument provided for required parameter `cls`
homeassistant/components/xbox/browse_media.py:39:9: error[invalid-argument-type] Argument is incorrect: Expected `type`, found `Literal[MediaClass.GAME]`
homeassistant/components/xbox/browse_media.py:39:9: error[parameter-already-assigned] Multiple values provided for parameter `cls`
homeassistant/components/xeoma/camera.py:7:6: error[unresolved-import] Cannot resolve imported module `pyxeoma.xeoma`
homeassistant/components/xiaomi/camera.py:181:34: error[invalid-argument-type] Argument to bound method `open_camera` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/xiaomi/camera.py:188:17: error[invalid-argument-type] Argument to function `async_aiohttp_proxy_stream` is incorrect: Expected `StreamReader`, found `StreamReader`
homeassistant/components/xiaomi_ble/event.py:149:43: error[invalid-argument-type] Argument to function `replace` is incorrect: Argument type `Unknown | EventEntityDescription` does not satisfy upper bound `DataclassInstance` of type variable `_DataclassT`
homeassistant/components/xiaomi_miio/__init__.py:390:43: error[invalid-argument-type] Argument to function `_async_update_data_vacuum` is incorrect: Expected `RoborockVacuum`, found `AirHumidifierMiot | AirHumidifierMjjsq | AirHumidifier | ... omitted 11 union elements`
homeassistant/components/xiaomi_miio/air_quality.py:71:60: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | Device`
homeassistant/components/xiaomi_miio/air_quality.py:136:60: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | Device`
homeassistant/components/xiaomi_miio/air_quality.py:156:60: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | Device`
homeassistant/components/xiaomi_miio/air_quality.py:193:60: warning[possibly-missing-attribute] Attribute `status` may be missing on object of type `Unknown | Device`
homeassistant/components/xiaomi_miio/config_flow.py:414:16: warning[possibly-missing-attribute] Attribute `startswith` may be missing on object of type `Unknown | None`
homeassistant/components/xiaomi_miio/config_flow.py:419:20: warning[possibly-missing-attribute] Attribute `startswith` may be missing on object of type `Unknown | None`
homeassistant/components/xiaomi_miio/config_flow.py:424:17: error[invalid-argument-type] Argument to bound method `async_create_entry` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/xiaomi_miio/device_tracker.py:68:34: warning[possibly-missing-attribute] Attribute `async_add_executor_job` may be missing on object of type `HomeAssistant | None`
homeassistant/components/xiaomi_miio/fan.py:566:13: warning[possibly-missing-attribute] Attribute `reset_filter` may be missing on object of type `Unknown | Device`
homeassistant/components/xiaomi_miio/fan.py:818:13: warning[possibly-missing-attribute] Attribute `reset_filter` may be missing on object of type `Unknown | Device`
homeassistant/components/xiaomi_miio/gateway.py:64:13: warning[possibly-missing-attribute] Attribute `model` may be missing on object of type `Unknown | None`
homeassistant/components/xiaomi_miio/gateway.py:65:13: warning[possibly-missing-attribute] Attribute `firmware_version` may be missing on object of type `Unknown | None`
homeassistant/components/xiaomi_miio/gateway.py:66:13: warning[possibly-missing-attribute] Attribute `hardware_version` may be missing on object of type `Unknown | None`
homeassistant/components/xiaomi_miio/gateway.py:72:52: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/xiaomi_miio/gateway.py:72:64: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/xiaomi_miio/remote.py:252:24: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
homeassistant/components/xiaomi_miio/switch.py:891:47: warning[possibly-missing-attribute] Attribute `set_wifi_led` may be missing on object of type `AirConditioningCompanionV3 | ChuangmiPlug | PowerStrip`
homeassistant/components/xiaomi_miio/switch.py:900:48: warning[possibly-missing-attribute] Attribute `set_wifi_led` may be missing on object of type `AirConditioningCompanionV3 | ChuangmiPlug | PowerStrip`
homeassistant/components/xiaomi_tv/media_player.py:7:8: error[unresolved-import] Cannot resolve imported module `pymitv`
homeassistant/components/xmpp/notify.py:243:16: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/xmpp/notify.py:244:55: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/xmpp/notify.py:245:50: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/xmpp/notify.py:248:18: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/xmpp/notify.py:249:55: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/xmpp/notify.py:250:18: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/xmpp/notify.py:251:56: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/xmpp/notify.py:252:50: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/xmpp/notify.py:255:18: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/xmpp/notify.py:256:56: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/components/xmpp/notify.py:276:33: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/xmpp/notify.py:291:16: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/xmpp/notify.py:293:53: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/xmpp/notify.py:334:49: warning[possibly-missing-attribute] Attribute `get` may be missing on object of type `Unknown | None`
homeassistant/components/xs1/__init__.py:6:8: error[unresolved-import] Cannot resolve imported module `xs1_api_client`
homeassistant/components/xs1/climate.py:7:6: error[unresolved-import] Cannot resolve imported module `xs1_api_client.api_constants`
homeassistant/components/xs1/climate.py:8:6: error[unresolved-import] Cannot resolve imported module `xs1_api_client.device.actuator`
homeassistant/components/xs1/climate.py:9:6: error[unresolved-import] Cannot resolve imported module `xs1_api_client.device.sensor`
homeassistant/components/xs1/entity.py:5:6: error[unresolved-import] Cannot resolve imported module `xs1_api_client.device`
homeassistant/components/xs1/sensor.py:5:6: error[unresolved-import] Cannot resolve imported module `xs1_api_client.api_constants`
homeassistant/components/xs1/sensor.py:6:6: error[unresolved-import] Cannot resolve imported module `xs1_api_client.device.actuator`
homeassistant/components/xs1/sensor.py:7:6: error[unresolved-import] Cannot resolve imported module `xs1_api_client.device.sensor`
homeassistant/components/xs1/switch.py:7:6: error[unresolved-import] Cannot resolve imported module `xs1_api_client.api_constants`
homeassistant/components/xs1/switch.py:8:6: error[unresolved-import] Cannot resolve imported module `xs1_api_client.device.actuator`
homeassistant/components/yale/__init__.py:65:36: error[invalid-argument-type] Argument to bound method `async_setup` is incorrect: Expected `Config`, found `dict[Unknown | str, Unknown | Brand]`
homeassistant/components/yale/__init__.py:65:36: error[missing-typed-dict-key] Missing required key 'access_token_cache_file' in TypedDict `Config` constructor
homeassistant/components/yale/__init__.py:65:36: error[missing-typed-dict-key] Missing required key 'install_id' in TypedDict `Config` constructor
homeassistant/components/yale/__init__.py:65:36: error[missing-typed-dict-key] Missing required key 'login_method' in TypedDict `Config` constructor
homeassistant/components/yale/__init__.py:65:36: error[missing-typed-dict-key] Missing required key 'password' in TypedDict `Config` constructor
homeassistant/components/yale/__init__.py:65:36: error[missing-typed-dict-key] Missing required key 'timeout' in TypedDict `Config` constructor
homeassistant/components/yale/__init__.py:65:36: error[missing-typed-dict-key] Missing required key 'username' in TypedDict `Config` constructor
homeassistant/components/yale/binary_sensor.py:75:9: error[invalid-argument-type] Argument is incorrect: Expected `(YaleData, DoorbellDetail | LockDetail, /) -> Activity | None`, found `def retrieve_online_state(data: YaleData, detail: DoorbellDetail | LockDetail) -> bool`
homeassistant/components/yale/binary_sensor.py:103:12: warning[possibly-missing-attribute] Attribute `doorsense` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/binary_sensor.py:106:12: warning[possibly-missing-attribute] Attribute `doorbell` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/binary_sensor.py:130:46: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/yale/binary_sensor.py:130:60: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockOperationActivity | DoorOperationActivity | BridgeOperationActivity`, found `Activity & ~AlwaysFalsy`
homeassistant/components/yale/binary_sensor.py:132:17: warning[possibly-missing-attribute] Attribute `set_online` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/binary_sensor.py:135:46: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/yale/binary_sensor.py:135:60: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockOperationActivity | DoorOperationActivity | BridgeOperationActivity`, found `Activity & ~AlwaysFalsy`
homeassistant/components/yale/binary_sensor.py:136:32: warning[possibly-missing-attribute] Attribute `bridge_is_online` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/binary_sensor.py:137:28: warning[possibly-missing-attribute] Attribute `door_state` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/camera.py:62:16: warning[possibly-missing-attribute] Attribute `has_subscription` may be missing on object of type `Unknown | Doorbell | Lock | KeypadDetail`
homeassistant/components/yale/camera.py:76:49: error[invalid-argument-type] Argument to function `update_doorbell_image_from_activity` is incorrect: Expected `DoorbellDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/yale/camera.py:76:63: error[invalid-argument-type] Argument to function `update_doorbell_image_from_activity` is incorrect: Expected `DoorbellImageCaptureActivity | DoorbellMotionActivity | BridgeOperationActivity`, found `Activity & ~AlwaysFalsy`
homeassistant/components/yale/camera.py:84:35: warning[possibly-missing-attribute] Attribute `image_url` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/camera.py:88:31: warning[possibly-missing-attribute] Attribute `image_url` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/data.py:47:40: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Exception`, found `<class 'HomeAssistantError'>`
homeassistant/components/yale/entity.py:59:21: warning[possibly-missing-attribute] Attribute `bridge` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/entity.py:59:45: warning[possibly-missing-attribute] Attribute `bridge` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/event.py:70:67: warning[possibly-missing-attribute] Attribute `doorbell` may be missing on object of type `(DoorbellDetail & ~AlwaysFalsy) | (LockDetail & ~AlwaysFalsy)`
homeassistant/components/yale/lock.py:47:12: warning[possibly-missing-attribute] Attribute `unlatch_supported` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/lock.py:73:17: error[invalid-assignment] Object of type `Literal[LockStatus.JAMMED]` is not assignable to attribute `lock_status` on type `DoorbellDetail | LockDetail`
homeassistant/components/yale/lock.py:74:17: error[invalid-assignment] Object of type `Unknown` is not assignable to attribute `lock_status_datetime` on type `DoorbellDetail | LockDetail`
homeassistant/components/yale/lock.py:79:50: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/yale/lock.py:79:64: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockOperationActivity | DoorOperationActivity | BridgeOperationActivity`, found `Unknown | DoorbellDingActivity | DoorbellMotionActivity | ... omitted 5 union elements`
homeassistant/components/yale/lock.py:89:32: warning[possibly-missing-attribute] Attribute `bridge_is_online` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/lock.py:91:33: warning[possibly-missing-attribute] Attribute `lock_status` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/lock.py:92:33: warning[possibly-missing-attribute] Attribute `lock_status` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/lock.py:101:37: error[unresolved-attribute] Object of type `Activity & ~AlwaysFalsy` has no attribute `operated_by`
homeassistant/components/yale/lock.py:106:13: error[invalid-argument-type] Argument to function `get_latest_activity` is incorrect: Expected `LockOperationActivity | DoorOperationActivity | BridgeOperationActivity | None`, found `Activity | None`
homeassistant/components/yale/lock.py:106:45: error[invalid-argument-type] Argument to function `get_latest_activity` is incorrect: Expected `LockOperationActivity | DoorOperationActivity | BridgeOperationActivity | None`, found `Activity | None`
homeassistant/components/yale/lock.py:109:17: warning[possibly-missing-attribute] Attribute `set_online` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/lock.py:110:46: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/yale/lock.py:113:46: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/yale/lock.py:113:54: error[invalid-argument-type] Argument to function `update_lock_detail_from_activity` is incorrect: Expected `LockOperationActivity | DoorOperationActivity | BridgeOperationActivity`, found `Activity & ~AlwaysFalsy`
homeassistant/components/yale/lock.py:128:22: warning[possibly-missing-attribute] Attribute `keypad` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/sensor.py:94:48: error[invalid-argument-type] Argument is incorrect: Expected `LockDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/yale/sensor.py:98:22: warning[possibly-missing-attribute] Attribute `keypad` may be missing on object of type `DoorbellDetail | LockDetail`
homeassistant/components/yale/sensor.py:106:27: error[invalid-type-arguments] Type `Doorbell` is not assignable to upper bound `LockDetail | KeypadDetail` of type variable `T@YaleBatterySensor`
homeassistant/components/yale/sensor.py:108:48: error[invalid-argument-type] Argument is incorrect: Expected `LockDetail`, found `DoorbellDetail | LockDetail`
homeassistant/components/yale/sensor.py:210:68: error[invalid-argument-type] Argument is incorrect: Expected `T@YaleBatterySensor`, found `DoorbellDetail | LockDetail`
homeassistant/components/yale/util.py:38:12: error[invalid-return-type] Return type does not match returned value: expected `Activity | None`, found `Literal[False]`
homeassistant/components/yalexs_ble/config_flow.py:153:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/yamaha/media_player.py:369:16: warning[possibly-missing-attribute] Submodule `exceptions` may not be available as an attribute on module `rxv`
homeassistant/components/yamaha_musiccast/config_flow.py:92:13: error[invalid-argument-type] Argument to bound method `check_yamaha_ssdp` is incorrect: Expected `str`, found `str | None`
homeassistant/components/yamaha_musiccast/entity.py:74:28: warning[possibly-missing-attribute] Attribute `values` may be missing on object of type `Unknown | dict[str, str] | None`
homeassistant/components/yamaha_musiccast/entity.py:77:44: error[invalid-assignment] Invalid assignment to key "via_device" with declared type `tuple[str, str]` on TypedDict `DeviceInfo`: value of type `tuple[Literal["yamaha_musiccast"], Unknown | str | None]`
homeassistant/components/yamaha_musiccast/media_player.py:364:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
homeassistant/components/yamaha_musiccast/media_player.py:365:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | None`
homeassistant/components/yamaha_musiccast/media_player.py:366:17: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
homeassistant/components/yamaha_musiccast/media_player.py:386:37: error[invalid-argument-type] Argument to bound method `extend` is incorrect: Expected `Iterable[BrowseMedia | Unknown]`, found `Unknown | Sequence[BrowseMedia] | None`
homeassistant/components/yamaha_musiccast/media_player.py:391:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
homeassistant/components/yamaha_musiccast/media_player.py:392:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | MediaClass | None`
homeassistant/components/yamaha_musiccast/media_player.py:393:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
homeassistant/components/yamaha_musiccast/number.py:65:35: error[invalid-argument-type] Argument to bound method `set` is incorrect: Expected `int`, found `int | float`
homeassistant/components/yandextts/tts.py:123:46: error[invalid-argument-type] Argument to function `async_get_clientsession` is incorrect: Expected `HomeAssistant`, found `HomeAssistant | None | Unknown`
homeassistant/components/yeelight/config_flow.py:146:9: error[invalid-method-override] Invalid override of method `is_matching`: Definition is incompatible with `ConfigFlow.is_matching`
homeassistant/components/yeelight/device.py:200:9: error[invalid-assignment] Object of type `(CaseInsensitiveDict & ~AlwaysFalsy) | dict[Unknown, Unknown]` is not assignable to attribute `capabilities` of type `dict[str, Any]`
homeassistant/components/yeelight/light.py:256:47: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, _R@_async_cmd]` has no attribute `__name__`
homeassistant/components/yeelight/light.py:264:43: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, _R@_async_cmd]` has no attribute `__name__`
homeassistant/components/yeelight/light.py:270:43: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, _R@_async_cmd]` has no attribute `__name__`
homeassistant/components/yeelight/scanner.py:55:13: error[invalid-assignment] Object of type `Self@async_get` is not assignable to attribute `_scanner` of type `<special form 'typing.Self'> | None`
homeassistant/components/yeelight/scanner.py:56:16: error[invalid-return-type] Return type does not match returned value: expected `Self@async_get`, found `<special form 'typing.Self'> | None`
homeassistant/components/yeelightsunflower/light.py:9:8: error[unresolved-import] Cannot resolve imported module `yeelightsunflower`
homeassistant/components/yi/camera.py:7:6: error[unresolved-import] Cannot resolve imported module `aioftp`
homeassistant/components/yi/camera.py:144:34: error[invalid-argument-type] Argument to bound method `open_camera` is incorrect: Expected `str`, found `Unknown | None`
homeassistant/components/yi/camera.py:151:17: error[invalid-argument-type] Argument to function `async_aiohttp_proxy_stream` is incorrect: Expected `StreamReader`, found `StreamReader`
homeassistant/components/yolink/switch.py:174:41: error[invalid-assignment] Object of type `None` is not assignable to `ClientRequest`
homeassistant/components/zabbix/__init__.py:15:6: error[unresolved-import] Cannot resolve imported module `zabbix_utils`
homeassistant/components/zabbix/__init__.py:16:6: error[unresolved-import] Cannot resolve imported module `zabbix_utils.exceptions`
homeassistant/components/zabbix/sensor.py:10:6: error[unresolved-import] Cannot resolve imported module `zabbix_utils`
homeassistant/components/zamg/coordinator.py:51:9: error[invalid-assignment] Object of type `Unknown | dict[Unknown, Unknown] | None` is not assignable to attribute `data` of type `dict[Unknown, Unknown]`
homeassistant/components/zamg/coordinator.py:54:16: error[invalid-return-type] Return type does not match returned value: expected `ZamgData`, found `Unknown | dict[Unknown, Unknown] | None`
homeassistant/components/zamg/sensor.py:203:26: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `ZamgDataUpdateCoordinator`
homeassistant/components/zamg/weather.py:47:26: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `ZamgDataUpdateCoordinator`
homeassistant/components/zeroconf/discovery.py:487:13: error[invalid-argument-type] Argument to function `async_create_issue` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | Unknown | None]`
homeassistant/components/zestimate/sensor.py:97:32: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
homeassistant/components/zeversolar/sensor.py:89:16: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `kWh | Watt`
homeassistant/components/zha/__init__.py:120:57: error[invalid-argument-type] Argument to function `async_register_firmware_info_provider` is incorrect: Expected `HardwareFirmwareInfoModule`, found `<module 'homeassistant.components.zha.homeassistant_hardware'>`
homeassistant/components/zha/alarm_control_panel.py:83:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `code_arm_required`
homeassistant/components/zha/alarm_control_panel.py:88:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_alarm_disarm`
homeassistant/components/zha/alarm_control_panel.py:94:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_alarm_arm_home`
homeassistant/components/zha/alarm_control_panel.py:100:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_alarm_arm_away`
homeassistant/components/zha/alarm_control_panel.py:106:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_alarm_arm_night`
homeassistant/components/zha/alarm_control_panel.py:112:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_alarm_trigger`
homeassistant/components/zha/api.py:61:24: error[no-matching-overload] No overload of function `max` matches arguments
homeassistant/components/zha/api.py:108:13: error[invalid-argument-type] Argument to bound method `energy_scan` is incorrect: Expected `Channels`, found `Unknown | Literal[134215680]`
homeassistant/components/zha/binary_sensor.py:59:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `is_on`
homeassistant/components/zha/button.py:60:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_press`
homeassistant/components/zha/climate.py:96:51: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `hvac_modes`
homeassistant/components/zha/climate.py:99:13: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `hvac_mode`
homeassistant/components/zha/climate.py:102:13: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `hvac_action`
homeassistant/components/zha/climate.py:107:13: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `supported_features`
homeassistant/components/zha/climate.py:150:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `current_temperature`
homeassistant/components/zha/climate.py:155:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `fan_mode`
homeassistant/components/zha/climate.py:160:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `fan_modes`
homeassistant/components/zha/climate.py:165:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `preset_mode`
homeassistant/components/zha/climate.py:170:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `preset_modes`
homeassistant/components/zha/climate.py:175:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `target_temperature`
homeassistant/components/zha/climate.py:180:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `target_temperature_high`
homeassistant/components/zha/climate.py:185:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `target_temperature_low`
homeassistant/components/zha/climate.py:190:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `max_temp`
homeassistant/components/zha/climate.py:195:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `min_temp`
homeassistant/components/zha/climate.py:201:13: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `hvac_mode`
homeassistant/components/zha/climate.py:201:13: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `hvac_mode`
homeassistant/components/zha/climate.py:204:13: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `hvac_action`
homeassistant/components/zha/climate.py:211:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_set_fan_mode`
homeassistant/components/zha/climate.py:217:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_set_hvac_mode`
homeassistant/components/zha/climate.py:223:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_set_preset_mode`
homeassistant/components/zha/climate.py:229:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_set_temperature`
homeassistant/components/zha/config_flow.py:362:17: error[invalid-argument-type] Argument to bound method `probe` is incorrect: Expected `dict[str, Any]`, found `Unknown | dict[str, Any] | None`
homeassistant/components/zha/config_flow.py:903:21: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | None`, found `dict[Unknown | str, Unknown | str | None]`
homeassistant/components/zha/cover.py:71:47: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `supported_features`
homeassistant/components/zha/cover.py:95:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `is_closed`
homeassistant/components/zha/cover.py:100:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `is_opening`
homeassistant/components/zha/cover.py:105:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `is_closing`
homeassistant/components/zha/cover.py:110:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `current_cover_position`
homeassistant/components/zha/cover.py:115:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `current_cover_tilt_position`
homeassistant/components/zha/cover.py:120:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_open_cover`
homeassistant/components/zha/cover.py:126:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_open_cover_tilt`
homeassistant/components/zha/cover.py:132:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_close_cover`
homeassistant/components/zha/cover.py:138:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_close_cover_tilt`
homeassistant/components/zha/cover.py:144:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_set_cover_position`
homeassistant/components/zha/cover.py:152:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_set_cover_tilt_position`
homeassistant/components/zha/cover.py:160:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_stop_cover`
homeassistant/components/zha/cover.py:166:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_stop_cover_tilt`
homeassistant/components/zha/cover.py:178:9: error[unresolved-attribute] Object of type `(PlatformEntity & ~Shade) | (GroupEntity & ~Shade)` has no attribute `restore_external_state_attributes`
homeassistant/components/zha/device_action.py:52:38: error[unresolved-attribute] Class `AllLEDEffectType` has no attribute `__getitem__`
homeassistant/components/zha/device_action.py:62:38: error[unresolved-attribute] Class `SingleLEDEffectType` has no attribute `__getitem__`
homeassistant/components/zha/device_action.py:99:49: error[unresolved-attribute] Class `AllLEDEffectType` has no attribute `__members__`
homeassistant/components/zha/device_action.py:108:49: error[unresolved-attribute] Class `SingleLEDEffectType` has no attribute `__members__`
homeassistant/components/zha/device_tracker.py:54:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `is_connected`
homeassistant/components/zha/device_tracker.py:62:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `battery_level`
homeassistant/components/zha/device_tracker.py:65:9: error[override-of-final-method] Cannot override final member `device_info` from superclass `ScannerEntity`
homeassistant/components/zha/diagnostics.py:89:9: error[invalid-argument-type] Argument to bound method `energy_scan` is incorrect: Expected `Channels`, found `Unknown | Literal[134215680]`
homeassistant/components/zha/fan.py:55:45: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `supported_features`
homeassistant/components/zha/fan.py:75:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `preset_mode`
homeassistant/components/zha/fan.py:80:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `preset_modes`
homeassistant/components/zha/fan.py:85:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `default_on_percentage`
homeassistant/components/zha/fan.py:90:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `speed_range`
homeassistant/components/zha/fan.py:95:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `speed_count`
homeassistant/components/zha/fan.py:105:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_turn_on`
homeassistant/components/zha/fan.py:113:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_turn_off`
homeassistant/components/zha/fan.py:119:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_set_percentage`
homeassistant/components/zha/fan.py:125:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_set_preset_mode`
homeassistant/components/zha/fan.py:131:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `percentage`
homeassistant/components/zha/helpers.py:372:35: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | DeviceType`
homeassistant/components/zha/helpers.py:373:34: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | RxOnWhenIdle`
homeassistant/components/zha/helpers.py:374:31: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | Relationship`
homeassistant/components/zha/helpers.py:378:33: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | PermitJoins`
homeassistant/components/zha/helpers.py:388:35: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | RouteStatus`
homeassistant/components/zha/helpers.py:533:44: warning[possibly-missing-attribute] Submodule `handlers` may not be available as an attribute on module `logging`
homeassistant/components/zha/helpers.py:603:27: error[invalid-argument-type] Method `__getitem__` of type `bound method dict[tuple[Platform, str], PlatformEntity].__getitem__(key: tuple[Platform, str], /) -> PlatformEntity` cannot be called with key of type `tuple[str, str]` on object of type `dict[tuple[Platform, str], PlatformEntity]`
homeassistant/components/zha/helpers.py:615:65: error[invalid-argument-type] Argument to bound method `_async_get_or_create_group_proxy` is incorrect: Expected `GroupInfo`, found `Unknown | Group`
homeassistant/components/zha/helpers.py:701:67: error[invalid-argument-type] Argument to bound method `_async_get_or_create_device_proxy` is incorrect: Expected `Device`, found `Unknown | Device | None`
homeassistant/components/zha/helpers.py:821:12: error[unresolved-attribute] Object of type `ZHAEntity` has no attribute `zha_device`
homeassistant/components/zha/helpers.py:822:51: error[unresolved-attribute] Object of type `ZHAEntity` has no attribute `zha_device`
homeassistant/components/zha/helpers.py:823:33: error[unresolved-attribute] Object of type `ZHAEntity` has no attribute `zha_device`
homeassistant/components/zha/helpers.py:878:13: warning[possibly-missing-attribute] Attribute `ieee` may be missing on object of type `Unknown | Device | None`
homeassistant/components/zha/light.py:86:27: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `supported_color_modes`
homeassistant/components/zha/light.py:101:47: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `supported_features`
homeassistant/components/zha/light.py:124:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `is_on`
homeassistant/components/zha/light.py:129:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `brightness`
homeassistant/components/zha/light.py:135:13: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `min_mireds`
homeassistant/components/zha/light.py:142:13: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `max_mireds`
homeassistant/components/zha/light.py:148:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `xy_color`
homeassistant/components/zha/light.py:155:27: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `color_temp`
homeassistant/components/zha/light.py:162:12: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `color_mode`
homeassistant/components/zha/light.py:164:37: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `color_mode`
homeassistant/components/zha/light.py:169:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `effect_list`
homeassistant/components/zha/light.py:174:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `effect`
homeassistant/components/zha/light.py:184:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_turn_on`
homeassistant/components/zha/light.py:197:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_turn_off`
homeassistant/components/zha/light.py:210:9: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `restore_external_state_attributes`
homeassistant/components/zha/lock.py:95:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `is_locked`
homeassistant/components/zha/lock.py:100:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_lock`
homeassistant/components/zha/lock.py:106:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_unlock`
homeassistant/components/zha/lock.py:112:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_set_lock_user_code`
homeassistant/components/zha/lock.py:120:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_enable_lock_user_code`
homeassistant/components/zha/lock.py:126:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_disable_lock_user_code`
homeassistant/components/zha/lock.py:132:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_clear_lock_user_code`
homeassistant/components/zha/lock.py:138:9: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `restore_external_state_attributes`
homeassistant/components/zha/number.py:51:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `native_value`
homeassistant/components/zha/number.py:56:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `native_min_value`
homeassistant/components/zha/number.py:61:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `native_max_value`
homeassistant/components/zha/number.py:66:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `native_step`
homeassistant/components/zha/number.py:71:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `native_unit_of_measurement`
homeassistant/components/zha/number.py:76:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_set_native_value`
homeassistant/components/zha/radio_manager.py:429:27: warning[possibly-missing-attribute] Attribute `copy` may be missing on object of type `Unknown | dict[str, Any] | None`
homeassistant/components/zha/radio_manager.py:436:34: warning[possibly-missing-attribute] Attribute `name` may be missing on object of type `Unknown | RadioType | None`
homeassistant/components/zha/repairs/network_settings_inconsistent.py:100:9: error[invalid-argument-type] Argument to function `async_create_issue` is incorrect: Expected `dict[str, str | int | float | None] | None`, found `dict[str, str | int | float | None | dict[str, Any]]`
homeassistant/components/zha/select.py:61:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `current_option`
homeassistant/components/zha/select.py:66:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_select_option`
homeassistant/components/zha/select.py:73:13: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `restore_external_state_attributes`
homeassistant/components/zha/sensor.py:123:16: error[unresolved-attribute] Object of type `~None` has no attribute `state_class`
homeassistant/components/zha/sensor.py:125:21: error[unresolved-attribute] Object of type `~None` has no attribute `state_class`
homeassistant/components/zha/sensor.py:128:16: error[unresolved-attribute] Object of type `~None` has no attribute `scale`
homeassistant/components/zha/sensor.py:129:36: error[unresolved-attribute] Object of type `~None` has no attribute `scale`
homeassistant/components/zha/sensor.py:131:16: error[unresolved-attribute] Object of type `~None` has no attribute `native_unit_of_measurement`
homeassistant/components/zha/sensor.py:133:21: error[unresolved-attribute] Object of type `~None` has no attribute `native_unit_of_measurement`
homeassistant/components/zha/sensor.py:136:16: error[unresolved-attribute] Object of type `~None` has no attribute `device_class`
homeassistant/components/zha/sensor.py:138:21: error[unresolved-attribute] Object of type `~None` has no attribute `device_class`
homeassistant/components/zha/sensor.py:149:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `native_value`
homeassistant/components/zha/siren.py:77:47: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `supported_features`
homeassistant/components/zha/siren.py:95:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `is_on`
homeassistant/components/zha/siren.py:100:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_turn_on`
homeassistant/components/zha/siren.py:110:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_turn_off`
homeassistant/components/zha/switch.py:52:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `is_on`
homeassistant/components/zha/switch.py:57:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_turn_on`
homeassistant/components/zha/switch.py:63:15: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_turn_off`
homeassistant/components/zha/update.py:123:42: error[invalid-argument-type] Argument to function `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `ZHAFirmwareUpdateCoordinator`
homeassistant/components/zha/update.py:128:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `installed_version`
homeassistant/components/zha/update.py:136:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `in_progress`
homeassistant/components/zha/update.py:146:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `update_percentage`
homeassistant/components/zha/update.py:151:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `latest_version`
homeassistant/components/zha/update.py:160:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `release_summary`
homeassistant/components/zha/update.py:178:31: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `release_notes`
homeassistant/components/zha/update.py:183:16: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `release_url`
homeassistant/components/zha/update.py:192:19: error[unresolved-attribute] Object of type `PlatformEntity | GroupEntity` has no attribute `async_install`
homeassistant/components/zha/websocket_api.py:383:36: error[unresolved-attribute] Object of type `Gateway` has no attribute `hass`
homeassistant/components/zha/websocket_api.py:392:36: error[unresolved-attribute] Object of type `Gateway` has no attribute `hass`
homeassistant/components/zha/websocket_api.py:420:50: error[invalid-argument-type] Argument to function `_get_entity_name` is incorrect: Expected `Gateway`, found `ZHAGatewayProxy`
homeassistant/components/zha/websocket_api.py:422:29: error[invalid-argument-type] Argument to function `_get_entity_original_name` is incorrect: Expected `Gateway`, found `ZHAGatewayProxy`
homeassistant/components/zha/websocket_api.py:426:29: warning[possibly-missing-attribute] Attribute `cluster_handlers` may be missing on object of type `PlatformEntity | GroupEntity`
homeassistant/components/zha/websocket_api.py:938:48: error[invalid-argument-type] Argument to function `async_binding_operation` is incorrect: Expected `ZDOCmd`, found `Unknown | Literal[33]`
homeassistant/components/zha/websocket_api.py:967:48: error[invalid-argument-type] Argument to function `async_binding_operation` is incorrect: Expected `ZDOCmd`, found `Unknown | Literal[34]`
homeassistant/components/zha/websocket_api.py:1048:13: error[unresolved-attribute] Object of type `ZDOCmd` has no attribute `name`
homeassistant/components/zhong_hong/climate.py:9:6: error[unresolved-import] Cannot resolve imported module `zhong_hong_hvac.hub`
homeassistant/components/zhong_hong/climate.py:10:6: error[unresolved-import] Cannot resolve imported module `zhong_hong_hvac.hvac`
homeassistant/components/zhong_hong/climate.py:200:20: error[invalid-return-type] Return type does not match returned value: expected `HVACMode`, found `Unknown | None | HVACMode`
homeassistant/components/ziggo_mediabox_xl/media_player.py:9:6: error[unresolved-import] Cannot resolve imported module `ziggo_mediabox_xl`
homeassistant/components/zimi/config_flow.py:47:25: error[invalid-assignment] Object of type `None` is not assignable to `ControlPoint`
homeassistant/components/zimi/light.py:101:22: error[unsupported-operator] Operator `*` is unsupported between objects of type `Unknown | int | None` and `Literal[255]`
homeassistant/components/zoneminder/__init__.py:7:6: error[unresolved-import] Cannot resolve imported module `zoneminder.zm`
homeassistant/components/zoneminder/binary_sensor.py:5:6: error[unresolved-import] Cannot resolve imported module `zoneminder.zm`
homeassistant/components/zoneminder/camera.py:7:6: error[unresolved-import] Cannot resolve imported module `zoneminder.monitor`
homeassistant/components/zoneminder/camera.py:8:6: error[unresolved-import] Cannot resolve imported module `zoneminder.zm`
homeassistant/components/zoneminder/sensor.py:8:6: error[unresolved-import] Cannot resolve imported module `zoneminder.monitor`
homeassistant/components/zoneminder/sensor.py:9:6: error[unresolved-import] Cannot resolve imported module `zoneminder.zm`
homeassistant/components/zoneminder/switch.py:9:6: error[unresolved-import] Cannot resolve imported module `zoneminder.monitor`
homeassistant/components/zoneminder/switch.py:10:6: error[unresolved-import] Cannot resolve imported module `zoneminder.zm`
homeassistant/components/zwave_js/discovery.py:1274:34: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/zwave_js/discovery.py:1279:34: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str`, found `Unknown | str | None`
homeassistant/components/zwave_js/sensor.py:676:21: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `Driver`, found `Driver | None`
homeassistant/components/zwave_js/sensor.py:677:21: warning[possibly-missing-attribute] Attribute `controller` may be missing on object of type `Driver | None`
homeassistant/components/zwave_js/sensor.py:677:42: warning[possibly-missing-attribute] Attribute `controller` may be missing on object of type `Driver | None`
homeassistant/components/zwave_js/update.py:294:34: error[invalid-argument-type] Argument to function `__new__` is incorrect: Expected `str`, found `str | None`
homeassistant/components/zwave_me/climate.py:78:16: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `Unknown | str | int | float`
homeassistant/components/zwave_me/climate.py:83:16: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `Unknown | str`
homeassistant/components/zwave_me/climate.py:88:16: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `Unknown | str`
homeassistant/components/zwave_me/cover.py:86:12: error[unsupported-operator] Operator `>` is not supported between objects of type `Unknown | str | int | float` and `Literal[95]`
homeassistant/components/zwave_me/cover.py:89:16: error[invalid-return-type] Return type does not match returned value: expected `int | None`, found `Unknown | str | int | float`
homeassistant/components/zwave_me/cover.py:103:16: error[unsupported-operator] Operator `<` is not supported between objects of type `(Unknown & ~None) | str | int | float` and `Literal[5]`
homeassistant/components/zwave_me/fan.py:58:16: error[invalid-return-type] Return type does not match returned value: expected `int`, found `(Unknown & ~Literal[99]) | str | (int & ~Literal[99]) | float`
homeassistant/components/zwave_me/number.py:48:16: error[invalid-return-type] Return type does not match returned value: expected `int | float`, found `(Unknown & ~Literal[99]) | str | (int & ~Literal[99]) | float`
homeassistant/config.py:959:9: error[unknown-argument] Argument `translation_domain` does not match any known parameter of function `__new__`
homeassistant/config.py:960:9: error[unknown-argument] Argument `translation_placeholders` does not match any known parameter of function `__new__`
homeassistant/config_entries.py:199:42: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 2
homeassistant/config_entries.py:207:17: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/config_entries.py:1273:17: error[invalid-argument-type] Argument to bound method `async_init` is incorrect: Expected `ConfigFlowContext | None`, found `ConfigFlowContext | dict[str, object]`
homeassistant/config_entries.py:1833:9: error[invalid-method-override] Invalid override of method `__setitem__`: Definition is incompatible with `UserDict.__setitem__`
homeassistant/config_entries.py:1904:9: error[invalid-method-override] Invalid override of method `__delitem__`: Definition is incompatible with `UserDict.__delitem__`
homeassistant/config_entries.py:3930:33: error[invalid-argument-type] Method `__getitem__` of type `(Overload[(key: Literal["action"], /) -> Literal["create", "remove"], (key: Literal["entity_id"], /) -> str]) | (Overload[(key: Literal["action"], /) -> Literal["update"], (key: Literal["entity_id"], /) -> str, (key: Literal["changes"], /) -> dict[str, Any], (key: Literal["old_entity_id"], /) -> str])` cannot be called with key of type `Literal["changes"]` on object of type `EventEntityRegistryUpdatedData`
homeassistant/config_entries.py:3931:12: error[invalid-argument-type] Method `__getitem__` of type `(Overload[(key: Literal["action"], /) -> Literal["create", "remove"], (key: Literal["entity_id"], /) -> str]) | (Overload[(key: Literal["action"], /) -> Literal["update"], (key: Literal["entity_id"], /) -> str, (key: Literal["changes"], /) -> dict[str, Any], (key: Literal["old_entity_id"], /) -> str])` cannot be called with key of type `Literal["changes"]` on object of type `EventEntityRegistryUpdatedData`
homeassistant/const.py:979:43: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/core.py:1277:32: error[invalid-type-form] Variable of type `under_cached_property[Unknown]` is not allowed in a type expression
homeassistant/core.py:1378:32: error[invalid-type-form] Variable of type `under_cached_property[Unknown]` is not allowed in a type expression
homeassistant/core.py:1504:13: error[invalid-argument-type] Argument to bound method `async_fire_internal` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[_DataT@async_fire] | str`
homeassistant/core.py:1527:48: error[invalid-argument-type] Argument to function `_event_repr` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[_DataT@async_fire_internal] | str`
homeassistant/core.py:1621:50: error[invalid-argument-type] Argument to bound method `_async_listen_filterable_job` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[_DataT@async_listen] | str`
homeassistant/core.py:1621:62: error[invalid-argument-type] Argument to bound method `_async_listen_filterable_job` is incorrect: Expected `tuple[HassJob[(Event[Mapping[str, Any]], /), Coroutine[Any, Any, None] | None], ((Mapping[str, Any], /) -> bool) | None]`, found `tuple[HassJob[(Event[_DataT@async_listen], /), Unknown], ((_DataT@async_listen, /) -> bool) | None]`
homeassistant/core.py:1684:33: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(Event[_DataT@async_listen_once], /) -> Coroutine[Any, Any, None] | None`
homeassistant/core.py:1687:13: error[invalid-argument-type] Argument to bound method `_async_listen_filterable_job` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[_DataT@async_listen_once] | str`
homeassistant/core.py:1925:32: error[invalid-type-form] Variable of type `under_cached_property[Unknown]` is not allowed in a type expression
homeassistant/core.py:2048:9: error[invalid-method-override] Invalid override of method `__setitem__`: Definition is incompatible with `UserDict.__setitem__`
homeassistant/core.py:2356:17: error[invalid-argument-type] Argument to bound method `async_fire_internal` is incorrect: Expected `EventType[EventStateReportedData | dict[Unknown | str, Unknown | str | datetime | State | None]] | str`, found `EventType[EventStateReportedData]`
homeassistant/data_entry_flow.py:365:27: warning[redundant-cast] Value is already of type `Schema`
homeassistant/data_entry_flow.py:1037:23: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, ResultT@progress_step]` has no attribute `__name__`
homeassistant/data_entry_flow.py:1063:21: error[invalid-argument-type] Argument to bound method `async_show_progress` is incorrect: Expected `Mapping[str, str] | None`, found `None | @Todo | (dict[str, str] & ~(() -> object)) | (((Any, /) -> dict[str, str]) & ~(() -> object))`
homeassistant/helpers/area_registry.py:90:32: error[invalid-type-form] Variable of type `cached_property[Unknown]` is not allowed in a type expression
homeassistant/helpers/area_registry.py:481:16: error[invalid-return-type] Return type does not match returned value: expected `AreasRegistryStoreData`, found `dict[Unknown | str, Unknown | list[dict[Unknown | str, Unknown | list[str] | str | None] | Unknown]]`
homeassistant/helpers/area_registry.py:482:22: error[invalid-argument-type] Invalid argument to key "areas" with declared type `list[_AreaStoreData]` on TypedDict `AreasRegistryStoreData`: value of type `list[dict[Unknown | str, Unknown | list[str] | str | None] | Unknown]`
homeassistant/helpers/area_registry.py:521:35: error[invalid-key] Unknown key "floor_id" for TypedDict `_EventFloorRegistryUpdatedData_Reorder`: Unknown key "floor_id"
homeassistant/helpers/category_registry.py:230:16: error[invalid-return-type] Return type does not match returned value: expected `CategoryRegistryStoreData`, found `dict[Unknown | str, Unknown | dict[str | Unknown, list[dict[Unknown | str, Unknown | str | None] | Unknown] | Unknown]]`
homeassistant/helpers/category_registry.py:231:27: error[invalid-argument-type] Invalid argument to key "categories" with declared type `dict[str, list[_CategoryStoreData]]` on TypedDict `CategoryRegistryStoreData`: value of type `dict[str | Unknown, list[dict[Unknown | str, Unknown | str | None] | Unknown] | Unknown]`
homeassistant/helpers/condition.py:413:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[str, ConditionProtocol | None]`, found `tuple[str, ModuleType]`
homeassistant/helpers/condition.py:480:49: error[call-non-callable] Object of type `None` is not callable
homeassistant/helpers/condition.py:481:39: error[call-non-callable] Object of type `None` is not callable
homeassistant/helpers/config_validation.py:21:5: error[unresolved-import] Module `socket` has no member `_GLOBAL_DEFAULT_TIMEOUT`
homeassistant/helpers/deprecation.py:44:25: error[unresolved-attribute] Object of type `(_ObjectT@deprecated_substitute, /) -> Any` has no attribute `__name__`
homeassistant/helpers/deprecation.py:158:24: error[unresolved-attribute] Object of type `(**_P@deprecated_hass_argument) -> _T@deprecated_hass_argument` has no attribute `__name__`
homeassistant/helpers/deprecation.py:160:34: error[unresolved-attribute] Object of type `(**_P@deprecated_hass_argument) -> _T@deprecated_hass_argument` has no attribute `__name__`
homeassistant/helpers/device_registry.py:1308:20: error[invalid-assignment] Object of type `dict[Unknown | str, Unknown | str]` is not assignable to `EventDeviceRegistryUpdatedData`
homeassistant/helpers/device_registry.py:1310:20: error[invalid-assignment] Object of type `dict[Unknown | str, Unknown | str | dict[str, Any]]` is not assignable to `EventDeviceRegistryUpdatedData`
homeassistant/helpers/device_registry.py:1867:36: error[invalid-argument-type] Method `__getitem__` of type `(Overload[(key: Literal["action"], /) -> Literal["create", "remove"], (key: Literal["entity_id"], /) -> str]) | (Overload[(key: Literal["action"], /) -> Literal["update"], (key: Literal["entity_id"], /) -> str, (key: Literal["changes"], /) -> dict[str, Any], (key: Literal["old_entity_id"], /) -> str])` cannot be called with key of type `Literal["changes"]` on object of type `EventEntityRegistryUpdatedData`
homeassistant/helpers/discovery.py:22:46: error[invalid-type-arguments] Too many type arguments to class `SignalTypeFormat`: expected 0, got 1
homeassistant/helpers/discovery_flow.py:59:19: error[invalid-assignment] Object of type `dict[str, object]` is not assignable to `ConfigFlowContext`
homeassistant/helpers/dispatcher.py:30:16: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/helpers/dispatcher.py:41:45: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/helpers/dispatcher.py:55:24: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/helpers/dispatcher.py:72:38: error[invalid-type-arguments] Too many type arguments: expected 0, got 1
homeassistant/helpers/dispatcher.py:73:24: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/helpers/dispatcher.py:94:45: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/helpers/dispatcher.py:110:24: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/helpers/dispatcher.py:119:38: error[invalid-type-arguments] Too many type arguments: expected 0, got 1
homeassistant/helpers/dispatcher.py:131:45: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/helpers/dispatcher.py:142:45: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/helpers/dispatcher.py:149:24: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/helpers/dispatcher.py:163:24: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/helpers/dispatcher.py:186:45: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/helpers/dispatcher.py:199:45: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/helpers/dispatcher.py:221:45: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/helpers/dispatcher.py:234:38: error[invalid-type-arguments] Too many type arguments: expected 0, got 1
homeassistant/helpers/entity.py:1312:23: error[call-non-callable] Object of type `object` is not callable
homeassistant/helpers/entity.py:1314:51: error[invalid-argument-type] Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`
homeassistant/helpers/entity.py:1527:32: error[invalid-key] Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
homeassistant/helpers/entity.py:1578:31: error[invalid-key] Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Create`: Unknown key "changes"
homeassistant/helpers/entity.py:1578:31: error[invalid-key] Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Remove`: Unknown key "changes"
homeassistant/helpers/entity.py:1578:73: error[invalid-key] Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Create`: Unknown key "changes"
homeassistant/helpers/entity.py:1578:73: error[invalid-key] Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Remove`: Unknown key "changes"
homeassistant/helpers/entity_component.py:378:13: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `EntityPlatformModule | None`, found `ModuleType | None`
homeassistant/helpers/entity_registry.py:218:5: error[call-non-callable] Object of type `_MISSING_TYPE` is not callable
homeassistant/helpers/entity_registry.py:443:5: error[call-non-callable] Object of type `_MISSING_TYPE` is not callable
homeassistant/helpers/entity_registry.py:1061:13: error[invalid-argument-type] Argument is incorrect: Expected `str`, found `None | str`
homeassistant/helpers/entity_registry.py:1064:13: error[invalid-argument-type] Argument is incorrect: Expected `ReadOnlyEntityOptionsType`, found `ReadOnlyDict[str, ReadOnlyDict[str, Any]] | @Todo | None`
homeassistant/helpers/entity_registry.py:1150:46: error[invalid-key] Unknown key "device" for TypedDict `_EventDeviceRegistryUpdatedData_Create` - did you mean "device_id"?
homeassistant/helpers/entity_registry.py:1150:46: error[invalid-key] Unknown key "device" for TypedDict `_EventDeviceRegistryUpdatedData_Update` - did you mean "device_id"?
homeassistant/helpers/entity_registry.py:1180:45: error[invalid-key] Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Create`: Unknown key "changes"
homeassistant/helpers/entity_registry.py:1180:45: error[invalid-key] Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Remove`: Unknown key "changes"
homeassistant/helpers/entity_registry.py:1194:56: error[invalid-key] Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Create`: Unknown key "changes"
homeassistant/helpers/entity_registry.py:1194:56: error[invalid-key] Unknown key "changes" for TypedDict `_EventDeviceRegistryUpdatedData_Remove`: Unknown key "changes"
homeassistant/helpers/entity_registry.py:1917:40: error[invalid-key] Unknown key "old_entity_id" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "old_entity_id"
homeassistant/helpers/event.py:474:13: error[invalid-argument-type] Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[_TypedDictT@_async_track_event] | str`
homeassistant/helpers/floor_registry.py:333:16: error[invalid-return-type] Return type does not match returned value: expected `FloorRegistryStoreData`, found `dict[Unknown | str, Unknown | list[dict[Unknown | str, Unknown | list[str] | str | None | int] | Unknown]]`
homeassistant/helpers/floor_registry.py:334:23: error[invalid-argument-type] Invalid argument to key "floors" with declared type `list[_FloorStoreData]` on TypedDict `FloorRegistryStoreData`: value of type `list[dict[Unknown | str, Unknown | list[str] | str | None | int] | Unknown]`
homeassistant/helpers/helper_integration.py:73:32: error[invalid-key] Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
homeassistant/helpers/helper_integration.py:81:60: error[invalid-key] Unknown key "changes" for TypedDict `_EventEntityRegistryUpdatedData_CreateRemove`: Unknown key "changes"
homeassistant/helpers/label_registry.py:250:16: error[invalid-return-type] Return type does not match returned value: expected `LabelRegistryStoreData`, found `dict[Unknown | str, Unknown | list[dict[Unknown | str, Unknown | str | None] | Unknown]]`
homeassistant/helpers/label_registry.py:251:23: error[invalid-argument-type] Invalid argument to key "labels" with declared type `list[_LabelStoreData]` on TypedDict `LabelRegistryStoreData`: value of type `list[dict[Unknown | str, Unknown | str | None] | Unknown]`
homeassistant/helpers/registry.py:38:9: error[invalid-method-override] Invalid override of method `__setitem__`: Definition is incompatible with `UserDict.__setitem__`
homeassistant/helpers/restore_state.py:94:75: error[invalid-argument-type] Argument to bound method `__init__` is incorrect: Expected `datetime`, found `(Unknown & ~str) | datetime | None`
homeassistant/helpers/schema_config_entry_flow.py:258:40: error[invalid-assignment] Object of type `(((dict[str, Any], /) -> Coroutine[Any, Any, str | None]) & ~(() -> object)) | (str & ~(() -> object)) | None` is not assignable to `str | None`
homeassistant/helpers/script.py:153:36: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 3
homeassistant/helpers/script.py:154:46: error[invalid-type-arguments] Too many type arguments to class `SignalTypeFormat`: expected 0, got 1
homeassistant/helpers/script_variables.py:196:9: error[invalid-method-override] Invalid override of method `__setitem__`: Definition is incompatible with `UserDict.__setitem__`
homeassistant/helpers/singleton.py:68:32: error[invalid-await] `_Coro[_T@singleton] | _U@singleton` is not awaitable
homeassistant/helpers/singleton.py:83:12: error[invalid-return-type] Return type does not match returned value: expected `(_FuncType[_S@singleton], /) -> _FuncType[_S@singleton]`, found `Overload[(func: _FuncType[_Coro[_T@singleton]]) -> _FuncType[_Coro[_T@singleton]], (func: _FuncType[_U@singleton]) -> _FuncType[_U@singleton]]`
homeassistant/helpers/singleton.py:121:5: error[type-assertion-failure] Type `str` does not match asserted type `Unknown`
homeassistant/helpers/singleton.py:122:5: error[type-assertion-failure] Type `str` does not match asserted type `Unknown`
homeassistant/helpers/storage.py:409:12: error[unsupported-operator] Operator `not in` is not supported between objects of type `Literal["minor_version"]` and `dict[str, Any] | Unknown | dict[str, JsonValueType] | ... omitted 5 union elements`
homeassistant/helpers/storage.py:410:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `str`
homeassistant/helpers/storage.py:410:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `int`
homeassistant/helpers/storage.py:410:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `float`
homeassistant/helpers/storage.py:410:13: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
homeassistant/helpers/storage.py:410:13: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["minor_version"]` and value of type `Literal[1]` on object of type `list[JsonValueType]`
homeassistant/helpers/storage.py:413:13: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
homeassistant/helpers/storage.py:413:13: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["version"]` on object of type `str`
homeassistant/helpers/storage.py:413:13: error[non-subscriptable] Cannot subscript object of type `int` with no `__getitem__` method
homeassistant/helpers/storage.py:413:13: error[non-subscriptable] Cannot subscript object of type `float` with no `__getitem__` method
homeassistant/helpers/storage.py:413:13: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/helpers/storage.py:414:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[JsonValueType]`
homeassistant/helpers/storage.py:414:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["minor_version"]` on object of type `str`
homeassistant/helpers/storage.py:414:17: error[non-subscriptable] Cannot subscript object of type `int` with no `__getitem__` method
homeassistant/helpers/storage.py:414:17: error[non-subscriptable] Cannot subscript object of type `float` with no `__getitem__` method
homeassistant/helpers/storage.py:414:17: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/helpers/storage.py:416:22: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["data"]` on object of type `str`
homeassistant/helpers/storage.py:416:22: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["data"]` on object of type `list[JsonValueType]`
homeassistant/helpers/storage.py:416:22: error[non-subscriptable] Cannot subscript object of type `int` with no `__getitem__` method
homeassistant/helpers/storage.py:416:22: error[non-subscriptable] Cannot subscript object of type `float` with no `__getitem__` method
homeassistant/helpers/storage.py:416:22: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/helpers/storage.py:421:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
homeassistant/helpers/storage.py:421:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["version"]` on object of type `str`
homeassistant/helpers/storage.py:421:17: error[non-subscriptable] Cannot subscript object of type `int` with no `__getitem__` method
homeassistant/helpers/storage.py:421:17: error[non-subscriptable] Cannot subscript object of type `float` with no `__getitem__` method
homeassistant/helpers/storage.py:421:17: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/helpers/storage.py:422:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[JsonValueType]`
homeassistant/helpers/storage.py:422:17: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["minor_version"]` on object of type `str`
homeassistant/helpers/storage.py:422:17: error[non-subscriptable] Cannot subscript object of type `int` with no `__getitem__` method
homeassistant/helpers/storage.py:422:17: error[non-subscriptable] Cannot subscript object of type `float` with no `__getitem__` method
homeassistant/helpers/storage.py:422:17: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/helpers/storage.py:427:32: error[missing-argument] No argument provided for required parameter `old_data` of bound method `_async_migrate_func`
homeassistant/helpers/storage.py:427:57: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
homeassistant/helpers/storage.py:427:57: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["version"]` on object of type `str`
homeassistant/helpers/storage.py:427:57: error[non-subscriptable] Cannot subscript object of type `int` with no `__getitem__` method
homeassistant/helpers/storage.py:427:57: error[non-subscriptable] Cannot subscript object of type `float` with no `__getitem__` method
homeassistant/helpers/storage.py:427:57: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/helpers/storage.py:427:74: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["data"]` on object of type `list[JsonValueType]`
homeassistant/helpers/storage.py:427:74: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["data"]` on object of type `str`
homeassistant/helpers/storage.py:427:74: error[non-subscriptable] Cannot subscript object of type `float` with no `__getitem__` method
homeassistant/helpers/storage.py:427:74: error[non-subscriptable] Cannot subscript object of type `int` with no `__getitem__` method
homeassistant/helpers/storage.py:427:74: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/helpers/storage.py:431:25: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
homeassistant/helpers/storage.py:431:25: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["version"]` on object of type `str`
homeassistant/helpers/storage.py:431:25: error[non-subscriptable] Cannot subscript object of type `int` with no `__getitem__` method
homeassistant/helpers/storage.py:431:25: error[non-subscriptable] Cannot subscript object of type `float` with no `__getitem__` method
homeassistant/helpers/storage.py:431:25: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/helpers/storage.py:431:42: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[JsonValueType]`
homeassistant/helpers/storage.py:431:42: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["minor_version"]` on object of type `str`
homeassistant/helpers/storage.py:431:42: error[non-subscriptable] Cannot subscript object of type `int` with no `__getitem__` method
homeassistant/helpers/storage.py:431:42: error[non-subscriptable] Cannot subscript object of type `float` with no `__getitem__` method
homeassistant/helpers/storage.py:431:42: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/helpers/storage.py:431:65: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["data"]` on object of type `list[JsonValueType]`
homeassistant/helpers/storage.py:431:65: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["data"]` on object of type `str`
homeassistant/helpers/storage.py:431:65: error[non-subscriptable] Cannot subscript object of type `int` with no `__getitem__` method
homeassistant/helpers/storage.py:431:65: error[non-subscriptable] Cannot subscript object of type `float` with no `__getitem__` method
homeassistant/helpers/storage.py:431:65: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/helpers/storage.py:434:24: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
homeassistant/helpers/storage.py:434:24: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["version"]` on object of type `str`
homeassistant/helpers/storage.py:434:24: error[non-subscriptable] Cannot subscript object of type `int` with no `__getitem__` method
homeassistant/helpers/storage.py:434:24: error[non-subscriptable] Cannot subscript object of type `float` with no `__getitem__` method
homeassistant/helpers/storage.py:434:24: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/helpers/storage.py:436:30: error[invalid-argument-type] Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["data"]` on object of type `list[JsonValueType]`
homeassistant/helpers/storage.py:436:30: error[invalid-argument-type] Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["data"]` on object of type `str`
homeassistant/helpers/storage.py:436:30: error[non-subscriptable] Cannot subscript object of type `int` with no `__getitem__` method
homeassistant/helpers/storage.py:436:30: error[non-subscriptable] Cannot subscript object of type `float` with no `__getitem__` method
homeassistant/helpers/storage.py:436:30: error[non-subscriptable] Cannot subscript object of type `None` with no `__getitem__` method
homeassistant/helpers/storage.py:437:35: error[invalid-argument-type] Argument to bound method `async_save` is incorrect: Argument type `Unknown | dict[str, Any] | list[Any] | ... omitted 4 union elements` does not satisfy upper bound `Mapping[str, Any] | Sequence[Any]` of type variable `_T`
homeassistant/helpers/storage.py:437:35: error[invalid-argument-type] Argument to bound method `async_save` is incorrect: Expected `_T@Store`, found `Unknown | dict[str, Any] | list[Any] | ... omitted 4 union elements`
homeassistant/helpers/template/__init__.py:599:13: warning[possibly-missing-attribute] Attribute `loop` may be missing on object of type `Unknown | HomeAssistant | None`
homeassistant/helpers/template/__init__.py:1560:14: warning[possibly-missing-attribute] Submodule `filters` may not be available as an attribute on module `jinja2`
homeassistant/helpers/template/__init__.py:1568:14: warning[possibly-missing-attribute] Submodule `filters` may not be available as an attribute on module `jinja2`
homeassistant/helpers/template/__init__.py:1861:19: warning[possibly-missing-attribute] Submodule `nodes` may not be available as an attribute on module `jinja2`
homeassistant/helpers/template/__init__.py:2061:23: warning[possibly-missing-attribute] Submodule `nodes` may not be available as an attribute on module `jinja2`
homeassistant/helpers/template/__init__.py:2071:23: warning[possibly-missing-attribute] Submodule `nodes` may not be available as an attribute on module `jinja2`
homeassistant/helpers/template/__init__.py:2080:23: warning[possibly-missing-attribute] Submodule `nodes` may not be available as an attribute on module `jinja2`
homeassistant/helpers/trigger.py:749:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[str, TriggerProtocol]`, found `tuple[Unknown | str, ModuleType]`
homeassistant/helpers/update_coordinator.py:218:20: error[not-iterable] Object of type `GeneratorType[~None, None, None]` is not iterable
homeassistant/loader.py:298:16: error[unresolved-import] Cannot resolve imported module `custom_components`
homeassistant/loader.py:985:20: error[invalid-return-type] Return type does not match returned value: expected `ComponentProtocol`, found `Unknown | ModuleType | ComponentProtocol`
homeassistant/loader.py:1063:20: error[invalid-return-type] Return type does not match returned value: expected `ComponentProtocol`, found `Unknown | ModuleType | ComponentProtocol`
homeassistant/loader.py:1090:16: error[invalid-return-type] Return type does not match returned value: expected `ComponentProtocol`, found `Unknown | ModuleType | ComponentProtocol`
homeassistant/loader.py:1493:9: error[invalid-argument-type] Argument to function `_resolve_integrations_dependencies` is incorrect: Expected `_ResolveDependenciesCacheProtocol`, found `dict[Unknown, Unknown]`
homeassistant/loader.py:1679:16: error[unresolved-import] Cannot resolve imported module `custom_components`
homeassistant/runner.py:176:27: error[unresolved-attribute] Module `asyncio` has no member `DefaultEventLoopPolicy`
homeassistant/runner.py:284:13: warning[deprecated] The function `set_event_loop_policy` is deprecated: Deprecated since Python 3.14; will be removed in Python 3.16.
homeassistant/scripts/__init__.py:64:13: warning[deprecated] The function `set_event_loop_policy` is deprecated: Deprecated since Python 3.14; will be removed in Python 3.16.
homeassistant/scripts/auth.py:51:13: warning[deprecated] The function `set_event_loop_policy` is deprecated: Deprecated since Python 3.14; will be removed in Python 3.16.
homeassistant/scripts/benchmark/__init__.py:39:32: error[unresolved-attribute] Object of type `_AbstractEventLoopPolicy` has no attribute `loop_name`
homeassistant/scripts/benchmark/__init__.py:39:40: warning[deprecated] The function `get_event_loop_policy` is deprecated: Deprecated since Python 3.14; will be removed in Python 3.16.
homeassistant/setup.py:650:13: error[invalid-argument-type] Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _async_is_component_filter(event_data: EventComponentLoaded) -> bool`
homeassistant/util/__init__.py:167:28: error[unresolved-attribute] Object of type `((...) -> Unknown) & ~<Protocol with members '__self__'>` has no attribute `__qualname__`
homeassistant/util/__init__.py:184:17: error[invalid-assignment] Object of type `dict[Unknown, Unknown]` is not assignable to attribute `_throttle` on type `~<Protocol with members '_throttle'>`
homeassistant/util/__init__.py:186:32: error[unresolved-attribute] Object of type `object` has no attribute `_throttle`
homeassistant/util/__init__.py:187:17: error[unresolved-attribute] Object of type `object` has no attribute `_throttle`
homeassistant/util/__init__.py:188:24: error[unresolved-attribute] Object of type `object` has no attribute `_throttle`
homeassistant/util/__init__.py:191:24: error[invalid-return-type] Return type does not match returned value: expected `((...) -> Unknown) | Coroutine[Unknown, Unknown, Unknown]`, found `CoroutineType[Any, Any, None] | None`
homeassistant/util/__init__.py:202:24: error[invalid-return-type] Return type does not match returned value: expected `((...) -> Unknown) | Coroutine[Unknown, Unknown, Unknown]`, found `CoroutineType[Any, Any, None] | None`
homeassistant/util/hass_dict.pyi:37:9: error[invalid-method-override] Invalid override of method `__getitem__`: Definition is incompatible with `dict.__getitem__`
homeassistant/util/hass_dict.pyi:47:9: error[invalid-method-override] Invalid override of method `__setitem__`: Definition is incompatible with `dict.__setitem__`
homeassistant/util/hass_dict.pyi:59:9: error[invalid-method-override] Invalid override of method `setdefault`: Definition is incompatible with `MutableMapping.setdefault`
homeassistant/util/hass_dict.pyi:75:9: error[invalid-method-override] Invalid override of method `get`: Definition is incompatible with `dict.get`
homeassistant/util/hass_dict.pyi:97:9: error[invalid-method-override] Invalid override of method `pop`: Definition is incompatible with `dict.pop`
homeassistant/util/hass_dict.pyi:134:5: error[type-assertion-failure] Type `dict[str, int] | bool` does not match asserted type `dict[str, int] | Literal[True]`
homeassistant/util/hass_dict.pyi:138:5: error[type-assertion-failure] Type `dict[int, bool]` does not match asserted type `dict[int, bool] | dict[Unknown, Unknown]`
homeassistant/util/hass_dict.pyi:140:5: error[type-assertion-failure] Type `set[str]` does not match asserted type `set[str] | set[Unknown]`
homeassistant/util/hass_dict.pyi:146:5: error[type-assertion-failure] Type `dict[str, int]` does not match asserted type `dict[str, int | Unknown]`
homeassistant/util/hass_dict.pyi:147:5: error[type-assertion-failure] Type `int` does not match asserted type `int | Unknown`
homeassistant/util/hass_dict.pyi:149:5: error[type-assertion-failure] Type `dict[int, bool]` does not match asserted type `dict[int, bool] | dict[Unknown, Unknown]`
homeassistant/util/hass_dict.pyi:150:5: error[type-assertion-failure] Type `bool` does not match asserted type `bool | Unknown`
homeassistant/util/hass_dict.pyi:151:5: error[type-assertion-failure] Type `set[str]` does not match asserted type `set[str] | set[Unknown]`
homeassistant/util/hass_dict.pyi:170:5: error[type-assertion-failure] Type `dict[str, int]` does not match asserted type `Unknown`
homeassistant/util/hass_dict.pyi:171:5: error[type-assertion-failure] Type `dict[str, int] | int` does not match asserted type `dict[str, int] | Literal[2]`
homeassistant/util/hass_dict.pyi:174:5: error[type-assertion-failure] Type `int | str` does not match asserted type `int | Literal["Hello World"]`
homeassistant/util/hass_dict.pyi:176:5: error[type-assertion-failure] Type `dict[int, bool]` does not match asserted type `dict[int, bool] | dict[Unknown, Unknown]`
homeassistant/util/hass_dict.pyi:177:5: error[type-assertion-failure] Type `dict[int, bool] | int` does not match asserted type `dict[int, bool] | Literal[2]`
homeassistant/util/hass_dict.pyi:179:5: error[type-assertion-failure] Type `set[str]` does not match asserted type `set[str] | set[Unknown]`
homeassistant/util/hass_dict.pyi:181:5: error[type-assertion-failure] Type `Any | bool` does not match asserted type `Any | Literal[True]`
homeassistant/util/loop.py:69:21: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__name__`
homeassistant/util/loop.py:74:39: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__name__`
homeassistant/util/loop.py:85:21: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__name__`
homeassistant/util/loop.py:90:39: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__name__`
homeassistant/util/loop.py:97:44: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__name__`
homeassistant/util/loop.py:104:38: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__name__`
homeassistant/util/loop.py:123:13: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__name__`
homeassistant/util/loop.py:134:31: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__name__`
homeassistant/util/loop.py:143:13: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__name__`
homeassistant/util/loop.py:154:31: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__name__`
homeassistant/util/loop.py:160:40: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__name__`
homeassistant/util/loop.py:167:34: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__name__`
homeassistant/util/signal_type.py:12:40: error[invalid-type-arguments] Too many type arguments to class `_SignalTypeBase`: expected 0, got 1
homeassistant/util/signal_type.py:18:46: error[invalid-type-arguments] Too many type arguments to class `_SignalTypeBase`: expected 0, got 1
homeassistant/util/signal_type.pyi:21:40: error[invalid-type-arguments] Too many type arguments to class `_SignalTypeBase`: expected 0, got 1
homeassistant/util/signal_type.pyi:24:46: error[invalid-type-arguments] Too many type arguments to class `_SignalTypeBase`: expected 0, got 1
homeassistant/util/signal_type.pyi:27:63: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/util/signal_type.pyi:52:26: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/util/signal_type.pyi:53:38: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/util/signal_type.pyi:61:37: error[invalid-type-arguments] Too many type arguments to class `SignalTypeFormat`: expected 0, got 1
homeassistant/util/signal_type.pyi:63:49: error[invalid-type-arguments] Too many type arguments to class `SignalTypeFormat`: expected 0, got 1
homeassistant/util/signal_type.pyi:64:38: error[invalid-type-arguments] Too many type arguments to class `SignalType`: expected 0, got 1
homeassistant/util/variance.py:41:43: error[unsupported-operator] Operator `-` is unsupported between objects of type `_R@ignore_variance` and `_R@ignore_variance`
Found 4553 diagnostics
