diff --git a/scripts/ty_benchmark/package-lock.json b/scripts/ty_benchmark/package-lock.json index 419cc26994..833dd7cc4a 100644 --- a/scripts/ty_benchmark/package-lock.json +++ b/scripts/ty_benchmark/package-lock.json @@ -26,9 +26,9 @@ } }, "node_modules/pyright": { - "version": "1.1.407", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.407.tgz", - "integrity": "sha512-zU+peTFEVUdokNQyUBhGQYt+NWI/3aiNlvBbDBSsn5Ti334XElFUs+GDjQzCbchYfkT+DvMAT3OkMcV4CuEfDg==", + "version": "1.1.408", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.408.tgz", + "integrity": "sha512-N61pxaLLCsPcUuPPHMNIrGoZgGBgrbjBX5UqkaT5UV8NVZdL7ExsO6N3ectv1DzAUsLOzdlyqoYtX76u8eF4YA==", "license": "MIT", "bin": { "pyright": "index.js", diff --git a/scripts/ty_benchmark/snapshots/homeassistant_Pyright.txt b/scripts/ty_benchmark/snapshots/homeassistant_Pyright.txt index 444ce77f6f..87c78e1a42 100644 --- a/scripts/ty_benchmark/snapshots/homeassistant_Pyright.txt +++ b/scripts/ty_benchmark/snapshots/homeassistant_Pyright.txt @@ -703,6 +703,16 @@   "property" is not assignable to "cached_property[HVACAction | None]" (reportIncompatibleVariableOverride) /homeassistant/components/airobot/climate.py:113:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) +/homeassistant/components/airobot/sensor.py + /homeassistant/components/airobot/sensor.py:116:7 - error: Base classes for class "AirobotSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/airobot/sensor.py:128:14 - error: "entity_description" overrides symbol of same name in class "Entity" +   Variable is mutable so its type is invariant +     Override type "AirobotSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) + /homeassistant/components/airobot/sensor.py:128:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity" +   Variable is mutable so its type is invariant +     Override type "AirobotSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) + /homeassistant/components/airobot/sensor.py:132:9 - error: "native_value" overrides symbol of same name in class "SensorEntity" +   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) /homeassistant/components/airos/binary_sensor.py /homeassistant/components/airos/binary_sensor.py:18:26 - error: "AirOS8Data" is not exported from module "airos.airos8"   Import from "airos.data" instead (reportPrivateImportUsage) @@ -730,6 +740,21 @@     Override type "AirOSSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) /homeassistant/components/airos/sensor.py:192:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) +/homeassistant/components/airpatrol/climate.py + /homeassistant/components/airpatrol/climate.py:102:9 - error: "available" overrides symbol of same name in class "Entity" +   "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride) + /homeassistant/components/airpatrol/climate.py:107:9 - error: "current_humidity" overrides symbol of same name in class "ClimateEntity" +   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) + /homeassistant/components/airpatrol/climate.py:114:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity" +   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) + /homeassistant/components/airpatrol/climate.py:121:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity" +   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) + /homeassistant/components/airpatrol/climate.py:128:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity" +   "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride) + /homeassistant/components/airpatrol/climate.py:138:9 - error: "fan_mode" overrides symbol of same name in class "ClimateEntity" +   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) + /homeassistant/components/airpatrol/climate.py:146:9 - error: "swing_mode" overrides symbol of same name in class "ClimateEntity" +   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) /homeassistant/components/airq/config_flow.py /homeassistant/components/airq/config_flow.py:87:50 - error: Argument of type "str | None" cannot be assigned to parameter "title" of type "str" in function "async_create_entry"   Type "str | None" is not assignable to type "str" @@ -2092,31 +2117,11 @@ /homeassistant/components/aussie_broadband/sensor.py:167:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) /homeassistant/components/autarco/sensor.py - /homeassistant/components/autarco/sensor.py:207:7 - error: Base classes for class "AutarcoBatterySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/autarco/sensor.py:224:14 - error: "entity_description" overrides symbol of same name in class "Entity" -   Variable is mutable so its type is invariant -     Override type "AutarcoBatterySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/autarco/sensor.py:224:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity" -   Variable is mutable so its type is invariant -     Override type "AutarcoBatterySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/autarco/sensor.py:236:9 - error: "native_value" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/autarco/sensor.py:207:7 - error: Base classes for class "AutarcoSensorBase" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/autarco/sensor.py:246:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) - /homeassistant/components/autarco/sensor.py:242:7 - error: Base classes for class "AutarcoSolarSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/autarco/sensor.py:259:14 - error: "entity_description" overrides symbol of same name in class "Entity" -   Variable is mutable so its type is invariant -     Override type "AutarcoSolarSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/autarco/sensor.py:259:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity" -   Variable is mutable so its type is invariant -     Override type "AutarcoSolarSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/autarco/sensor.py:271:9 - error: "native_value" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/autarco/sensor.py:276:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) - /homeassistant/components/autarco/sensor.py:276:7 - error: Base classes for class "AutarcoInverterSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/autarco/sensor.py:294:14 - error: "entity_description" overrides symbol of same name in class "Entity" -   Variable is mutable so its type is invariant -     Override type "AutarcoInverterSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/autarco/sensor.py:294:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity" -   Variable is mutable so its type is invariant -     Override type "AutarcoInverterSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) /homeassistant/components/autarco/sensor.py:306:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) /homeassistant/components/auth/__init__.py @@ -2147,21 +2152,21 @@ /homeassistant/components/auth/mfa_setup_flow.py:160:19 - error: Could not access item in TypedDict   "data_schema" is not a required key in "FlowResult[FlowContext, str]", so access may result in runtime exception (reportTypedDictNotRequiredAccess) /homeassistant/components/automation/__init__.py - /homeassistant/components/automation/__init__.py:170:71 - error: Function with declared return type "bool" must return value on all code paths + /homeassistant/components/automation/__init__.py:171:71 - error: Function with declared return type "bool" must return value on all code paths   "None" is not assignable to "bool" (reportReturnType) - /homeassistant/components/automation/__init__.py:395:9 - error: "capability_attributes" overrides symbol of same name in class "Entity" + /homeassistant/components/automation/__init__.py:396:9 - error: "capability_attributes" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/automation/__init__.py:529:7 - error: Base classes for class "AutomationEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/automation/__init__.py:529:7 - error: Base classes for class "AutomationEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/automation/__init__.py:529:7 - error: Base classes for class "AutomationEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/automation/__init__.py:529:7 - error: Base classes for class "AutomationEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/automation/__init__.py:566:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity" + /homeassistant/components/automation/__init__.py:530:7 - error: Base classes for class "AutomationEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/automation/__init__.py:530:7 - error: Base classes for class "AutomationEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/automation/__init__.py:530:7 - error: Base classes for class "AutomationEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/automation/__init__.py:530:7 - error: Base classes for class "AutomationEntity" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/automation/__init__.py:567:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/automation/__init__.py:578:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity" + /homeassistant/components/automation/__init__.py:579:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"   "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/automation/__init__.py:583:9 - error: "referenced_labels" overrides symbol of same name in class "BaseAutomationEntity" + /homeassistant/components/automation/__init__.py:584:9 - error: "referenced_labels" overrides symbol of same name in class "BaseAutomationEntity"   "property" is not assignable to "cached_property[set[str]]" (reportIncompatibleVariableOverride) - /homeassistant/components/automation/__init__.py:588:9 - error: "referenced_floors" overrides symbol of same name in class "BaseAutomationEntity" + /homeassistant/components/automation/__init__.py:589:9 - error: "referenced_floors" overrides symbol of same name in class "BaseAutomationEntity"   "property" is not assignable to "cached_property[set[str]]" (reportIncompatibleVariableOverride) /homeassistant/components/automation/reproduce_state.py /homeassistant/components/automation/reproduce_state.py:56:17 - error: "service" is possibly unbound (reportPossiblyUnboundVariable) @@ -2449,46 +2454,46 @@ /homeassistant/components/balboa/time.py:49:9 - error: "native_value" overrides symbol of same name in class "TimeEntity"   "property" is not assignable to "cached_property[time | None]" (reportIncompatibleVariableOverride) /homeassistant/components/bang_olufsen/media_player.py - /homeassistant/components/bang_olufsen/media_player.py:307:20 - error: "sw_version" is possibly unbound (reportPossiblyUnboundVariable) - /homeassistant/components/bang_olufsen/media_player.py:597:9 - error: "supported_features" overrides symbol of same name in class "Entity" + /homeassistant/components/bang_olufsen/media_player.py:308:20 - error: "sw_version" is possibly unbound (reportPossiblyUnboundVariable) + /homeassistant/components/bang_olufsen/media_player.py:601:9 - error: "supported_features" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:597:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:601:9 - error: "supported_features" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[MediaPlayerEntityFeature]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:608:9 - error: "state" overrides symbol of same name in class "Entity" + /homeassistant/components/bang_olufsen/media_player.py:612:9 - error: "state" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:608:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:612:9 - error: "state" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[MediaPlayerState | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:613:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:617:9 - error: "volume_level" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:620:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:624:9 - error: "is_volume_muted" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:627:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:631:9 - error: "media_content_type" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[MediaType | str | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:642:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:647:9 - error: "media_duration" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:647:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:652:9 - error: "media_position" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:652:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:657:9 - error: "media_content_id" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:657:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:662:9 - error: "media_image_url" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:662:9 - error: "media_image_remotely_accessible" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:667:9 - error: "media_image_remotely_accessible" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:667:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:672:9 - error: "media_title" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:672:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:677:9 - error: "media_album_name" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:677:9 - error: "media_album_artist" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:682:9 - error: "media_album_artist" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:682:9 - error: "media_track" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:687:9 - error: "media_track" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:687:9 - error: "media_channel" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:692:9 - error: "media_channel" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:692:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity" + /homeassistant/components/bang_olufsen/media_player.py:697:9 - error: "source" overrides symbol of same name in class "MediaPlayerEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:697:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity" + /homeassistant/components/bang_olufsen/media_player.py:706:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bang_olufsen/media_player.py:952:53 - error: Argument of type "Unknown | None" cannot be assigned to parameter "s" of type "str | bytes | bytearray" in function "loads" + /homeassistant/components/bang_olufsen/media_player.py:961:53 - error: Argument of type "Unknown | None" cannot be assigned to parameter "s" of type "str | bytes | bytearray" in function "loads"   Type "Unknown | None" is not assignable to type "str | bytes | bytearray"     Type "None" is not assignable to type "str | bytes | bytearray"       "None" is not assignable to "str" @@ -2655,7 +2660,7 @@ /homeassistant/components/blockchain/sensor.py /homeassistant/components/blockchain/sensor.py:8:6 - error: Import "pyblockchain" could not be resolved (reportMissingImports) /homeassistant/components/blue_current/__init__.py - /homeassistant/components/blue_current/__init__.py:260:37 - error: "delay" is possibly unbound (reportPossiblyUnboundVariable) + /homeassistant/components/blue_current/__init__.py:192:37 - error: "delay" is possibly unbound (reportPossiblyUnboundVariable) /homeassistant/components/blue_current/button.py /homeassistant/components/blue_current/button.py:69:7 - error: Base classes for class "ChargePointButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride) /homeassistant/components/blue_current/button.py:84:14 - error: "entity_description" overrides symbol of same name in class "Entity" @@ -3444,14 +3449,14 @@       Consider switching from "dict" to "Mapping" which is covariant in the value type     "dict[str, Tuple[str, bool] | str]" is not assignable to "None" (reportArgumentType) /homeassistant/components/bsblan/climate.py - /homeassistant/components/bsblan/climate.py:53:7 - error: Base classes for class "BSBLANClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/bsblan/climate.py:85:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity" + /homeassistant/components/bsblan/climate.py:69:7 - error: Base classes for class "BSBLANClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/bsblan/climate.py:101:9 - error: "current_temperature" overrides symbol of same name in class "ClimateEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bsblan/climate.py:92:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity" + /homeassistant/components/bsblan/climate.py:108:9 - error: "target_temperature" overrides symbol of same name in class "ClimateEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bsblan/climate.py:99:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity" + /homeassistant/components/bsblan/climate.py:115:9 - error: "hvac_mode" overrides symbol of same name in class "ClimateEntity"   "property" is not assignable to "cached_property[HVACMode | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/bsblan/climate.py:106:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity" + /homeassistant/components/bsblan/climate.py:126:9 - error: "preset_mode" overrides symbol of same name in class "ClimateEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) /homeassistant/components/bsblan/sensor.py /homeassistant/components/bsblan/sensor.py:83:7 - error: Base classes for class "BSBLanSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride) @@ -3511,6 +3516,8 @@ /homeassistant/components/button/__init__.py:93:5 - error: "_attr_state" overrides symbol of same name in class "Entity"   Variable is mutable so its type is invariant     Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride) + /homeassistant/components/button/__init__.py:121:23 - error: Cannot access attribute "pop" for class "MappingProxyType[str, Any]" +   Attribute "pop" is unknown (reportAttributeAccessIssue) /homeassistant/components/caldav/calendar.py /homeassistant/components/caldav/calendar.py:61:33 - error: Argument missing for parameter "v" (reportCallIssue) /homeassistant/components/caldav/calendar.py:181:7 - error: Base classes for class "WebDavCalendarEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) @@ -3660,6 +3667,8 @@   "property" is not assignable to "cached_property[StateType]" (reportIncompatibleVariableOverride) /homeassistant/components/camera/__init__.py:650:9 - error: "state_attributes" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[dict[str, Any] | None]" (reportIncompatibleVariableOverride) + /homeassistant/components/camera/__init__.py:669:23 - error: Cannot access attribute "pop" for class "MappingProxyType[str, Any]" +   Attribute "pop" is unknown (reportAttributeAccessIssue) /homeassistant/components/camera/media_source.py /homeassistant/components/camera/media_source.py:52:5 - error: "name" overrides symbol of same name in class "MediaSource"   Variable is mutable so its type is invariant @@ -3886,10 +3895,10 @@ /homeassistant/components/coinbase/sensor.py:181:25 - error: Object of type "None" is not subscriptable (reportOptionalSubscript) /homeassistant/components/coinbase/sensor.py:209:23 - error: Object of type "None" is not subscriptable (reportOptionalSubscript) /homeassistant/components/coinbase/sensor.py:230:23 - error: Object of type "None" is not subscriptable (reportOptionalSubscript) -/homeassistant/components/color_extractor/__init__.py - /homeassistant/components/color_extractor/__init__.py:85:17 - error: "image_type" is possibly unbound (reportPossiblyUnboundVariable) - /homeassistant/components/color_extractor/__init__.py:86:17 - error: "image_reference" is possibly unbound (reportPossiblyUnboundVariable) - /homeassistant/components/color_extractor/__init__.py:91:12 - error: "color" is possibly unbound (reportPossiblyUnboundVariable) +/homeassistant/components/color_extractor/services.py + /homeassistant/components/color_extractor/services.py:133:13 - error: "image_type" is possibly unbound (reportPossiblyUnboundVariable) + /homeassistant/components/color_extractor/services.py:134:13 - error: "image_reference" is possibly unbound (reportPossiblyUnboundVariable) + /homeassistant/components/color_extractor/services.py:139:8 - error: "color" is possibly unbound (reportPossiblyUnboundVariable) /homeassistant/components/comelit/alarm_control_panel.py /homeassistant/components/comelit/alarm_control_panel.py:101:9 - error: "available" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride) @@ -6517,6 +6526,17 @@   "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride) /homeassistant/components/egardia/binary_sensor.py:78:9 - error: "device_class" overrides symbol of same name in class "BinarySensorEntity"   "property" is not assignable to "cached_property[BinarySensorDeviceClass | None]" (reportIncompatibleVariableOverride) +/homeassistant/components/egauge/sensor.py + /homeassistant/components/egauge/sensor.py:82:14 - error: "entity_description" overrides symbol of same name in class "Entity" +   Variable is mutable so its type is invariant +     Override type "EgaugeSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) + /homeassistant/components/egauge/sensor.py:82:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity" +   Variable is mutable so its type is invariant +     Override type "EgaugeSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) + /homeassistant/components/egauge/sensor.py:88:9 - error: "native_value" overrides symbol of same name in class "SensorEntity" +   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) + /homeassistant/components/egauge/sensor.py:95:9 - error: "available" overrides symbol of same name in class "Entity" +   "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride) /homeassistant/components/eheimdigital/climate.py /homeassistant/components/eheimdigital/climate.py:58:7 - error: Base classes for class "EheimDigitalHeaterClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride) /homeassistant/components/eheimdigital/climate.py:86:15 - error: Method "async_set_preset_mode" overrides class "ClimateEntity" in an incompatible manner @@ -7128,15 +7148,15 @@     "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride) /homeassistant/components/entur_public_transport/sensor.py /homeassistant/components/entur_public_transport/sensor.py:8:6 - error: Import "enturclient" could not be resolved (reportMissingImports) - /homeassistant/components/entur_public_transport/sensor.py:179:9 - error: "name" overrides symbol of same name in class "Entity" + /homeassistant/components/entur_public_transport/sensor.py:163:9 - error: "name" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/entur_public_transport/sensor.py:184:9 - error: "native_value" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/entur_public_transport/sensor.py:168:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) - /homeassistant/components/entur_public_transport/sensor.py:189:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity" + /homeassistant/components/entur_public_transport/sensor.py:173:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/entur_public_transport/sensor.py:195:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/entur_public_transport/sensor.py:179:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/entur_public_transport/sensor.py:200:9 - error: "icon" overrides symbol of same name in class "Entity" + /homeassistant/components/entur_public_transport/sensor.py:184:9 - error: "icon" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) /homeassistant/components/environment_canada/config_flow.py /homeassistant/components/environment_canada/config_flow.py:64:16 - error: Type "Unknown | list[dict[str, str]] | None" is not assignable to return type "list[dict[str, str]]" @@ -7546,17 +7566,17 @@   Import from "aioesphomeapi.core" instead (reportPrivateImportUsage) /homeassistant/components/esphome/manager.py:17:5 - error: "EncryptionPlaintextAPIError" is not exported from module "aioesphomeapi"   Import from "aioesphomeapi.core" instead (reportPrivateImportUsage) - /homeassistant/components/esphome/manager.py:19:5 - error: "InvalidAuthAPIError" is not exported from module "aioesphomeapi" + /homeassistant/components/esphome/manager.py:20:5 - error: "InvalidAuthAPIError" is not exported from module "aioesphomeapi"   Import from "aioesphomeapi.core" instead (reportPrivateImportUsage) - /homeassistant/components/esphome/manager.py:20:5 - error: "InvalidEncryptionKeyAPIError" is not exported from module "aioesphomeapi" + /homeassistant/components/esphome/manager.py:21:5 - error: "InvalidEncryptionKeyAPIError" is not exported from module "aioesphomeapi"   Import from "aioesphomeapi.core" instead (reportPrivateImportUsage) - /homeassistant/components/esphome/manager.py:22:5 - error: "ReconnectLogic" is not exported from module "aioesphomeapi" + /homeassistant/components/esphome/manager.py:23:5 - error: "ReconnectLogic" is not exported from module "aioesphomeapi"   Import from "aioesphomeapi.reconnect_logic" instead (reportPrivateImportUsage) - /homeassistant/components/esphome/manager.py:23:5 - error: "RequiresEncryptionAPIError" is not exported from module "aioesphomeapi" + /homeassistant/components/esphome/manager.py:24:5 - error: "RequiresEncryptionAPIError" is not exported from module "aioesphomeapi"   Import from "aioesphomeapi.core" instead (reportPrivateImportUsage) - /homeassistant/components/esphome/manager.py:28:5 - error: "parse_log_message" is not exported from module "aioesphomeapi" + /homeassistant/components/esphome/manager.py:30:5 - error: "parse_log_message" is not exported from module "aioesphomeapi"   Import from "aioesphomeapi.log_parser" instead (reportPrivateImportUsage) - /homeassistant/components/esphome/manager.py:1198:20 - error: Argument of type "UserServiceArgType | None" cannot be assigned to parameter "key" of type "UserServiceArgType" in function "__getitem__" + /homeassistant/components/esphome/manager.py:1294:20 - error: Argument of type "UserServiceArgType | None" cannot be assigned to parameter "key" of type "UserServiceArgType" in function "__getitem__"   Type "UserServiceArgType | None" is not assignable to type "UserServiceArgType"     "None" is not assignable to "UserServiceArgType" (reportArgumentType) /homeassistant/components/esphome/media_player.py @@ -8792,11 +8812,13 @@ /homeassistant/components/fressnapf_tracker/device_tracker.py /homeassistant/components/fressnapf_tracker/device_tracker.py:41:9 - error: "available" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride) - /homeassistant/components/fressnapf_tracker/device_tracker.py:46:9 - error: "latitude" overrides symbol of same name in class "TrackerEntity" + /homeassistant/components/fressnapf_tracker/device_tracker.py:46:9 - error: "entity_picture" overrides symbol of same name in class "Entity" +   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) + /homeassistant/components/fressnapf_tracker/device_tracker.py:51:9 - error: "latitude" overrides symbol of same name in class "TrackerEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/fressnapf_tracker/device_tracker.py:53:9 - error: "longitude" overrides symbol of same name in class "TrackerEntity" + /homeassistant/components/fressnapf_tracker/device_tracker.py:58:9 - error: "longitude" overrides symbol of same name in class "TrackerEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/fressnapf_tracker/device_tracker.py:65:9 - error: "location_accuracy" overrides symbol of same name in class "TrackerEntity" + /homeassistant/components/fressnapf_tracker/device_tracker.py:70:9 - error: "location_accuracy" overrides symbol of same name in class "TrackerEntity"   "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride) /homeassistant/components/fressnapf_tracker/light.py /homeassistant/components/fressnapf_tracker/light.py:45:7 - error: Base classes for class "FressnapfTrackerLight" define variable "available" in incompatible way (reportIncompatibleVariableOverride) @@ -9425,13 +9447,6 @@   "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride) /homeassistant/components/geniushub/water_heater.py:73:9 - error: "current_operation" overrides symbol of same name in class "WaterHeaterEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) -/homeassistant/components/gentex_homelink/event.py - /homeassistant/components/gentex_homelink/event.py:54:14 - error: "_attr_name" overrides symbol of same name in class "Entity" -   Variable is mutable so its type is invariant -     Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride) - /homeassistant/components/gentex_homelink/event.py:55:14 - error: "_attr_unique_id" overrides symbol of same name in class "Entity" -   Variable is mutable so its type is invariant -     Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride) /homeassistant/components/geo_json_events/geo_location.py /homeassistant/components/geo_json_events/geo_location.py:109:31 - error: Object of type "None" is not subscriptable (reportOptionalSubscript) /homeassistant/components/geo_json_events/geo_location.py:110:32 - error: Object of type "None" is not subscriptable (reportOptionalSubscript) @@ -9761,18 +9776,18 @@ /homeassistant/components/google/coordinator.py:157:37 - error: No parameter named "calendar_id" (reportCallIssue) /homeassistant/components/google/coordinator.py:157:67 - error: No parameter named "search" (reportCallIssue) /homeassistant/components/google_air_quality/sensor.py - /homeassistant/components/google_air_quality/sensor.py:166:7 - error: Base classes for class "AirQualitySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/google_air_quality/sensor.py:184:14 - error: "entity_description" overrides symbol of same name in class "Entity" + /homeassistant/components/google_air_quality/sensor.py:168:7 - error: Base classes for class "AirQualitySensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/google_air_quality/sensor.py:186:14 - error: "entity_description" overrides symbol of same name in class "Entity"   Variable is mutable so its type is invariant     Override type "AirQualitySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/google_air_quality/sensor.py:184:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/google_air_quality/sensor.py:186:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"   Variable is mutable so its type is invariant     Override type "AirQualitySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/google_air_quality/sensor.py:199:9 - error: "native_value" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/google_air_quality/sensor.py:201:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) - /homeassistant/components/google_air_quality/sensor.py:204:9 - error: "options" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/google_air_quality/sensor.py:206:9 - error: "options" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[list[str] | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/google_air_quality/sensor.py:209:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/google_air_quality/sensor.py:211:9 - error: "native_unit_of_measurement" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) /homeassistant/components/google_assistant/report_state.py /homeassistant/components/google_assistant/report_state.py:143:44 - error: Argument of type "HassJob[(now: Unknown | None = None), CoroutineType[Any, Any, Unknown]]" cannot be assigned to parameter "action" of type "HassJob[(datetime), Coroutine[Any, Any, None] | None] | ((datetime) -> (Coroutine[Any, Any, None] | None))" in function "async_call_later" @@ -11504,6 +11519,8 @@ /homeassistant/components/homekit_controller/diagnostics.py:117:20 - error: Could not access item in TypedDict   "type" is not a required key in "Characteristic", so access may result in runtime exception (reportTypedDictNotRequiredAccess) /homeassistant/components/homekit_controller/entity.py + /homeassistant/components/homekit_controller/entity.py:82:27 - error: Cannot access attribute "pop" for class "MappingProxyType[str, Any]" +   Attribute "pop" is unknown (reportAttributeAccessIssue) /homeassistant/components/homekit_controller/entity.py:210:9 - error: "name" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[str | UndefinedType | None]" (reportIncompatibleVariableOverride) /homeassistant/components/homekit_controller/entity.py:230:9 - error: "available" overrides symbol of same name in class "Entity" @@ -13819,7 +13836,7 @@ /homeassistant/components/hue/v2/sensor.py:261:46 - error: Cannot access attribute "mac_address" for class "GroupedLightLevel"   Attribute "mac_address" is unknown (reportAttributeAccessIssue) /homeassistant/components/hue_ble/config_flow.py - /homeassistant/components/hue_ble/config_flow.py:73:15 - error: "light" is possibly unbound (reportPossiblyUnboundVariable) + /homeassistant/components/hue_ble/config_flow.py:63:15 - error: "light" is possibly unbound (reportPossiblyUnboundVariable) /homeassistant/components/hue_ble/light.py /homeassistant/components/hue_ble/light.py:148:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"   "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride) @@ -16275,26 +16292,28 @@ /homeassistant/components/jellyfin/sensor.py:72:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) /homeassistant/components/jewish_calendar/binary_sensor.py + /homeassistant/components/jewish_calendar/binary_sensor.py:65:7 - error: Base classes for class "JewishCalendarBinarySensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride) /homeassistant/components/jewish_calendar/binary_sensor.py:70:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"   Variable is mutable so its type is invariant     Override type "JewishCalendarBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride) /homeassistant/components/jewish_calendar/binary_sensor.py:73:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"   "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride) /homeassistant/components/jewish_calendar/sensor.py + /homeassistant/components/jewish_calendar/sensor.py:228:7 - error: Base classes for class "JewishCalendarBaseSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride) /homeassistant/components/jewish_calendar/sensor.py:233:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"   Variable is mutable so its type is invariant     Override type "JewishCalendarBaseSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/jewish_calendar/sensor.py:265:5 - error: "entity_description" overrides symbol of same name in class "JewishCalendarBaseSensor" + /homeassistant/components/jewish_calendar/sensor.py:258:5 - error: "entity_description" overrides symbol of same name in class "JewishCalendarBaseSensor"   Variable is mutable so its type is invariant     Override type "JewishCalendarSensorDescription" is not the same as base type "JewishCalendarBaseSensorDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/jewish_calendar/sensor.py:279:9 - error: "native_value" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/jewish_calendar/sensor.py:274:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) - /homeassistant/components/jewish_calendar/sensor.py:284:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity" + /homeassistant/components/jewish_calendar/sensor.py:279:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/jewish_calendar/sensor.py:295:5 - error: "entity_description" overrides symbol of same name in class "JewishCalendarBaseSensor" + /homeassistant/components/jewish_calendar/sensor.py:290:5 - error: "entity_description" overrides symbol of same name in class "JewishCalendarBaseSensor"   Variable is mutable so its type is invariant     Override type "JewishCalendarTimestampSensorDescription" is not the same as base type "JewishCalendarBaseSensorDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/jewish_calendar/sensor.py:298:9 - error: "native_value" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/jewish_calendar/sensor.py:293:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) /homeassistant/components/joaoapps_join/__init__.py /homeassistant/components/joaoapps_join/__init__.py:5:6 - error: Import "pyjoin" could not be resolved (reportMissingImports) @@ -16813,14 +16832,14 @@ /homeassistant/components/knx/select.py:61:7 - error: Base classes for class "KNXSelect" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride) /homeassistant/components/knx/sensor.py /homeassistant/components/knx/sensor.py:75:17 - error: Argument of type "list[str | None]" cannot be assigned to parameter "options" of type "list[str] | None" in function "__init__" (reportArgumentType) - /homeassistant/components/knx/sensor.py:146:7 - error: Base classes for class "KNXSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/knx/sensor.py:146:7 - error: Base classes for class "KNXSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/knx/sensor.py:206:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/knx/sensor.py:152:7 - error: Base classes for class "KNXSensor" define variable "name" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/knx/sensor.py:152:7 - error: Base classes for class "KNXSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/knx/sensor.py:212:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"   Variable is mutable so its type is invariant     Override type "KNXSystemEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/knx/sensor.py:215:9 - error: "native_value" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/knx/sensor.py:221:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) - /homeassistant/components/knx/sensor.py:220:9 - error: "available" overrides symbol of same name in class "Entity" + /homeassistant/components/knx/sensor.py:226:9 - error: "available" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride) /homeassistant/components/knx/services.py /homeassistant/components/knx/services.py:9:22 - error: "DPTArray" is not exported from module "xknx.dpt" @@ -18615,10 +18634,7 @@ /homeassistant/components/lutron_caseta/switch.py:74:7 - error: Base classes for class "LutronCasetaSmartAwaySwitch" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride) /homeassistant/components/lutron_caseta/switch.py:94:9 - error: "unique_id" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/lutron_caseta/switch.py:101:53 - error: Argument of type "() -> None" cannot be assigned to parameter "callback_" of type "(str) -> None" in function "add_smart_away_subscriber" -   Type "() -> None" is not assignable to type "(str) -> None" -     Function accepts too many positional parameters; expected 0 but received 1 (reportArgumentType) - /homeassistant/components/lutron_caseta/switch.py:112:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity" + /homeassistant/components/lutron_caseta/switch.py:116:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"   "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride) /homeassistant/components/lw12wifi/light.py /homeassistant/components/lw12wifi/light.py:8:8 - error: Import "lw12" could not be resolved (reportMissingImports) @@ -18883,14 +18899,17 @@   Type "classproperty" is not assignable to type "type[_CLUSTER_T@get_cluster] | int"     Type "classproperty" is not assignable to type "type[_CLUSTER_T@get_cluster]"     "classproperty" is not assignable to "int" (reportArgumentType) - /homeassistant/components/matter/select.py:189:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity" + /homeassistant/components/matter/select.py:196:5 - error: "entity_description" overrides symbol of same name in class "MatterAttributeSelectEntity" +   Variable is mutable so its type is invariant +     Override type "MatterMapSelectEntityDescription" is not the same as base type "MatterSelectEntityDescription" (reportIncompatibleVariableOverride) + /homeassistant/components/matter/select.py:231:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"   Variable is mutable so its type is invariant     Override type "MatterListSelectEntityDescription" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride) /homeassistant/components/matter/sensor.py - /homeassistant/components/matter/sensor.py:232:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/matter/sensor.py:257:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"   Variable is mutable so its type is invariant     Override type "MatterSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/matter/sensor.py:243:35 - error: Cannot assign to attribute "_attr_native_value" for class "MatterSensor*" + /homeassistant/components/matter/sensor.py:268:35 - error: Cannot assign to attribute "_attr_native_value" for class "MatterSensor*"   Type "Nullable | float | None" is not assignable to type "StateType | date | datetime | Decimal"     Type "Nullable" is not assignable to type "StateType | date | datetime | Decimal"       "Nullable" is not assignable to "str" @@ -18900,22 +18919,22 @@       "Nullable" is not assignable to "date"       "Nullable" is not assignable to "datetime" ... (reportAttributeAccessIssue) - /homeassistant/components/matter/sensor.py:249:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/matter/sensor.py:274:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"   Variable is mutable so its type is invariant     Override type "MatterSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/matter/sensor.py:272:45 - error: Operator "/" not supported for types "Nullable | float" and "Nullable | float | None" + /homeassistant/components/matter/sensor.py:297:45 - error: Operator "/" not supported for types "Nullable | float" and "Nullable | float | None"   Operator "/" not supported for types "Nullable" and "Nullable"   Operator "/" not supported for types "Nullable" and "float"   Operator "/" not supported for types "Nullable" and "None"   Operator "/" not supported for types "float" and "Nullable"   Operator "/" not supported for types "float" and "None" (reportOperatorIssue) - /homeassistant/components/matter/sensor.py:272:45 - error: Operator "*" not supported for types "Unknown | float" and "Nullable | float | None" + /homeassistant/components/matter/sensor.py:297:45 - error: Operator "*" not supported for types "Unknown | float" and "Nullable | float | None"   Operator "*" not supported for types "float" and "Nullable" when expected type is "_SupportsRound2[float]"   Operator "*" not supported for types "float" and "None" when expected type is "_SupportsRound2[float]" (reportOperatorIssue) - /homeassistant/components/matter/sensor.py:278:5 - error: "entity_description" overrides symbol of same name in class "MatterSensor" + /homeassistant/components/matter/sensor.py:303:5 - error: "entity_description" overrides symbol of same name in class "MatterSensor"   Variable is mutable so its type is invariant     Override type "MatterOperationalStateSensorEntityDescription" is not the same as base type "MatterSensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/matter/sensor.py:316:5 - error: "entity_description" overrides symbol of same name in class "MatterSensor" + /homeassistant/components/matter/sensor.py:341:5 - error: "entity_description" overrides symbol of same name in class "MatterSensor"   Variable is mutable so its type is invariant     Override type "MatterListSensorEntityDescription" is not the same as base type "MatterSensorEntityDescription" (reportIncompatibleVariableOverride) /homeassistant/components/matter/switch.py @@ -19513,485 +19532,6 @@   "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride) /homeassistant/components/miele/climate.py:236:9 - error: "min_temp" overrides symbol of same name in class "ClimateEntity"   "property" is not assignable to "cached_property[float]" (reportIncompatibleVariableOverride) -/homeassistant/components/miele/const.py - /homeassistant/components/miele/const.py:174:19 - error: Argument of type "Literal[256]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[256]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:174:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[65535]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:175:16 - error: Argument of type "Literal[259]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[259]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:177:17 - error: Argument of type "Literal[11004]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[11004]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:178:13 - error: Argument of type "Literal[11005]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[11005]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:183:12 - error: Argument of type "Literal[11010]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[11010]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:184:19 - error: Argument of type "Literal[11029]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[11029]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:185:16 - error: Argument of type "Literal[11012]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[11012]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:189:23 - error: Argument of type "Literal[295]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[295]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:199:19 - error: Argument of type "Literal[512]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[512]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:199:19 - error: Argument of type "Literal[535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[535]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:199:19 - error: Argument of type "Literal[536]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[536]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:199:19 - error: Argument of type "Literal[537]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[537]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:199:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[65535]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:228:19 - error: Argument of type "Literal[256]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[256]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:228:19 - error: Argument of type "Literal[512]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[512]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:228:19 - error: Argument of type "Literal[535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[535]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:228:19 - error: Argument of type "Literal[536]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[536]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:228:19 - error: Argument of type "Literal[537]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[537]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:228:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[65535]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:229:16 - error: Argument of type "Literal[259]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[259]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:235:20 - error: Argument of type "Literal[519]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[519]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:238:19 - error: Argument of type "Literal[521]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[521]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:239:16 - error: Argument of type "Literal[522]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[522]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:243:23 - error: Argument of type "Literal[295]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[295]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:243:23 - error: Argument of type "Literal[530]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[530]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:245:14 - error: Argument of type "Literal[514]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[514]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:271:19 - error: Argument of type "Literal[1792]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[1792]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:271:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[65535]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:273:20 - error: Argument of type "Literal[1801]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[1801]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:285:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[65535]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:296:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[65535]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:306:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[65535]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:316:19 - error: Argument of type "Literal[4352]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[4352]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:316:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[65535]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:321:18 - error: Argument of type "Literal[4404]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[4404]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:333:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[65535]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:346:14 - error: Argument of type "Literal[5904]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[5904]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:353:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[65535]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:364:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[65535]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:375:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[65535]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:377:23 - error: Argument of type "Literal[7938]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[7938]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:378:24 - error: Argument of type "Literal[7942]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[7942]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:390:19 - error: Argument of type "Literal[65535]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[65535]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:393:23 - error: Argument of type "Literal[7938]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[7938]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:393:23 - error: Argument of type "Literal[7942]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[7942]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:453:18 - error: Argument of type "Literal[-1]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[-1]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:464:13 - error: Argument of type "Literal[123]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[123]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:485:24 - error: Argument of type "Literal[10031]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[10031]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:486:17 - error: Argument of type "Literal[10007]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[10007]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:493:18 - error: Argument of type "Literal[-1]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[-1]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:494:17 - error: Argument of type "Literal[26]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[26]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:494:17 - error: Argument of type "Literal[205]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[205]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:495:19 - error: Argument of type "Literal[27]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[27]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:495:19 - error: Argument of type "Literal[214]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[214]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:496:11 - error: Argument of type "Literal[28]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[28]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:496:11 - error: Argument of type "Literal[200]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[200]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:497:17 - error: Argument of type "Literal[7]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[7]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:497:17 - error: Argument of type "Literal[31]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[31]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:497:17 - error: Argument of type "Literal[32]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[32]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:497:17 - error: Argument of type "Literal[202]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[202]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:498:18 - error: Argument of type "Literal[34]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[34]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:499:14 - error: Argument of type "Literal[35]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[35]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:499:14 - error: Argument of type "Literal[210]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[210]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:500:19 - error: Argument of type "Literal[36]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[36]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:500:19 - error: Argument of type "Literal[207]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[207]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:501:15 - error: Argument of type "Literal[37]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[37]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:502:24 - error: Argument of type "Literal[38]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[38]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:504:18 - error: Argument of type "Literal[42]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[42]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:507:18 - error: Argument of type "Literal[204]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[204]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:516:18 - error: Argument of type "Literal[-1]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[-1]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:518:15 - error: Argument of type "Literal[20]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[20]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:518:15 - error: Argument of type "Literal[90]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[90]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:519:20 - error: Argument of type "Literal[30]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[30]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:520:25 - error: Argument of type "Literal[40]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[40]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:521:17 - error: Argument of type "Literal[50]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[50]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:522:16 - error: Argument of type "Literal[60]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[60]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:523:16 - error: Argument of type "Literal[70]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[70]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:524:15 - error: Argument of type "Literal[80]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[80]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:525:19 - error: Argument of type "Literal[99003]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[99003]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:526:16 - error: Argument of type "Literal[120]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[120]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:527:13 - error: Argument of type "Literal[130]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[130]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:528:14 - error: Argument of type "Literal[99004]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[99004]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:529:18 - error: Argument of type "Literal[150]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[150]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:530:17 - error: Argument of type "Literal[160]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[160]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:531:22 - error: Argument of type "Literal[170]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[170]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:532:24 - error: Argument of type "Literal[190]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[190]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:533:22 - error: Argument of type "Literal[220]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[220]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:535:17 - error: Argument of type "Literal[240]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[240]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:536:17 - error: Argument of type "Literal[99002]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[99002]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:538:24 - error: Argument of type "Literal[100]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[100]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:547:18 - error: Argument of type "Literal[-1]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[-1]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:547:18 - error: Argument of type "Literal[17003]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[17003]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:548:15 - error: Argument of type "Literal[356]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[356]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:560:32 - error: Argument of type "Literal[48]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[48]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:561:30 - error: Argument of type "Literal[49]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[49]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:562:36 - error: Argument of type "Literal[74]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[74]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:563:39 - error: Argument of type "Literal[76]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[76]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:708:18 - error: Argument of type "Literal[-1]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[-1]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:718:18 - error: Argument of type "Literal[-1]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[-1]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:728:18 - error: Argument of type "Literal[-1]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[-1]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:733:17 - error: Argument of type "Literal[24032]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24032]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:733:17 - error: Argument of type "Literal[24064]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24064]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:733:17 - error: Argument of type "Literal[24096]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24096]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:733:17 - error: Argument of type "Literal[24128]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24128]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:734:16 - error: Argument of type "Literal[24033]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24033]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:734:16 - error: Argument of type "Literal[24065]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24065]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:734:16 - error: Argument of type "Literal[24097]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24097]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:734:16 - error: Argument of type "Literal[24129]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24129]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:735:14 - error: Argument of type "Literal[24034]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24034]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:735:14 - error: Argument of type "Literal[24066]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24066]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:735:14 - error: Argument of type "Literal[24098]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24098]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:735:14 - error: Argument of type "Literal[24130]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24130]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:736:19 - error: Argument of type "Literal[24035]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24035]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:736:19 - error: Argument of type "Literal[24067]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24067]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:736:19 - error: Argument of type "Literal[24099]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24099]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:736:19 - error: Argument of type "Literal[24131]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24131]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:737:18 - error: Argument of type "Literal[24036]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24036]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:737:18 - error: Argument of type "Literal[24068]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24068]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:737:18 - error: Argument of type "Literal[24100]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24100]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:737:18 - error: Argument of type "Literal[24132]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24132]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:738:27 - error: Argument of type "Literal[24037]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24037]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:738:27 - error: Argument of type "Literal[24069]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24069]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:738:27 - error: Argument of type "Literal[24101]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24101]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:738:27 - error: Argument of type "Literal[24133]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24133]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:739:23 - error: Argument of type "Literal[24038]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24038]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:739:23 - error: Argument of type "Literal[24070]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24070]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:739:23 - error: Argument of type "Literal[24102]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24102]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:739:23 - error: Argument of type "Literal[24134]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24134]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:740:26 - error: Argument of type "Literal[24039]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24039]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:740:26 - error: Argument of type "Literal[24071]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24071]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:740:26 - error: Argument of type "Literal[24135]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24135]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:741:20 - error: Argument of type "Literal[24040]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24040]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:741:20 - error: Argument of type "Literal[24072]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24072]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:741:20 - error: Argument of type "Literal[24104]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24104]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:741:20 - error: Argument of type "Literal[24136]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24136]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:742:19 - error: Argument of type "Literal[24041]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24041]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:742:19 - error: Argument of type "Literal[24073]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24073]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:742:19 - error: Argument of type "Literal[24105]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24105]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:742:19 - error: Argument of type "Literal[24137]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24137]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:743:18 - error: Argument of type "Literal[24044]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24044]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:743:18 - error: Argument of type "Literal[24076]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24076]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:743:18 - error: Argument of type "Literal[24108]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24108]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:743:18 - error: Argument of type "Literal[24140]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24140]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:744:22 - error: Argument of type "Literal[24045]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24045]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:744:22 - error: Argument of type "Literal[24077]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24077]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:744:22 - error: Argument of type "Literal[24109]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24109]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:744:22 - error: Argument of type "Literal[24141]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24141]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:745:17 - error: Argument of type "Literal[24046]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24046]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:745:17 - error: Argument of type "Literal[24078]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24078]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:745:17 - error: Argument of type "Literal[24110]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24110]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:745:17 - error: Argument of type "Literal[24142]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24142]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:746:16 - error: Argument of type "Literal[24047]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24047]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:746:16 - error: Argument of type "Literal[24079]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24079]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:746:16 - error: Argument of type "Literal[24111]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24111]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:746:16 - error: Argument of type "Literal[24143]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24143]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:747:17 - error: Argument of type "Literal[24048]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24048]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:747:17 - error: Argument of type "Literal[24080]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24080]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:747:17 - error: Argument of type "Literal[24112]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24112]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:747:17 - error: Argument of type "Literal[24144]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24144]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:748:17 - error: Argument of type "Literal[24049]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24049]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:748:17 - error: Argument of type "Literal[24081]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24081]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:748:17 - error: Argument of type "Literal[24113]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24113]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:748:17 - error: Argument of type "Literal[24145]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24145]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:749:18 - error: Argument of type "Literal[24050]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24050]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:749:18 - error: Argument of type "Literal[24082]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24082]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:749:18 - error: Argument of type "Literal[24114]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24114]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:749:18 - error: Argument of type "Literal[24146]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24146]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:750:17 - error: Argument of type "Literal[24051]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24051]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:750:17 - error: Argument of type "Literal[24083]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24083]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:750:17 - error: Argument of type "Literal[24115]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24115]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:750:17 - error: Argument of type "Literal[24147]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24147]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:751:17 - error: Argument of type "Literal[24052]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24052]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:751:17 - error: Argument of type "Literal[24084]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24084]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:751:17 - error: Argument of type "Literal[24116]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24116]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:751:17 - error: Argument of type "Literal[24148]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24148]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:752:17 - error: Argument of type "Literal[24053]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24053]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:752:17 - error: Argument of type "Literal[24085]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24085]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:752:17 - error: Argument of type "Literal[24117]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24117]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:752:17 - error: Argument of type "Literal[24149]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24149]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:753:20 - error: Argument of type "Literal[29054]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[29054]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:753:20 - error: Argument of type "Literal[24086]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24086]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:753:20 - error: Argument of type "Literal[24118]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24118]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:753:20 - error: Argument of type "Literal[24150]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24150]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[16018]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[16018]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[16019]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[16019]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[16020]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[16020]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[16021]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[16021]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[16027]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[16027]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[16033]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[16033]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[16035]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[16035]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[16037]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[16037]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24500]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24500]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24502]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24502]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24503]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24503]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24504]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24504]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24506]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24506]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24513]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24513]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24516]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24516]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24537]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24537]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24542]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24542]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24549]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24549]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24550]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24550]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24551]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24551]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24552]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24552]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24553]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24553]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24554]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24554]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24555]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24555]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24556]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24556]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24557]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24557]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24558]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24558]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24560]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24560]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24562]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24562]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24563]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24563]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24564]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24564]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24565]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24565]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24566]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24566]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24567]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24567]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24568]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24568]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24569]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24569]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24571]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24571]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24572]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24572]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24573]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24573]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24574]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24574]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24575]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24575]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24576]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24576]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24800]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24800]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24801]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24801]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:758:26 - error: Argument of type "Literal[24813]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24813]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:806:23 - error: Argument of type "Literal[24759]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24759]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:806:23 - error: Argument of type "Literal[24773]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24773]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:806:23 - error: Argument of type "Literal[24787]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24787]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:806:23 - error: Argument of type "Literal[24788]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[24788]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:816:18 - error: Argument of type "Literal[-1]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[-1]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:983:21 - error: Argument of type "Literal[2232]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[2232]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:984:22 - error: Argument of type "Literal[2231]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[2231]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:1262:26 - error: Argument of type "Literal[220]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[220]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:1281:24 - error: Argument of type "Literal[118]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[118]" is not assignable to "list[int]" (reportArgumentType) - /homeassistant/components/miele/const.py:1281:24 - error: Argument of type "Literal[218]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[218]" is not assignable to "list[int]" (reportArgumentType) /homeassistant/components/miele/fan.py /homeassistant/components/miele/fan.py:88:7 - error: Base classes for class "MieleFan" define variable "available" in incompatible way (reportIncompatibleVariableOverride) /homeassistant/components/miele/fan.py:101:14 - error: "_attr_supported_features" overrides symbol of same name in class "Entity" @@ -20049,8 +19589,6 @@ /homeassistant/components/miele/switch.py:221:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"   "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride) /homeassistant/components/miele/vacuum.py - /homeassistant/components/miele/vacuum.py:83:14 - error: Argument of type "Literal[5904]" cannot be assigned to parameter "values" of type "list[int]" in function "__new__" -   "Literal[5904]" is not assignable to "list[int]" (reportArgumentType) /homeassistant/components/miele/vacuum.py:163:5 - error: "entity_description" overrides symbol of same name in class "StateVacuumEntity"   Variable is mutable so its type is invariant     Override type "MieleVacuumDescription" is not the same as base type "StateVacuumEntityDescription" (reportIncompatibleVariableOverride) @@ -20795,8 +20333,6 @@ /homeassistant/components/mqtt/camera.py /homeassistant/components/mqtt/camera.py:77:7 - error: Base classes for class "MqttCamera" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride) /homeassistant/components/mqtt/client.py - /homeassistant/components/mqtt/client.py:352:38 - error: Argument of type "property" cannot be assigned to parameter "num" of type "int" in function "_base62" -   "property" is not assignable to "int" (reportArgumentType) /homeassistant/components/mqtt/client.py:355:39 - error: "CallbackAPIVersion" is not exported from module "paho.mqtt.client" (reportPrivateImportUsage) /homeassistant/components/mqtt/client.py:583:25 - error: Cannot access attribute "_socket" for class "socket"   Attribute "_socket" is unknown (reportAttributeAccessIssue) @@ -21089,7 +20625,7 @@ /homeassistant/components/music_assistant/config_flow.py:104:65 - error: Argument of type "str | None" cannot be assigned to parameter "url" of type "str" in function "_get_server_info"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType) - /homeassistant/components/music_assistant/config_flow.py:369:61 - error: Argument of type "str | None" cannot be assigned to parameter "token" of type "str" in function "_test_connection" + /homeassistant/components/music_assistant/config_flow.py:361:61 - error: Argument of type "str | None" cannot be assigned to parameter "token" of type "str" in function "_test_connection"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType) /homeassistant/components/music_assistant/entity.py @@ -21647,12 +21183,12 @@   Variable is mutable so its type is invariant     Override type "Shutter" is not the same as base type "Module" (reportIncompatibleVariableOverride) /homeassistant/components/netatmo/camera.py - /homeassistant/components/netatmo/camera.py:91:5 - error: "device" overrides symbol of same name in class "NetatmoModuleEntity" + /homeassistant/components/netatmo/camera.py:93:5 - error: "device" overrides symbol of same name in class "NetatmoModuleEntity"   Variable is mutable so its type is invariant     Override type "Camera" is not the same as base type "Module" (reportIncompatibleVariableOverride) - /homeassistant/components/netatmo/camera.py:184:9 - error: "supported_features" overrides symbol of same name in class "Entity" + /homeassistant/components/netatmo/camera.py:199:9 - error: "supported_features" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/netatmo/camera.py:184:9 - error: "supported_features" overrides symbol of same name in class "Camera" + /homeassistant/components/netatmo/camera.py:199:9 - error: "supported_features" overrides symbol of same name in class "Camera"   "property" is not assignable to "cached_property[CameraEntityFeature]" (reportIncompatibleVariableOverride) /homeassistant/components/netatmo/climate.py /homeassistant/components/netatmo/climate.py:330:9 - error: "hvac_action" overrides symbol of same name in class "ClimateEntity" @@ -22163,13 +21699,16 @@ /homeassistant/components/nina/binary_sensor.py:97:9 - error: "extra_state_attributes" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[Mapping[str, Any] | None]" (reportIncompatibleVariableOverride) /homeassistant/components/nintendo_parental_controls/__init__.py - /homeassistant/components/nintendo_parental_controls/__init__.py:5:32 - error: "Authenticator" is not exported from module "pynintendoparental" + /homeassistant/components/nintendo_parental_controls/__init__.py:9:32 - error: "Authenticator" is not exported from module "pynintendoparental"   Import from "pynintendoparental.authenticator" instead (reportPrivateImportUsage) /homeassistant/components/nintendo_parental_controls/config_flow.py - /homeassistant/components/nintendo_parental_controls/config_flow.py:9:32 - error: "Authenticator" is not exported from module "pynintendoparental" + /homeassistant/components/nintendo_parental_controls/config_flow.py:10:32 - error: "Authenticator" is not exported from module "pynintendoparental"   Import from "pynintendoparental.authenticator" instead (reportPrivateImportUsage) + /homeassistant/components/nintendo_parental_controls/config_flow.py:64:31 - error: Argument of type "str | None" cannot be assigned to parameter "title" of type "str" in function "async_create_entry" +   Type "str | None" is not assignable to type "str" +     "None" is not assignable to "str" (reportArgumentType) /homeassistant/components/nintendo_parental_controls/coordinator.py - /homeassistant/components/nintendo_parental_controls/coordinator.py:8:32 - error: "Authenticator" is not exported from module "pynintendoparental" + /homeassistant/components/nintendo_parental_controls/coordinator.py:9:32 - error: "Authenticator" is not exported from module "pynintendoparental"   Import from "pynintendoparental.authenticator" instead (reportPrivateImportUsage) /homeassistant/components/nintendo_parental_controls/number.py /homeassistant/components/nintendo_parental_controls/number.py:69:7 - error: Base classes for class "NintendoParentalControlsNumberEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) @@ -22383,6 +21922,8 @@ /homeassistant/components/notify/__init__.py:136:5 - error: "_attr_state" overrides symbol of same name in class "Entity"   Variable is mutable so its type is invariant     Override type "None" is not the same as base type "StateType" (reportIncompatibleVariableOverride) + /homeassistant/components/notify/__init__.py:148:23 - error: Cannot access attribute "pop" for class "MappingProxyType[str, Any]" +   Attribute "pop" is unknown (reportAttributeAccessIssue) /homeassistant/components/notify_events/notify.py /homeassistant/components/notify_events/notify.py:76:61 - error: Argument of type "Unknown | None" cannot be assigned to parameter "file_name" of type "str" in function "add_image_from_url"   Type "Unknown | None" is not assignable to type "str" @@ -22852,14 +22393,14 @@ /homeassistant/components/ohme/select.py:92:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) /homeassistant/components/ohme/sensor.py - /homeassistant/components/ohme/sensor.py:110:7 - error: Base classes for class "OhmeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/ohme/sensor.py:113:5 - error: "entity_description" overrides symbol of same name in class "OhmeEntity" + /homeassistant/components/ohme/sensor.py:113:7 - error: Base classes for class "OhmeSensor" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/ohme/sensor.py:116:5 - error: "entity_description" overrides symbol of same name in class "OhmeEntity"   Variable is mutable so its type is invariant     Override type "OhmeSensorDescription" is not the same as base type "OhmeEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/ohme/sensor.py:113:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/ohme/sensor.py:116:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"   Variable is mutable so its type is invariant     Override type "OhmeSensorDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/ohme/sensor.py:116:9 - error: "native_value" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/ohme/sensor.py:119:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) /homeassistant/components/ohme/switch.py /homeassistant/components/ohme/switch.py:95:7 - error: Base classes for class "OhmeSwitch" define variable "available" in incompatible way (reportIncompatibleVariableOverride) @@ -23004,52 +22545,52 @@ /homeassistant/components/onkyo/media_player.py /homeassistant/components/onkyo/media_player.py:9:34 - error: "Status" is not exported from module "aioonkyo"   Import from "..status" instead (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:118:39 - error: "Raw" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:127:45 - error: "NotAvailable" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:237:41 - error: "Power" is not exported from module "..query" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:238:41 - error: "Volume" is not exported from module "..query" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:239:41 - error: "Muting" is not exported from module "..query" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:240:41 - error: "InputSource" is not exported from module "..query" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:241:41 - error: "TunerPreset" is not exported from module "..query" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:243:45 - error: "ListeningMode" is not exported from module "..query" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:245:45 - error: "HDMIOutput" is not exported from module "..query" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:246:45 - error: "AudioInformation" is not exported from module "..query" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:247:45 - error: "VideoInformation" is not exported from module "..query" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:251:27 - error: "Power" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:251:53 - error: "Power" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:256:27 - error: "Power" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:256:53 - error: "Power" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:270:27 - error: "Volume" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:275:27 - error: "Volume" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:275:54 - error: "Volume" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:280:27 - error: "Volume" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:280:54 - error: "Volume" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:285:27 - error: "Muting" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:286:33 - error: "Muting" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:286:70 - error: "Muting" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:302:27 - error: "InputSource" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:317:27 - error: "ListeningMode" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:324:27 - error: "HDMIOutput" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:338:27 - error: "TunerPreset" is not exported from module "..command" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:341:46 - error: "Known" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:344:25 - error: "Power" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:344:44 - error: "Power" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:346:25 - error: "Power" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:346:44 - error: "Power" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:349:25 - error: "Volume" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:359:25 - error: "Muting" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:360:68 - error: "Muting" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:362:25 - error: "InputSource" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:376:25 - error: "ListeningMode" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:396:25 - error: "HDMIOutput" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:402:25 - error: "TunerPreset" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:405:25 - error: "AudioInformation" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:416:25 - error: "VideoInformation" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:427:25 - error: "FLDisplay" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:430:25 - error: "NotAvailable" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:434:25 - error: "NotAvailable" is not exported from module ".export.status" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:446:53 - error: "AudioInformation" is not exported from module "..query" (reportPrivateImportUsage) - /homeassistant/components/onkyo/media_player.py:448:53 - error: "VideoInformation" is not exported from module "..query" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:119:39 - error: "Raw" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:128:45 - error: "NotAvailable" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:238:41 - error: "Power" is not exported from module "..query" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:239:41 - error: "Volume" is not exported from module "..query" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:240:41 - error: "Muting" is not exported from module "..query" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:241:41 - error: "InputSource" is not exported from module "..query" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:242:41 - error: "TunerPreset" is not exported from module "..query" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:244:45 - error: "ListeningMode" is not exported from module "..query" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:246:45 - error: "HDMIOutput" is not exported from module "..query" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:247:45 - error: "AudioInformation" is not exported from module "..query" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:248:45 - error: "VideoInformation" is not exported from module "..query" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:252:27 - error: "Power" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:252:53 - error: "Power" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:257:27 - error: "Power" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:257:53 - error: "Power" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:271:27 - error: "Volume" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:276:27 - error: "Volume" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:276:54 - error: "Volume" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:281:27 - error: "Volume" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:281:54 - error: "Volume" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:286:27 - error: "Muting" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:287:33 - error: "Muting" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:287:70 - error: "Muting" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:303:27 - error: "InputSource" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:318:27 - error: "ListeningMode" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:325:27 - error: "HDMIOutput" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:339:27 - error: "TunerPreset" is not exported from module "..command" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:342:46 - error: "Known" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:345:25 - error: "Power" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:345:44 - error: "Power" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:349:25 - error: "Power" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:349:44 - error: "Power" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:352:25 - error: "Volume" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:362:25 - error: "Muting" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:363:68 - error: "Muting" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:365:25 - error: "InputSource" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:379:25 - error: "ListeningMode" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:399:25 - error: "HDMIOutput" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:405:25 - error: "TunerPreset" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:408:25 - error: "AudioInformation" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:419:25 - error: "VideoInformation" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:430:25 - error: "FLDisplay" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:433:25 - error: "NotAvailable" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:437:25 - error: "NotAvailable" is not exported from module ".export.status" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:462:49 - error: "AudioInformation" is not exported from module "..query" (reportPrivateImportUsage) + /homeassistant/components/onkyo/media_player.py:464:49 - error: "VideoInformation" is not exported from module "..query" (reportPrivateImportUsage) /homeassistant/components/onkyo/receiver.py /homeassistant/components/onkyo/receiver.py:13:22 - error: "Instruction" is not exported from module "aioonkyo"   Import from "...instruction" instead (reportPrivateImportUsage) @@ -23181,6 +22722,8 @@ /homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict   "role" is not a defined key in "ResponseReasoningItemParam" (reportGeneralTypeIssues) /homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict +   "role" is not a defined key in "ResponseCompactionItemParamParam" (reportGeneralTypeIssues) + /homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict   "role" is not a defined key in "ImageGenerationCall" (reportGeneralTypeIssues) /homeassistant/components/openai_conversation/entity.py:600:21 - error: Could not access item in TypedDict   "role" is not a defined key in "ResponseCodeInterpreterToolCallParam" (reportGeneralTypeIssues) @@ -23225,6 +22768,8 @@ /homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict   "content" is not a required key in "ResponseReasoningItemParam", so access may result in runtime exception (reportTypedDictNotRequiredAccess) /homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict +   "content" is not a defined key in "ResponseCompactionItemParamParam" (reportGeneralTypeIssues) + /homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict   "content" is not a defined key in "ImageGenerationCall" (reportGeneralTypeIssues) /homeassistant/components/openai_conversation/entity.py:601:32 - error: Could not access item in TypedDict   "content" is not a defined key in "ResponseCodeInterpreterToolCallParam" (reportGeneralTypeIssues) @@ -23267,6 +22812,8 @@ /homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict   "content" is not a defined key in "FunctionCallOutput" (reportGeneralTypeIssues) /homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict +   "content" is not a defined key in "ResponseCompactionItemParamParam" (reportGeneralTypeIssues) + /homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict   "content" is not a defined key in "ImageGenerationCall" (reportGeneralTypeIssues) /homeassistant/components/openai_conversation/entity.py:603:13 - error: Could not assign item in TypedDict   "content" is not a defined key in "ResponseCodeInterpreterToolCallParam" (reportGeneralTypeIssues) @@ -24591,15 +24138,15 @@   Type "bool | None" is not assignable to type "bool"     "None" is not assignable to "bool" (reportArgumentType) /homeassistant/components/ping/sensor.py - /homeassistant/components/ping/sensor.py:119:14 - error: "entity_description" overrides symbol of same name in class "Entity" + /homeassistant/components/ping/sensor.py:129:14 - error: "entity_description" overrides symbol of same name in class "Entity"   Variable is mutable so its type is invariant     Override type "PingSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/ping/sensor.py:119:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/ping/sensor.py:129:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"   Variable is mutable so its type is invariant     Override type "PingSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/ping/sensor.py:122:9 - error: "available" overrides symbol of same name in class "Entity" + /homeassistant/components/ping/sensor.py:132:9 - error: "available" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride) - /homeassistant/components/ping/sensor.py:127:9 - error: "native_value" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/ping/sensor.py:137:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) /homeassistant/components/pioneer/media_player.py /homeassistant/components/pioneer/media_player.py:172:9 - error: "name" overrides symbol of same name in class "Entity" @@ -27339,21 +26886,21 @@ /homeassistant/components/roborock/switch.py:137:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"   "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride) /homeassistant/components/roborock/time.py - /homeassistant/components/roborock/time.py:152:14 - error: "entity_description" overrides symbol of same name in class "Entity" + /homeassistant/components/roborock/time.py:154:14 - error: "entity_description" overrides symbol of same name in class "Entity"   Variable is mutable so its type is invariant     Override type "RoborockTimeDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/roborock/time.py:152:14 - error: "entity_description" overrides symbol of same name in class "TimeEntity" + /homeassistant/components/roborock/time.py:154:14 - error: "entity_description" overrides symbol of same name in class "TimeEntity"   Variable is mutable so its type is invariant     Override type "RoborockTimeDescription" is not the same as base type "TimeEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/roborock/time.py:159:9 - error: "native_value" overrides symbol of same name in class "TimeEntity" + /homeassistant/components/roborock/time.py:161:9 - error: "native_value" overrides symbol of same name in class "TimeEntity"   "property" is not assignable to "cached_property[time | None]" (reportIncompatibleVariableOverride) /homeassistant/components/roborock/vacuum.py - /homeassistant/components/roborock/vacuum.py:99:7 - error: Base classes for class "RoborockVacuum" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/roborock/vacuum.py:130:9 - error: "fan_speed_list" overrides symbol of same name in class "StateVacuumEntity" + /homeassistant/components/roborock/vacuum.py:101:7 - error: Base classes for class "RoborockVacuum" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/roborock/vacuum.py:132:9 - error: "fan_speed_list" overrides symbol of same name in class "StateVacuumEntity"   "property" is not assignable to "cached_property[list[str]]" (reportIncompatibleVariableOverride) - /homeassistant/components/roborock/vacuum.py:135:9 - error: "activity" overrides symbol of same name in class "StateVacuumEntity" + /homeassistant/components/roborock/vacuum.py:137:9 - error: "activity" overrides symbol of same name in class "StateVacuumEntity"   "property" is not assignable to "cached_property[VacuumActivity | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/roborock/vacuum.py:141:9 - error: "fan_speed" overrides symbol of same name in class "StateVacuumEntity" + /homeassistant/components/roborock/vacuum.py:143:9 - error: "fan_speed" overrides symbol of same name in class "StateVacuumEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) /homeassistant/components/rocketchat/notify.py /homeassistant/components/rocketchat/notify.py:8:6 - error: Import "rocketchat_API.APIExceptions.RocketExceptions" could not be resolved (reportMissingImports) @@ -28498,43 +28045,43 @@ /homeassistant/components/shelly/binary_sensor.py:504:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity"   "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride) /homeassistant/components/shelly/button.py - /homeassistant/components/shelly/button.py:254:7 - error: Base classes for class "ShellyBaseButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/shelly/button.py:274:14 - error: "entity_description" overrides symbol of same name in class "Entity" + /homeassistant/components/shelly/button.py:263:7 - error: Base classes for class "ShellyBaseButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/shelly/button.py:283:14 - error: "entity_description" overrides symbol of same name in class "Entity"   Variable is mutable so its type is invariant     Override type "ShellyButtonDescription[ShellyRpcCoordinator | ShellyBlockCoordinator]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/shelly/button.py:274:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity" + /homeassistant/components/shelly/button.py:283:14 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"   Variable is mutable so its type is invariant     Override type "ShellyButtonDescription[ShellyRpcCoordinator | ShellyBlockCoordinator]" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/shelly/button.py:336:7 - error: Base classes for class "ShellyBluTrvButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/shelly/button.py:339:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity" + /homeassistant/components/shelly/button.py:345:7 - error: Base classes for class "ShellyBluTrvButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/shelly/button.py:348:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity"   Variable is mutable so its type is invariant     Override type "RpcButtonDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/shelly/button.py:339:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity" + /homeassistant/components/shelly/button.py:348:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"   Variable is mutable so its type is invariant     Override type "RpcButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/shelly/button.py:362:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner + /homeassistant/components/shelly/button.py:371:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner   Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"     "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride) - /homeassistant/components/shelly/button.py:367:7 - error: Base classes for class "RpcVirtualButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/shelly/button.py:370:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity" + /homeassistant/components/shelly/button.py:376:7 - error: Base classes for class "RpcVirtualButton" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/shelly/button.py:379:5 - error: "entity_description" overrides symbol of same name in class "ShellyRpcAttributeEntity"   Variable is mutable so its type is invariant     Override type "RpcButtonDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/shelly/button.py:370:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity" + /homeassistant/components/shelly/button.py:379:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"   Variable is mutable so its type is invariant     Override type "RpcButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/shelly/button.py:374:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner + /homeassistant/components/shelly/button.py:383:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner   Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"     "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride) - /homeassistant/components/shelly/button.py:385:5 - error: "entity_description" overrides symbol of same name in class "ShellySleepingRpcAttributeEntity" + /homeassistant/components/shelly/button.py:394:5 - error: "entity_description" overrides symbol of same name in class "ShellySleepingRpcAttributeEntity"   Variable is mutable so its type is invariant     Override type "RpcButtonDescription" is not the same as base type "RpcEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/shelly/button.py:385:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity" + /homeassistant/components/shelly/button.py:394:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"   Variable is mutable so its type is invariant     Override type "RpcButtonDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/shelly/button.py:388:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner + /homeassistant/components/shelly/button.py:397:15 - error: Method "async_press" overrides class "ButtonEntity" in an incompatible manner   Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"     "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride) - /homeassistant/components/shelly/button.py:396:9 - error: "available" overrides symbol of same name in class "Entity" + /homeassistant/components/shelly/button.py:405:9 - error: "available" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride) /homeassistant/components/shelly/climate.py /homeassistant/components/shelly/climate.py:81:7 - error: Base classes for class "RpcLinkedgoThermostatClimate" define variable "available" in incompatible way (reportIncompatibleVariableOverride) @@ -28601,16 +28148,20 @@   Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"     "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride) /homeassistant/components/shelly/config_flow.py - /homeassistant/components/shelly/config_flow.py:599:17 - error: Could not access item in TypedDict + /homeassistant/components/shelly/config_flow.py:646:17 - error: Could not access item in TypedDict   "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess) - /homeassistant/components/shelly/config_flow.py:600:25 - error: Could not access item in TypedDict + /homeassistant/components/shelly/config_flow.py:647:25 - error: Could not access item in TypedDict   "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess) - /homeassistant/components/shelly/config_flow.py:614:21 - error: Could not access item in TypedDict + /homeassistant/components/shelly/config_flow.py:661:21 - error: Could not access item in TypedDict   "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess) - /homeassistant/components/shelly/config_flow.py:615:21 - error: Could not access item in TypedDict + /homeassistant/components/shelly/config_flow.py:662:21 - error: Could not access item in TypedDict   "context" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess) - /homeassistant/components/shelly/config_flow.py:726:25 - error: Could not access item in TypedDict + /homeassistant/components/shelly/config_flow.py:773:25 - error: Could not access item in TypedDict   "title_placeholders" is not a required key in "ConfigFlowContext", so access may result in runtime exception (reportTypedDictNotRequiredAccess) + /homeassistant/components/shelly/config_flow.py:806:47 - error: Could not access item in TypedDict +   "rssi" is not a required key in "ShellyWiFiNetwork", so access may result in runtime exception (reportTypedDictNotRequiredAccess) + /homeassistant/components/shelly/config_flow.py:808:25 - error: Could not access item in TypedDict +   "ssid" is not a required key in "ShellyWiFiNetwork", so access may result in runtime exception (reportTypedDictNotRequiredAccess) /homeassistant/components/shelly/coordinator.py /homeassistant/components/shelly/coordinator.py:246:12 - error: "new_sleep_period" is possibly unbound (reportPossiblyUnboundVariable) /homeassistant/components/shelly/coordinator.py:247:39 - error: "new_sleep_period" is possibly unbound (reportPossiblyUnboundVariable) @@ -28973,7 +28524,7 @@     Type parameter "_T_co@Iterable" is covariant, but "IPv4Address | IPv6Address" is not a subtype of "IPv4Address"       Type "IPv4Address | IPv6Address" is not assignable to type "IPv4Address"         "IPv6Address" is not assignable to "IPv4Address" (reportArgumentType) - /homeassistant/components/shelly/utils.py:734:50 - error: Could not access item in TypedDict + /homeassistant/components/shelly/utils.py:736:50 - error: Could not access item in TypedDict   "data" is not a required key in "ShellyScriptCode", so access may result in runtime exception (reportTypedDictNotRequiredAccess) /homeassistant/components/shelly/valve.py /homeassistant/components/shelly/valve.py:60:7 - error: Base classes for class "RpcShellyBaseWaterValve" define variable "available" in incompatible way (reportIncompatibleVariableOverride) @@ -30555,7 +30106,7 @@   Variable is mutable so its type is invariant     Override type "SqueezeboxButtonEntityDescription" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride) /homeassistant/components/squeezebox/config_flow.py - /homeassistant/components/squeezebox/config_flow.py:159:44 - error: Argument of type "int | str | QueryResult | list[QueryResult]" cannot be assigned to parameter "unique_id" of type "str | None" in function "async_set_unique_id" + /homeassistant/components/squeezebox/config_flow.py:162:40 - error: Argument of type "int | str | QueryResult | list[QueryResult]" cannot be assigned to parameter "unique_id" of type "str | None" in function "async_set_unique_id"   Type "int | str | QueryResult | list[QueryResult]" is not assignable to type "str | None"     Type "int" is not assignable to type "str | None"       "int" is not assignable to "str" @@ -31604,8 +31155,6 @@ /homeassistant/components/switchbot_cloud/binary_sensor.py:147:14 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"   Variable is mutable so its type is invariant     Override type "SwitchBotCloudBinarySensorEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/switchbot_cloud/binary_sensor.py:151:9 - error: "is_on" overrides symbol of same name in class "BinarySensorEntity" -   "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride) /homeassistant/components/switchbot_cloud/button.py /homeassistant/components/switchbot_cloud/button.py:30:7 - error: Base classes for class "SwitchBotCloudBot" define variable "available" in incompatible way (reportIncompatibleVariableOverride) /homeassistant/components/switchbot_cloud/climate.py @@ -32036,6 +31585,8 @@   Attribute "pid" is unknown (reportAttributeAccessIssue) /homeassistant/components/systemmonitor/coordinator.py:253:33 - error: Cannot access attribute "name" for class "Error"   Attribute "name" is unknown (reportAttributeAccessIssue) + /homeassistant/components/systemmonitor/coordinator.py:266:38 - error: "sensors_temperatures" is not a known attribute of module "psutil" (reportAttributeAccessIssue) + /homeassistant/components/systemmonitor/coordinator.py:274:44 - error: "sensors_fans" is not a known attribute of module "psutil" (reportAttributeAccessIssue) /homeassistant/components/systemmonitor/sensor.py /homeassistant/components/systemmonitor/sensor.py:643:14 - error: "entity_description" overrides symbol of same name in class "Entity"   Variable is mutable so its type is invariant @@ -32566,13 +32117,12 @@ /homeassistant/components/tedee/sensor.py:78:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) /homeassistant/components/telegram_bot/bot.py - /homeassistant/components/telegram_bot/bot.py:455:54 - error: "split" is not a known attribute of "None" (reportOptionalMemberAccess) /homeassistant/components/telegram_bot/bot.py:1112:40 - error: "req" is possibly unbound (reportPossiblyUnboundVariable) /homeassistant/components/telegram_bot/bot.py:1115:56 - error: "req" is possibly unbound (reportPossiblyUnboundVariable) /homeassistant/components/telegram_bot/config_flow.py - /homeassistant/components/telegram_bot/config_flow.py:232:21 - error: Could not access item in TypedDict + /homeassistant/components/telegram_bot/config_flow.py:238:21 - error: Could not access item in TypedDict   "description_placeholders" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess) - /homeassistant/components/telegram_bot/config_flow.py:254:17 - error: Could not access item in TypedDict + /homeassistant/components/telegram_bot/config_flow.py:260:17 - error: Could not access item in TypedDict   "description_placeholders" is not a required key in "ConfigFlowResult", so access may result in runtime exception (reportTypedDictNotRequiredAccess) /homeassistant/components/tellduslive/binary_sensor.py /homeassistant/components/tellduslive/binary_sensor.py:33:7 - error: Base classes for class "TelldusLiveSensor" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride) @@ -32736,12 +32286,12 @@ /homeassistant/components/template/image.py:154:7 - error: Base classes for class "TriggerImageEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride) /homeassistant/components/template/image.py:154:7 - error: Base classes for class "TriggerImageEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) /homeassistant/components/template/light.py - /homeassistant/components/template/light.py:1081:7 - error: Base classes for class "TriggerLightEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/template/light.py:1081:7 - error: Base classes for class "TriggerLightEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/template/light.py:1081:7 - error: Base classes for class "TriggerLightEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/template/light.py:1081:7 - error: Base classes for class "TriggerLightEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/template/light.py:1081:7 - error: Base classes for class "TriggerLightEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/template/light.py:1081:7 - error: Base classes for class "TriggerLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/light.py:1075:7 - error: Base classes for class "TriggerLightEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/light.py:1075:7 - error: Base classes for class "TriggerLightEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/light.py:1075:7 - error: Base classes for class "TriggerLightEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/light.py:1075:7 - error: Base classes for class "TriggerLightEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/light.py:1075:7 - error: Base classes for class "TriggerLightEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/light.py:1075:7 - error: Base classes for class "TriggerLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) /homeassistant/components/template/lock.py /homeassistant/components/template/lock.py:344:7 - error: Base classes for class "TriggerLockEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride) /homeassistant/components/template/lock.py:344:7 - error: Base classes for class "TriggerLockEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride) @@ -32844,41 +32394,41 @@   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) /homeassistant/components/template/weather.py:333:9 - error: "attribution" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:532:7 - error: Base classes for class "TriggerWeatherEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:615:9 - error: "condition" overrides symbol of same name in class "WeatherEntity" + /homeassistant/components/template/weather.py:531:7 - error: Base classes for class "TriggerWeatherEntity" define variable "unique_id" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/weather.py:531:7 - error: Base classes for class "TriggerWeatherEntity" define variable "name" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/weather.py:531:7 - error: Base classes for class "TriggerWeatherEntity" define variable "extra_state_attributes" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/weather.py:531:7 - error: Base classes for class "TriggerWeatherEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/weather.py:531:7 - error: Base classes for class "TriggerWeatherEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/weather.py:531:7 - error: Base classes for class "TriggerWeatherEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/weather.py:531:7 - error: Base classes for class "TriggerWeatherEntity" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/weather.py:531:7 - error: Base classes for class "TriggerWeatherEntity" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/weather.py:531:7 - error: Base classes for class "TriggerWeatherEntity" define variable "state" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/weather.py:531:7 - error: Base classes for class "TriggerWeatherEntity" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/template/weather.py:614:9 - error: "condition" overrides symbol of same name in class "WeatherEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:620:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity" + /homeassistant/components/template/weather.py:619:9 - error: "native_temperature" overrides symbol of same name in class "WeatherEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:627:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity" + /homeassistant/components/template/weather.py:626:9 - error: "humidity" overrides symbol of same name in class "WeatherEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:634:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity" + /homeassistant/components/template/weather.py:633:9 - error: "native_wind_speed" overrides symbol of same name in class "WeatherEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:641:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity" + /homeassistant/components/template/weather.py:640:9 - error: "wind_bearing" overrides symbol of same name in class "WeatherEntity"   "property" is not assignable to "cached_property[float | str | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:648:9 - error: "ozone" overrides symbol of same name in class "WeatherEntity" + /homeassistant/components/template/weather.py:647:9 - error: "ozone" overrides symbol of same name in class "WeatherEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:655:9 - error: "uv_index" overrides symbol of same name in class "WeatherEntity" + /homeassistant/components/template/weather.py:654:9 - error: "uv_index" overrides symbol of same name in class "WeatherEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:662:9 - error: "native_visibility" overrides symbol of same name in class "WeatherEntity" + /homeassistant/components/template/weather.py:661:9 - error: "native_visibility" overrides symbol of same name in class "WeatherEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:669:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity" + /homeassistant/components/template/weather.py:668:9 - error: "native_pressure" overrides symbol of same name in class "WeatherEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:676:9 - error: "native_wind_gust_speed" overrides symbol of same name in class "WeatherEntity" + /homeassistant/components/template/weather.py:675:9 - error: "native_wind_gust_speed" overrides symbol of same name in class "WeatherEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:683:9 - error: "cloud_coverage" overrides symbol of same name in class "WeatherEntity" + /homeassistant/components/template/weather.py:682:9 - error: "cloud_coverage" overrides symbol of same name in class "WeatherEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:690:9 - error: "native_dew_point" overrides symbol of same name in class "WeatherEntity" + /homeassistant/components/template/weather.py:689:9 - error: "native_dew_point" overrides symbol of same name in class "WeatherEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/template/weather.py:697:9 - error: "native_apparent_temperature" overrides symbol of same name in class "WeatherEntity" + /homeassistant/components/template/weather.py:696:9 - error: "native_apparent_temperature" overrides symbol of same name in class "WeatherEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) /homeassistant/components/tesla_fleet/__init__.py /homeassistant/components/tesla_fleet/__init__.py:103:16 - error: Argument of type "str" cannot be assigned to parameter "region" of type "Literal['na', 'eu', 'cn'] | None" in function "__init__" @@ -34752,13 +34302,13 @@   Variable is mutable so its type is invariant     Override type "str" is not the same as base type "str | None" (reportIncompatibleVariableOverride) /homeassistant/components/tuya/alarm_control_panel.py - /homeassistant/components/tuya/alarm_control_panel.py:120:42 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get" + /homeassistant/components/tuya/alarm_control_panel.py:128:42 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"   "str" is not assignable to "DeviceCategory" (reportArgumentType) - /homeassistant/components/tuya/alarm_control_panel.py:147:7 - error: Base classes for class "TuyaAlarmEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/alarm_control_panel.py:147:7 - error: Base classes for class "TuyaAlarmEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/alarm_control_panel.py:178:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity" + /homeassistant/components/tuya/alarm_control_panel.py:160:7 - error: Base classes for class "TuyaAlarmEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/tuya/alarm_control_panel.py:160:7 - error: Base classes for class "TuyaAlarmEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/tuya/alarm_control_panel.py:193:9 - error: "alarm_state" overrides symbol of same name in class "AlarmControlPanelEntity"   "property" is not assignable to "cached_property[AlarmControlPanelState | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/alarm_control_panel.py:183:9 - error: "changed_by" overrides symbol of same name in class "AlarmControlPanelEntity" + /homeassistant/components/tuya/alarm_control_panel.py:198:9 - error: "changed_by" overrides symbol of same name in class "AlarmControlPanelEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) /homeassistant/components/tuya/binary_sensor.py /homeassistant/components/tuya/binary_sensor.py:427:51 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get" @@ -34816,21 +34366,21 @@   Type "Any | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType) /homeassistant/components/tuya/cover.py - /homeassistant/components/tuya/cover.py:307:43 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get" + /homeassistant/components/tuya/cover.py:308:43 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"   "str" is not assignable to "DeviceCategory" (reportArgumentType) - /homeassistant/components/tuya/cover.py:347:7 - error: Base classes for class "TuyaCoverEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/cover.py:347:7 - error: Base classes for class "TuyaCoverEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/cover.py:366:14 - error: "entity_description" overrides symbol of same name in class "Entity" + /homeassistant/components/tuya/cover.py:348:7 - error: Base classes for class "TuyaCoverEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/tuya/cover.py:348:7 - error: Base classes for class "TuyaCoverEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/tuya/cover.py:367:14 - error: "entity_description" overrides symbol of same name in class "Entity"   Variable is mutable so its type is invariant     Override type "TuyaCoverEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/cover.py:366:14 - error: "entity_description" overrides symbol of same name in class "CoverEntity" + /homeassistant/components/tuya/cover.py:367:14 - error: "entity_description" overrides symbol of same name in class "CoverEntity"   Variable is mutable so its type is invariant     Override type "TuyaCoverEntityDescription" is not the same as base type "CoverEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/cover.py:390:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity" + /homeassistant/components/tuya/cover.py:391:9 - error: "current_cover_position" overrides symbol of same name in class "CoverEntity"   "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/cover.py:395:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity" + /homeassistant/components/tuya/cover.py:396:9 - error: "current_cover_tilt_position" overrides symbol of same name in class "CoverEntity"   "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/cover.py:403:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity" + /homeassistant/components/tuya/cover.py:404:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"   "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride) /homeassistant/components/tuya/diagnostics.py /homeassistant/components/tuya/diagnostics.py:51:19 - error: "client" is not a known attribute of "None" (reportOptionalMemberAccess) @@ -34849,15 +34399,15 @@   Variable is mutable so its type is invariant     Override type "EventEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) /homeassistant/components/tuya/fan.py - /homeassistant/components/tuya/fan.py:168:7 - error: Base classes for class "TuyaFanEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/fan.py:168:7 - error: Base classes for class "TuyaFanEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/fan.py:259:9 - error: "current_direction" overrides symbol of same name in class "FanEntity" + /homeassistant/components/tuya/fan.py:174:7 - error: Base classes for class "TuyaFanEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/tuya/fan.py:174:7 - error: Base classes for class "TuyaFanEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/tuya/fan.py:265:9 - error: "current_direction" overrides symbol of same name in class "FanEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/fan.py:264:9 - error: "oscillating" overrides symbol of same name in class "FanEntity" + /homeassistant/components/tuya/fan.py:270:9 - error: "oscillating" overrides symbol of same name in class "FanEntity"   "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/fan.py:269:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity" + /homeassistant/components/tuya/fan.py:275:9 - error: "preset_mode" overrides symbol of same name in class "FanEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/fan.py:274:9 - error: "percentage" overrides symbol of same name in class "FanEntity" + /homeassistant/components/tuya/fan.py:280:9 - error: "percentage" overrides symbol of same name in class "FanEntity"   "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride) /homeassistant/components/tuya/humidifier.py /homeassistant/components/tuya/humidifier.py:95:48 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get" @@ -34879,29 +34429,24 @@ /homeassistant/components/tuya/humidifier.py:184:9 - error: "current_humidity" overrides symbol of same name in class "HumidifierEntity"   "property" is not assignable to "cached_property[float | None]" (reportIncompatibleVariableOverride) /homeassistant/components/tuya/light.py - /homeassistant/components/tuya/light.py:619:43 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get" + /homeassistant/components/tuya/light.py:622:43 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"   "str" is not assignable to "DeviceCategory" (reportArgumentType) - /homeassistant/components/tuya/light.py:658:7 - error: Base classes for class "TuyaLightEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/light.py:658:7 - error: Base classes for class "TuyaLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/light.py:682:14 - error: "entity_description" overrides symbol of same name in class "Entity" + /homeassistant/components/tuya/light.py:661:7 - error: Base classes for class "TuyaLightEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/tuya/light.py:661:7 - error: Base classes for class "TuyaLightEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/tuya/light.py:685:14 - error: "entity_description" overrides symbol of same name in class "Entity"   Variable is mutable so its type is invariant     Override type "TuyaLightEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/light.py:682:14 - error: "entity_description" overrides symbol of same name in class "LightEntity" + /homeassistant/components/tuya/light.py:685:14 - error: "entity_description" overrides symbol of same name in class "LightEntity"   Variable is mutable so its type is invariant     Override type "TuyaLightEntityDescription" is not the same as base type "LightEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/light.py:717:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity" + /homeassistant/components/tuya/light.py:720:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"   "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/light.py:788:9 - error: "brightness" overrides symbol of same name in class "LightEntity" + /homeassistant/components/tuya/light.py:791:9 - error: "brightness" overrides symbol of same name in class "LightEntity"   "property" is not assignable to "cached_property[int | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/light.py:802:9 - error: "hs_color" overrides symbol of same name in class "LightEntity" + /homeassistant/components/tuya/light.py:805:9 - error: "hs_color" overrides symbol of same name in class "LightEntity"   "property" is not assignable to "cached_property[tuple[float, float] | None]" (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/light.py:809:9 - error: "color_mode" overrides symbol of same name in class "LightEntity" + /homeassistant/components/tuya/light.py:812:9 - error: "color_mode" overrides symbol of same name in class "LightEntity"   "property" is not assignable to "cached_property[ColorMode | str | None]" (reportIncompatibleVariableOverride) -/homeassistant/components/tuya/models.py - /homeassistant/components/tuya/models.py:106:37 - error: Argument of type "DPType" cannot be assigned to parameter "dptype" of type "Literal[DPType.JSON, DPType.RAW]" in function "find_dpcode" -   Type "DPType" is not assignable to type "Literal[DPType.JSON, DPType.RAW]" -     "DPType" is not assignable to type "Literal[DPType.JSON]" -     "DPType" is not assignable to type "Literal[DPType.RAW]" (reportArgumentType) /homeassistant/components/tuya/number.py /homeassistant/components/tuya/number.py:463:44 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"   "str" is not assignable to "DeviceCategory" (reportArgumentType) @@ -34924,17 +34469,17 @@ /homeassistant/components/tuya/select.py:406:9 - error: "current_option" overrides symbol of same name in class "SelectEntity"   "property" is not assignable to "cached_property[str | None]" (reportIncompatibleVariableOverride) /homeassistant/components/tuya/sensor.py - /homeassistant/components/tuya/sensor.py:1765:44 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get" + /homeassistant/components/tuya/sensor.py:1762:44 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get"   "str" is not assignable to "DeviceCategory" (reportArgumentType) - /homeassistant/components/tuya/sensor.py:1781:7 - error: Base classes for class "TuyaSensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/sensor.py:1781:7 - error: Base classes for class "TuyaSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/sensor.py:1796:14 - error: "entity_description" overrides symbol of same name in class "Entity" + /homeassistant/components/tuya/sensor.py:1778:7 - error: Base classes for class "TuyaSensorEntity" define variable "device_info" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/tuya/sensor.py:1778:7 - error: Base classes for class "TuyaSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/tuya/sensor.py:1793:14 - error: "entity_description" overrides symbol of same name in class "Entity"   Variable is mutable so its type is invariant     Override type "TuyaSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/sensor.py:1796:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/tuya/sensor.py:1793:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"   Variable is mutable so its type is invariant     Override type "TuyaSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/tuya/sensor.py:1852:9 - error: "native_value" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/tuya/sensor.py:1849:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) /homeassistant/components/tuya/siren.py /homeassistant/components/tuya/siren.py:66:43 - error: Argument of type "str" cannot be assigned to parameter "key" of type "DeviceCategory" in function "get" @@ -34951,7 +34496,7 @@ /homeassistant/components/tuya/switch.py:1039:9 - error: "is_on" overrides symbol of same name in class "ToggleEntity"   "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride) /homeassistant/components/tuya/type_information.py - /homeassistant/components/tuya/type_information.py:333:50 - error: Argument of type "dict[str, Any] | str" cannot be assigned to parameter "type_data" of type "str" in function "from_json" + /homeassistant/components/tuya/type_information.py:89:54 - error: Argument of type "dict[str, Any] | str" cannot be assigned to parameter "type_data" of type "str" in function "_from_json"   Type "dict[str, Any] | str" is not assignable to type "str"     "dict[str, Any]" is not assignable to "str" (reportArgumentType) /homeassistant/components/tuya/vacuum.py @@ -35092,11 +34637,11 @@   Variable is mutable so its type is invariant     Override type "UnifiImageEntityDescription[HandlerT@UnifiImageEntity, ApiItemT@UnifiImageEntity]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) /homeassistant/components/unifi/light.py - /homeassistant/components/unifi/light.py:148:7 - error: Base classes for class "UnifiLightEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifi/light.py:153:5 - error: "entity_description" overrides symbol of same name in class "UnifiEntity" + /homeassistant/components/unifi/light.py:150:7 - error: Base classes for class "UnifiLightEntity" define variable "_attr_unique_id" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifi/light.py:155:5 - error: "entity_description" overrides symbol of same name in class "UnifiEntity"   Variable is mutable so its type is invariant     Override type "UnifiLightEntityDescription[HandlerT@UnifiLightEntity, ApiItemT@UnifiLightEntity]" is not the same as base type "UnifiEntityDescription[HandlerT@UnifiLightEntity, ApiItemT@UnifiLightEntity]" (reportIncompatibleVariableOverride) - /homeassistant/components/unifi/light.py:153:5 - error: "entity_description" overrides symbol of same name in class "LightEntity" + /homeassistant/components/unifi/light.py:155:5 - error: "entity_description" overrides symbol of same name in class "LightEntity"   Variable is mutable so its type is invariant     Override type "UnifiLightEntityDescription[HandlerT@UnifiLightEntity, ApiItemT@UnifiLightEntity]" is not the same as base type "LightEntityDescription" (reportIncompatibleVariableOverride) /homeassistant/components/unifi/sensor.py @@ -35132,33 +34677,33 @@ /homeassistant/components/unifiled/light.py /homeassistant/components/unifiled/light.py:8:22 - error: "unifiled" is unknown import symbol (reportAttributeAccessIssue) /homeassistant/components/unifiprotect/binary_sensor.py - /homeassistant/components/unifiprotect/binary_sensor.py:621:7 - error: Base classes for class "ProtectDeviceBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/binary_sensor.py:621:7 - error: Base classes for class "ProtectDeviceBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/binary_sensor.py:621:7 - error: Base classes for class "ProtectDeviceBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/binary_sensor.py:626:5 - error: "entity_description" overrides symbol of same name in class "ProtectIsOnEntity" + /homeassistant/components/unifiprotect/binary_sensor.py:568:7 - error: Base classes for class "ProtectDeviceBinarySensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/binary_sensor.py:568:7 - error: Base classes for class "ProtectDeviceBinarySensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/binary_sensor.py:568:7 - error: Base classes for class "ProtectDeviceBinarySensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/binary_sensor.py:573:5 - error: "entity_description" overrides symbol of same name in class "ProtectIsOnEntity"   Variable is mutable so its type is invariant     Override type "ProtectBinaryEntityDescription" is not the same as base type "ProtectEntityDescription[Unknown]" (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/binary_sensor.py:626:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity" + /homeassistant/components/unifiprotect/binary_sensor.py:573:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"   Variable is mutable so its type is invariant     Override type "ProtectBinaryEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/binary_sensor.py:632:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity" + /homeassistant/components/unifiprotect/binary_sensor.py:579:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity"   Variable is mutable so its type is invariant     Override type "Sensor" is not the same as base type "ProtectDeviceType" (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/binary_sensor.py:648:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity" + /homeassistant/components/unifiprotect/binary_sensor.py:595:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"   Variable is mutable so its type is invariant     Override type "ProtectBinaryEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/binary_sensor.py:691:5 - error: "entity_description" overrides symbol of same name in class "EventEntityMixin" + /homeassistant/components/unifiprotect/binary_sensor.py:638:5 - error: "entity_description" overrides symbol of same name in class "EventEntityMixin"   Variable is mutable so its type is invariant     Override type "ProtectBinaryEventEntityDescription" is not the same as base type "ProtectEventMixin[Unknown]" (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/binary_sensor.py:691:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity" + /homeassistant/components/unifiprotect/binary_sensor.py:638:5 - error: "entity_description" overrides symbol of same name in class "BinarySensorEntity"   Variable is mutable so its type is invariant     Override type "ProtectBinaryEventEntityDescription" is not the same as base type "BinarySensorEntityDescription" (reportIncompatibleVariableOverride) /homeassistant/components/unifiprotect/button.py - /homeassistant/components/unifiprotect/button.py:90:22 - error: Argument of type "Literal['unifiprotect__chime_button']" cannot be assigned to parameter "device_class" of type "ButtonDeviceClass | None" in function "__init__" + /homeassistant/components/unifiprotect/button.py:87:22 - error: Argument of type "Literal['unifiprotect__chime_button']" cannot be assigned to parameter "device_class" of type "ButtonDeviceClass | None" in function "__init__"   Type "Literal['unifiprotect__chime_button']" is not assignable to type "ButtonDeviceClass | None"     "Literal['unifiprotect__chime_button']" is not assignable to "ButtonDeviceClass"     "Literal['unifiprotect__chime_button']" is not assignable to "None" (reportArgumentType) - /homeassistant/components/unifiprotect/button.py:169:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity" + /homeassistant/components/unifiprotect/button.py:164:5 - error: "entity_description" overrides symbol of same name in class "ButtonEntity"   Variable is mutable so its type is invariant     Override type "ProtectButtonEntityDescription[Unknown]" is not the same as base type "ButtonEntityDescription" (reportIncompatibleVariableOverride) /homeassistant/components/unifiprotect/camera.py @@ -35234,66 +34779,66 @@ /homeassistant/components/unifiprotect/media_source.py:593:21 - error: "recording_start" is possibly unbound (reportPossiblyUnboundVariable) /homeassistant/components/unifiprotect/media_source.py:771:43 - error: "format" is not a known attribute of "None" (reportOptionalMemberAccess) /homeassistant/components/unifiprotect/number.py - /homeassistant/components/unifiprotect/number.py:291:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity" + /homeassistant/components/unifiprotect/number.py:279:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity"   Variable is mutable so its type is invariant     Override type "Camera | Light" is not the same as base type "ProtectDeviceType" (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/number.py:292:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity" + /homeassistant/components/unifiprotect/number.py:280:5 - error: "entity_description" overrides symbol of same name in class "NumberEntity"   Variable is mutable so its type is invariant     Override type "ProtectNumberEntityDescription[Unknown]" is not the same as base type "NumberEntityDescription" (reportIncompatibleVariableOverride) /homeassistant/components/unifiprotect/select.py - /homeassistant/components/unifiprotect/select.py:367:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity" + /homeassistant/components/unifiprotect/select.py:356:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity"   Variable is mutable so its type is invariant     Override type "Camera | Light | Viewer" is not the same as base type "ProtectDeviceType" (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/select.py:368:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity" + /homeassistant/components/unifiprotect/select.py:357:5 - error: "entity_description" overrides symbol of same name in class "SelectEntity"   Variable is mutable so its type is invariant     Override type "ProtectSelectEntityDescription[Unknown]" is not the same as base type "SelectEntityDescription" (reportIncompatibleVariableOverride) /homeassistant/components/unifiprotect/sensor.py - /homeassistant/components/unifiprotect/sensor.py:690:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/unifiprotect/sensor.py:661:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"   Variable is mutable so its type is invariant     Override type "ProtectSensorEntityDescription[Unknown]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:698:7 - error: Base classes for class "ProtectDeviceSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:698:7 - error: Base classes for class "ProtectDeviceSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:698:7 - error: Base classes for class "ProtectDeviceSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:698:7 - error: Base classes for class "ProtectDeviceSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:698:7 - error: Base classes for class "ProtectDeviceSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:698:7 - error: Base classes for class "ProtectDeviceSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:698:7 - error: Base classes for class "ProtectDeviceSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:698:7 - error: Base classes for class "ProtectDeviceSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:702:7 - error: Base classes for class "ProtectNVRSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:702:7 - error: Base classes for class "ProtectNVRSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:702:7 - error: Base classes for class "ProtectNVRSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:702:7 - error: Base classes for class "ProtectNVRSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:702:7 - error: Base classes for class "ProtectNVRSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:702:7 - error: Base classes for class "ProtectNVRSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:702:7 - error: Base classes for class "ProtectNVRSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:702:7 - error: Base classes for class "ProtectNVRSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:709:5 - error: "entity_description" overrides symbol of same name in class "EventEntityMixin" + /homeassistant/components/unifiprotect/sensor.py:669:7 - error: Base classes for class "ProtectDeviceSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:669:7 - error: Base classes for class "ProtectDeviceSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:669:7 - error: Base classes for class "ProtectDeviceSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:669:7 - error: Base classes for class "ProtectDeviceSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:669:7 - error: Base classes for class "ProtectDeviceSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:669:7 - error: Base classes for class "ProtectDeviceSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:669:7 - error: Base classes for class "ProtectDeviceSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:669:7 - error: Base classes for class "ProtectDeviceSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:673:7 - error: Base classes for class "ProtectNVRSensor" define variable "entity_description" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:673:7 - error: Base classes for class "ProtectNVRSensor" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:673:7 - error: Base classes for class "ProtectNVRSensor" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:673:7 - error: Base classes for class "ProtectNVRSensor" define variable "_attr_unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:673:7 - error: Base classes for class "ProtectNVRSensor" define variable "state" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:673:7 - error: Base classes for class "ProtectNVRSensor" define variable "capability_attributes" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:673:7 - error: Base classes for class "ProtectNVRSensor" define variable "state_attributes" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:673:7 - error: Base classes for class "ProtectNVRSensor" define variable "unit_of_measurement" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/sensor.py:680:5 - error: "entity_description" overrides symbol of same name in class "EventEntityMixin"   Variable is mutable so its type is invariant     Override type "ProtectSensorEventEntityDescription[Unknown]" is not the same as base type "ProtectEventMixin[Unknown]" (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/sensor.py:709:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/unifiprotect/sensor.py:680:5 - error: "entity_description" overrides symbol of same name in class "SensorEntity"   Variable is mutable so its type is invariant     Override type "ProtectSensorEventEntityDescription[Unknown]" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) /homeassistant/components/unifiprotect/switch.py - /homeassistant/components/unifiprotect/switch.py:477:5 - error: "entity_description" overrides symbol of same name in class "ProtectIsOnEntity" + /homeassistant/components/unifiprotect/switch.py:439:5 - error: "entity_description" overrides symbol of same name in class "ProtectIsOnEntity"   Variable is mutable so its type is invariant     Override type "ProtectSwitchEntityDescription[Unknown]" is not the same as base type "ProtectEntityDescription[Unknown]" (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/switch.py:488:7 - error: Base classes for class "ProtectSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/switch.py:488:7 - error: Base classes for class "ProtectSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/switch.py:488:7 - error: Base classes for class "ProtectSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/switch.py:491:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity" + /homeassistant/components/unifiprotect/switch.py:450:7 - error: Base classes for class "ProtectSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/switch.py:450:7 - error: Base classes for class "ProtectSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/switch.py:450:7 - error: Base classes for class "ProtectSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/switch.py:453:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"   Variable is mutable so its type is invariant     Override type "ProtectSwitchEntityDescription[Unknown]" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/switch.py:494:7 - error: Base classes for class "ProtectNVRSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/switch.py:494:7 - error: Base classes for class "ProtectNVRSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/switch.py:494:7 - error: Base classes for class "ProtectNVRSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/switch.py:494:7 - error: Base classes for class "ProtectNVRSwitch" define variable "device" in incompatible way (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/switch.py:497:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity" + /homeassistant/components/unifiprotect/switch.py:456:7 - error: Base classes for class "ProtectNVRSwitch" define variable "_attr_device_class" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/switch.py:456:7 - error: Base classes for class "ProtectNVRSwitch" define variable "_attr_state" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/switch.py:456:7 - error: Base classes for class "ProtectNVRSwitch" define variable "state" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/switch.py:456:7 - error: Base classes for class "ProtectNVRSwitch" define variable "device" in incompatible way (reportIncompatibleVariableOverride) + /homeassistant/components/unifiprotect/switch.py:459:5 - error: "entity_description" overrides symbol of same name in class "SwitchEntity"   Variable is mutable so its type is invariant     Override type "ProtectSwitchEntityDescription[Unknown]" is not the same as base type "SwitchEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/switch.py:503:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity" + /homeassistant/components/unifiprotect/switch.py:465:5 - error: "device" overrides symbol of same name in class "BaseProtectEntity"   Variable is mutable so its type is invariant     Override type "Camera" is not the same as base type "ProtectDeviceType" (reportIncompatibleVariableOverride) - /homeassistant/components/unifiprotect/switch.py:504:5 - error: "entity_description" overrides symbol of same name in class "Entity" + /homeassistant/components/unifiprotect/switch.py:466:5 - error: "entity_description" overrides symbol of same name in class "Entity"   Variable is mutable so its type is invariant     Override type "ProtectSwitchEntityDescription[Unknown]" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) /homeassistant/components/unifiprotect/text.py @@ -35753,6 +35298,10 @@ /homeassistant/components/velbus/climate.py:92:15 - error: Method "async_set_hvac_mode" overrides class "ClimateEntity" in an incompatible manner   Return type mismatch: base method returns type "CoroutineType[Any, Any, None]", override returns type "Coroutine[Any, Any, None]"     "Coroutine[Any, Any, None]" is not assignable to "CoroutineType[Any, Any, None]" (reportIncompatibleMethodOverride) +/homeassistant/components/velbus/config_flow.py + /homeassistant/components/velbus/config_flow.py:192:51 - error: Argument of type "str | None" cannot be assigned to parameter "file_path" of type "str" in function "_validate_vlp_file" +   Type "str | None" is not assignable to type "str" +     "None" is not assignable to "str" (reportArgumentType) /homeassistant/components/velbus/cover.py /homeassistant/components/velbus/cover.py:63:9 - error: "is_closed" overrides symbol of same name in class "CoverEntity"   "property" is not assignable to "cached_property[bool | None]" (reportIncompatibleVariableOverride) @@ -38311,35 +37860,35 @@   Type "(dryer: Dryer) -> (str | None)" is not assignable to type "(Appliance) -> (str | None)"     Parameter 1: type "Appliance" is incompatible with type "Dryer"       "Appliance" is not assignable to "Dryer" (reportArgumentType) - /homeassistant/components/whirlpool/sensor.py:330:14 - error: "entity_description" overrides symbol of same name in class "Entity" + /homeassistant/components/whirlpool/sensor.py:326:14 - error: "entity_description" overrides symbol of same name in class "Entity"   Variable is mutable so its type is invariant     Override type "WhirlpoolSensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/whirlpool/sensor.py:330:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/whirlpool/sensor.py:326:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"   Variable is mutable so its type is invariant     Override type "WhirlpoolSensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/whirlpool/sensor.py:333:9 - error: "native_value" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/whirlpool/sensor.py:329:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) - /homeassistant/components/whirlpool/sensor.py:373:6 - error: Argument of type "property" cannot be assigned to parameter "method" of type "_F@override" in function "override" + /homeassistant/components/whirlpool/sensor.py:369:6 - error: Argument of type "property" cannot be assigned to parameter "method" of type "_F@override" in function "override"   Type "property" is not assignable to type "(...) -> Any"     Type "property" is not assignable to type "(...) -> Any" (reportArgumentType) - /homeassistant/components/whirlpool/sensor.py:375:9 - error: "native_value" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/whirlpool/sensor.py:371:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) - /homeassistant/components/whirlpool/sensor.py:386:25 - error: Argument of type "int | None" cannot be assigned to parameter "seconds" of type "float" in function "__new__" + /homeassistant/components/whirlpool/sensor.py:382:25 - error: Argument of type "int | None" cannot be assigned to parameter "seconds" of type "float" in function "__new__"   Type "int | None" is not assignable to type "float"     "None" is not assignable to "float" (reportArgumentType) - /homeassistant/components/whirlpool/sensor.py:399:5 - error: "_appliance" overrides symbol of same name in class "WasherDryerTimeSensorBase" + /homeassistant/components/whirlpool/sensor.py:395:5 - error: "_appliance" overrides symbol of same name in class "WasherDryerTimeSensorBase"   Variable is mutable so its type is invariant     Override type "Washer" is not the same as base type "Washer | Dryer" (reportIncompatibleVariableOverride) - /homeassistant/components/whirlpool/sensor.py:418:5 - error: "_appliance" overrides symbol of same name in class "WasherDryerTimeSensorBase" + /homeassistant/components/whirlpool/sensor.py:414:5 - error: "_appliance" overrides symbol of same name in class "WasherDryerTimeSensorBase"   Variable is mutable so its type is invariant     Override type "Dryer" is not the same as base type "Washer | Dryer" (reportIncompatibleVariableOverride) - /homeassistant/components/whirlpool/sensor.py:445:14 - error: "entity_description" overrides symbol of same name in class "Entity" + /homeassistant/components/whirlpool/sensor.py:441:14 - error: "entity_description" overrides symbol of same name in class "Entity"   Variable is mutable so its type is invariant     Override type "WhirlpoolOvenCavitySensorEntityDescription" is not the same as base type "EntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/whirlpool/sensor.py:445:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/whirlpool/sensor.py:441:14 - error: "entity_description" overrides symbol of same name in class "SensorEntity"   Variable is mutable so its type is invariant     Override type "WhirlpoolOvenCavitySensorEntityDescription" is not the same as base type "SensorEntityDescription" (reportIncompatibleVariableOverride) - /homeassistant/components/whirlpool/sensor.py:450:9 - error: "native_value" overrides symbol of same name in class "SensorEntity" + /homeassistant/components/whirlpool/sensor.py:446:9 - error: "native_value" overrides symbol of same name in class "SensorEntity"   "property" is not assignable to "cached_property[StateType | date | datetime | Decimal]" (reportIncompatibleVariableOverride) /homeassistant/components/whois/sensor.py /homeassistant/components/whois/sensor.py:182:7 - error: Base classes for class "WhoisSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) @@ -41559,14 +41108,14 @@     "dict[str, _S@__setitem__]" is not assignable to "dict[str, dict[str, Any] | None]"       Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "dict[str, Any] | None"       Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType) - /homeassistant/helpers/condition.py:307:10 - error: Function with declared return type "dict[str, type[Condition]]" must return value on all code paths + /homeassistant/helpers/condition.py:310:10 - error: Function with declared return type "dict[str, type[Condition]]" must return value on all code paths   "None" is not assignable to "dict[str, type[Condition]]" (reportReturnType) - /homeassistant/helpers/condition.py:413:26 - error: Type "tuple[str, ModuleType]" is not assignable to return type "tuple[str, ConditionProtocol | None]" + /homeassistant/helpers/condition.py:416:26 - error: Type "tuple[str, ModuleType]" is not assignable to return type "tuple[str, ConditionProtocol | None]"   Type "ModuleType" is not assignable to type "ConditionProtocol | None"     "ModuleType" is incompatible with protocol "ConditionProtocol"       "async_get_conditions" is not present     "ModuleType" is not assignable to "None" (reportReturnType) - /homeassistant/helpers/condition.py:824:72 - error: "state_value" is possibly unbound (reportPossiblyUnboundVariable) + /homeassistant/helpers/condition.py:827:72 - error: "state_value" is possibly unbound (reportPossiblyUnboundVariable) /homeassistant/helpers/config_validation.py /homeassistant/helpers/config_validation.py:21:5 - error: "_GLOBAL_DEFAULT_TIMEOUT" is unknown import symbol (reportAttributeAccessIssue) /homeassistant/helpers/config_validation.py:873:37 - error: Argument missing for parameter "v" (reportCallIssue) @@ -41853,8 +41402,6 @@ /homeassistant/helpers/trigger_template_entity.py:384:7 - error: Base classes for class "ManualTriggerSensorEntity" define variable "icon" in incompatible way (reportIncompatibleVariableOverride) /homeassistant/helpers/trigger_template_entity.py:384:7 - error: Base classes for class "ManualTriggerSensorEntity" define variable "entity_picture" in incompatible way (reportIncompatibleVariableOverride) /homeassistant/helpers/trigger_template_entity.py:384:7 - error: Base classes for class "ManualTriggerSensorEntity" define variable "available" in incompatible way (reportIncompatibleVariableOverride) -/homeassistant/helpers/typing.py - /homeassistant/helpers/typing.py:66:1 - warning: Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll) /homeassistant/helpers/update_coordinator.py /homeassistant/helpers/update_coordinator.py:62:10 - error: Function with declared return type "() -> None" must return value on all code paths   Type "None" is not assignable to type "() -> None" (reportReturnType) @@ -41862,42 +41409,42 @@ /homeassistant/helpers/update_coordinator.py:645:9 - error: "available" overrides symbol of same name in class "Entity"   "property" is not assignable to "cached_property[bool]" (reportIncompatibleVariableOverride) /homeassistant/loader.py - /homeassistant/loader.py:275:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue) - /homeassistant/loader.py:275:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__" + /homeassistant/loader.py:281:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue) + /homeassistant/loader.py:281:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"   Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, ModuleType | ComponentProtocol]"     "dict[str, _S@__setitem__]" is not assignable to "dict[str, ModuleType | ComponentProtocol]"       Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "ModuleType | ComponentProtocol"       Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType) - /homeassistant/loader.py:276:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue) - /homeassistant/loader.py:276:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__" + /homeassistant/loader.py:282:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue) + /homeassistant/loader.py:282:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"   Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, Integration | Future[Integration | IntegrationNotFound]]"     "dict[str, _S@__setitem__]" is not assignable to "dict[str, Integration | Future[Integration | IntegrationNotFound]]"       Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "Integration | Future[Integration | IntegrationNotFound]"       Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType) - /homeassistant/loader.py:277:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue) - /homeassistant/loader.py:277:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__" + /homeassistant/loader.py:283:5 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue) + /homeassistant/loader.py:283:5 - error: Argument of type "dict[str, _S@__setitem__]" cannot be assigned to parameter "value" of type "_S@__setitem__" in function "__setitem__"   Type "dict[str, _S@__setitem__]" is not assignable to type "dict[str, bool]"     "dict[str, _S@__setitem__]" is not assignable to "dict[str, bool]"       Type parameter "_VT@dict" is invariant, but "_S@__setitem__" is not the same as "bool"       Consider switching from "dict" to "Mapping" which is covariant in the value type (reportArgumentType) - /homeassistant/loader.py:298:16 - error: Import "custom_components" could not be resolved (reportMissingImports) - /homeassistant/loader.py:374:10 - error: Function with declared return type "bool" must return value on all code paths + /homeassistant/loader.py:304:16 - error: Import "custom_components" could not be resolved (reportMissingImports) + /homeassistant/loader.py:380:10 - error: Function with declared return type "bool" must return value on all code paths   "None" is not assignable to "bool" (reportReturnType) - /homeassistant/loader.py:379:10 - error: Function with declared return type "bool" must return value on all code paths + /homeassistant/loader.py:385:10 - error: Function with declared return type "bool" must return value on all code paths   "None" is not assignable to "bool" (reportReturnType) - /homeassistant/loader.py:384:10 - error: Function with declared return type "bool" must return value on all code paths + /homeassistant/loader.py:390:10 - error: Function with declared return type "bool" must return value on all code paths   "None" is not assignable to "bool" (reportReturnType) - /homeassistant/loader.py:397:10 - error: Function with declared return type "bool" must return value on all code paths + /homeassistant/loader.py:403:10 - error: Function with declared return type "bool" must return value on all code paths   "None" is not assignable to "bool" (reportReturnType) - /homeassistant/loader.py:405:77 - error: Function with declared return type "bool" must return value on all code paths + /homeassistant/loader.py:411:77 - error: Function with declared return type "bool" must return value on all code paths   "None" is not assignable to "bool" (reportReturnType) - /homeassistant/loader.py:408:65 - error: Function with declared return type "bool" must return value on all code paths + /homeassistant/loader.py:414:65 - error: Function with declared return type "bool" must return value on all code paths   "None" is not assignable to "bool" (reportReturnType) - /homeassistant/loader.py:788:16 - error: Could not access item in TypedDict + /homeassistant/loader.py:794:16 - error: Could not access item in TypedDict   "name" is not a required key in "Manifest", so access may result in runtime exception (reportTypedDictNotRequiredAccess) - /homeassistant/loader.py:798:16 - error: Could not access item in TypedDict + /homeassistant/loader.py:804:16 - error: Could not access item in TypedDict   "domain" is not a required key in "Manifest", so access may result in runtime exception (reportTypedDictNotRequiredAccess) - /homeassistant/loader.py:985:20 - error: Type "ModuleType | ComponentProtocol" is not assignable to return type "ComponentProtocol" + /homeassistant/loader.py:991:20 - error: Type "ModuleType | ComponentProtocol" is not assignable to return type "ComponentProtocol"   Type "ModuleType | ComponentProtocol" is not assignable to type "ComponentProtocol"     "ModuleType" is incompatible with protocol "ComponentProtocol"       "CONFIG_SCHEMA" is not present @@ -41907,9 +41454,9 @@       "async_migrate_entry" is not present       "async_remove_entry" is not present ... (reportReturnType) - /homeassistant/loader.py:1005:43 - error: "start" is possibly unbound (reportPossiblyUnboundVariable) - /homeassistant/loader.py:1041:39 - error: "start" is possibly unbound (reportPossiblyUnboundVariable) - /homeassistant/loader.py:1063:20 - error: Type "ModuleType | ComponentProtocol" is not assignable to return type "ComponentProtocol" + /homeassistant/loader.py:1011:43 - error: "start" is possibly unbound (reportPossiblyUnboundVariable) + /homeassistant/loader.py:1047:39 - error: "start" is possibly unbound (reportPossiblyUnboundVariable) + /homeassistant/loader.py:1069:20 - error: Type "ModuleType | ComponentProtocol" is not assignable to return type "ComponentProtocol"   Type "ModuleType | ComponentProtocol" is not assignable to type "ComponentProtocol"     "ModuleType" is incompatible with protocol "ComponentProtocol"       "CONFIG_SCHEMA" is not present @@ -41919,7 +41466,7 @@       "async_migrate_entry" is not present       "async_remove_entry" is not present ... (reportReturnType) - /homeassistant/loader.py:1090:16 - error: Type "ModuleType | ComponentProtocol" is not assignable to return type "ComponentProtocol" + /homeassistant/loader.py:1096:16 - error: Type "ModuleType | ComponentProtocol" is not assignable to return type "ComponentProtocol"   Type "ModuleType | ComponentProtocol" is not assignable to type "ComponentProtocol"     "ModuleType" is incompatible with protocol "ComponentProtocol"       "CONFIG_SCHEMA" is not present @@ -41929,9 +41476,9 @@       "async_migrate_entry" is not present       "async_remove_entry" is not present ... (reportReturnType) - /homeassistant/loader.py:1195:47 - error: "start" is possibly unbound (reportPossiblyUnboundVariable) - /homeassistant/loader.py:1493:15 - error: Argument of type "dict[Any, Any]" cannot be assigned to parameter "cache" of type "_ResolveDependenciesCacheProtocol" in function "_resolve_integrations_dependencies" (reportArgumentType) - /homeassistant/loader.py:1679:16 - error: Import "custom_components" could not be resolved (reportMissingImports) + /homeassistant/loader.py:1201:47 - error: "start" is possibly unbound (reportPossiblyUnboundVariable) + /homeassistant/loader.py:1499:15 - error: Argument of type "dict[Any, Any]" cannot be assigned to parameter "cache" of type "_ResolveDependenciesCacheProtocol" in function "_resolve_integrations_dependencies" (reportArgumentType) + /homeassistant/loader.py:1685:16 - error: Import "custom_components" could not be resolved (reportMissingImports) /homeassistant/runner.py /homeassistant/runner.py:176:35 - error: "DefaultEventLoopPolicy" is not a known attribute of module "asyncio" (reportAttributeAccessIssue) /homeassistant/scripts/auth.py @@ -42033,4 +41580,4 @@ /homeassistant/util/loop.py:164:16 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable) /homeassistant/util/loop.py:164:60 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable) /homeassistant/util/loop.py:165:17 - error: "integration_frame" is possibly unbound (reportPossiblyUnboundVariable) -19457 errors, 18 warnings, 0 informations +19234 errors, 17 warnings, 0 informations diff --git a/scripts/ty_benchmark/snapshots/pytorch_Pyright.txt b/scripts/ty_benchmark/snapshots/pytorch_Pyright.txt index 2ab99028dd..b2d5ca9e5c 100644 --- a/scripts/ty_benchmark/snapshots/pytorch_Pyright.txt +++ b/scripts/ty_benchmark/snapshots/pytorch_Pyright.txt @@ -4622,6 +4622,8 @@ /torch/_inductor/codegen/common.py:186:32 - error: "uint8" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/codegen/common.py:224:35 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/codegen/common.py:229:34 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/codegen/common.py:242:21 - error: Argument of type "list[int]" cannot be assigned to parameter "stride" of type "Sequence[Expr] | None" in function "__init__" +   "Literal[1]" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/codegen/common.py:285:18 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/codegen/common.py:310:27 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/codegen/common.py:448:25 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -5490,6 +5492,12 @@   Base method is declared as an instance method but override is not (reportIncompatibleMethodOverride) /torch/_inductor/codegen/cpp.py:4695:49 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/codegen/cpp.py:5019:45 - error: "get_default_sizes_body" is not a known attribute of "None" (reportOptionalMemberAccess) + /torch/_inductor/codegen/cpp.py:5206:29 - error: Argument of type "list[int]" cannot be assigned to parameter "stride" of type "Sequence[Expr] | None" in function "__init__" +   Type "list[int]" is not assignable to type "Sequence[Expr] | None" +     "list[int]" is not assignable to "Sequence[Expr]" +       Type parameter "_T_co@Sequence" is covariant, but "int" is not a subtype of "Expr" +         "int" is not assignable to "Expr" +     "list[int]" is not assignable to "None" (reportArgumentType) /torch/_inductor/codegen/cpp.py:5290:34 - error: "config" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/codegen/cpp_flex_attention_template.py /torch/_inductor/codegen/cpp_flex_attention_template.py:705:39 - error: "float" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -5613,6 +5621,10 @@ /torch/_inductor/codegen/cpp_template_kernel.py:129:39 - error: "float32" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/codegen/cpp_template_kernel.py:129:54 - error: "bfloat16" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/codegen/cpp_template_kernel.py:129:70 - error: "half" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/codegen/cpp_template_kernel.py:173:15 - error: Type "Expr" is not assignable to declared type "int" +   "Expr" is not assignable to "int" (reportAssignmentType) + /torch/_inductor/codegen/cpp_template_kernel.py:173:45 - error: Argument of type "int" cannot be assigned to parameter "idx" of type "Expr" in function "handle_negative_index" +   "int" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/codegen/cpp_template_kernel.py:207:65 - error: "float" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/codegen/cpp_template_kernel.py:211:52 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/codegen/cpp_template_kernel.py:219:51 - error: "float" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -5696,13 +5708,6 @@ /torch/_inductor/codegen/cpp_utils.py:148:31 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/codegen/cpp_utils.py:439:26 - error: Cannot access attribute "data" for class "IRNode"   Attribute "data" is unknown (reportAttributeAccessIssue) - /torch/_inductor/codegen/cpp_utils.py:442:23 - error: Cannot access attribute "inner_fn" for class "IRNode" -   Attribute "inner_fn" is unknown (reportAttributeAccessIssue) - /torch/_inductor/codegen/cpp_utils.py:446:45 - error: Argument of type "Unknown | IRNode" cannot be assigned to parameter "obj" of type "_DataclassT@replace" in function "replace" -   Type "Unknown | IRNode" is not assignable to type "DataclassInstance" -     Type "Unknown | IRNode" is not assignable to type "DataclassInstance" -       "IRNode" is incompatible with protocol "DataclassInstance" -         "__dataclass_fields__" is not present (reportArgumentType) /torch/_inductor/codegen/cpp_utils.py:462:17 - error: "float" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/codegen/cpp_wrapper_cpu.py /torch/_inductor/codegen/cpp_wrapper_cpu.py:351:36 - error: Argument of type "Basic" cannot be assigned to parameter "elem" of type "Symbol" in function "add" @@ -5719,8 +5724,6 @@ /torch/_inductor/codegen/cpp_wrapper_cpu.py:1073:28 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/codegen/cpp_wrapper_cpu.py:1078:27 - error: "float16" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/codegen/cpp_wrapper_cpu.py:1078:53 - error: "bfloat16" is not a known attribute of module "torch" (reportAttributeAccessIssue) - /torch/_inductor/codegen/cpp_wrapper_cpu.py:1112:46 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) /torch/_inductor/codegen/cpp_wrapper_cpu.py:1316:23 - error: "Tag" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/codegen/cpp_wrapper_cpu.py:2012:9 - error: Method "codegen_subgraph" overrides class "PythonWrapperCodegen" in an incompatible manner   Parameter 4 name mismatch: base parameter is named "outer_buffer_name", override parameter is named "outer_outputs" (reportIncompatibleMethodOverride) @@ -5785,8 +5788,6 @@ /torch/_inductor/codegen/cpp_wrapper_cpu.py:2982:38 - error: Cannot access attribute "get_stack_traces" for class "Sequence[BaseSchedulerNode]"   Attribute "get_stack_traces" is unknown (reportAttributeAccessIssue) /torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py - /torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py:413:46 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) /torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py:571:9 - error: Method "make_allocation" overrides class "CppWrapperCpu" in an incompatible manner   Parameter 7 name mismatch: base parameter is named "allocation_shape", override parameter is named "buffer_if_can_stack_allocate" (reportIncompatibleMethodOverride) /torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py:858:41 - error: "OptionalType" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -7268,6 +7269,8 @@ /torch/_inductor/codegen/triton_utils.py:98:29 - error: Cannot access attribute "dtype" for class "ConstexprArg"   Attribute "dtype" is unknown (reportAttributeAccessIssue) /torch/_inductor/codegen/triton_utils.py:187:43 - error: "ir" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) + /torch/_inductor/codegen/triton_utils.py:188:27 - error: Cannot access attribute "maybe_guard_aligned" for class "Layout" +   Attribute "maybe_guard_aligned" is unknown (reportAttributeAccessIssue) /torch/_inductor/codegen/wrapper.py /torch/_inductor/codegen/wrapper.py:25:19 - error: "dtype" is unknown import symbol (reportAttributeAccessIssue) /torch/_inductor/codegen/wrapper.py:91:24 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -7294,18 +7297,11 @@ /torch/_inductor/codegen/wrapper.py:1233:34 - error: "_cuda_getCurrentRawStream" is unknown import symbol (reportAttributeAccessIssue) /torch/_inductor/codegen/wrapper.py:1279:16 - error: Type "str" is not assignable to declared type "TritonMetaParams"   "str" is not assignable to "dict[str, int]" (reportAssignmentType) - /torch/_inductor/codegen/wrapper.py:1320:34 - error: Cannot access attribute "get_size" for class "Expr" -   Attribute "get_size" is unknown (reportAttributeAccessIssue) - /torch/_inductor/codegen/wrapper.py:1322:56 - error: Cannot access attribute "get_size" for class "Expr" -   Attribute "get_size" is unknown (reportAttributeAccessIssue) - /torch/_inductor/codegen/wrapper.py:1323:54 - error: Argument of type "Sequence[_IntLike] | Any | Unknown" cannot be assigned to parameter "shape" of type "Sequence[Expr]" in function "codegen_python_shape_tuple" -   Type "Sequence[_IntLike] | Any | Unknown" is not assignable to type "Sequence[Expr]" -     "Sequence[_IntLike]" is not assignable to "Sequence[Expr]" -       Type parameter "_T_co@Sequence" is covariant, but "_IntLike" is not a subtype of "Expr" -         Type "_IntLike" is not assignable to type "Expr" -           "int" is not assignable to "Expr" (reportArgumentType) - /torch/_inductor/codegen/wrapper.py:1323:58 - error: Cannot access attribute "get_stride" for class "Expr" -   Attribute "get_stride" is unknown (reportAttributeAccessIssue) + /torch/_inductor/codegen/wrapper.py:1323:54 - error: Argument of type "Sequence[_IntLike]" cannot be assigned to parameter "shape" of type "Sequence[Expr]" in function "codegen_python_shape_tuple" +   "Sequence[_IntLike]" is not assignable to "Sequence[Expr]" +     Type parameter "_T_co@Sequence" is covariant, but "_IntLike" is not a subtype of "Expr" +       Type "_IntLike" is not assignable to type "Expr" +         "int" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/codegen/wrapper.py:2411:47 - error: Argument of type "Unknown | int | Integer" cannot be assigned to parameter "expr" of type "Expr" in function "__init__"   Type "Unknown | int | Integer" is not assignable to type "Expr"     "int" is not assignable to "Expr" (reportArgumentType) @@ -7371,7 +7367,21 @@ /torch/_inductor/codegen/wrapper.py:3330:43 - error: Index 0 is out of range for type KeyPath (reportGeneralTypeIssues) /torch/_inductor/codegen/wrapper.py:3332:33 - error: Index 0 is out of range for type KeyPath (reportGeneralTypeIssues) /torch/_inductor/codegen/wrapper.py:3335:54 - error: Index 0 is out of range for type KeyPath (reportGeneralTypeIssues) + /torch/_inductor/codegen/wrapper.py:3796:9 - error: Method "get_graph_inputs" overrides class "PythonWrapperCodegen" in an incompatible manner +   Return type mismatch: base method returns type "dict[str, TensorBox | TorchBindObject | Expr]", override returns type "dict[str, TensorBox | TorchBindObject | Expr | None]" +     "dict[str, TensorBox | TorchBindObject | Expr | None]" is not assignable to "dict[str, TensorBox | TorchBindObject | Expr]" +       Type parameter "_VT@dict" is invariant, but "TensorBox | TorchBindObject | Expr | None" is not the same as "TensorBox | TorchBindObject | Expr" +       Consider switching from "dict" to "Mapping" which is covariant in the value type (reportIncompatibleMethodOverride) + /torch/_inductor/codegen/wrapper.py:3805:16 - error: Type "dict[str, IRNode | Expr | TorchBindObject | Symbol] | dict[str, TensorBox | TorchBindObject | Expr]" is not assignable to return type "dict[str, TensorBox | TorchBindObject | Expr | None]" +   Type "dict[str, IRNode | Expr | TorchBindObject | Symbol] | dict[str, TensorBox | TorchBindObject | Expr]" is not assignable to type "dict[str, TensorBox | TorchBindObject | Expr | None]" +     "dict[str, IRNode | Expr | TorchBindObject | Symbol]" is not assignable to "dict[str, TensorBox | TorchBindObject | Expr | None]" +       Type parameter "_VT@dict" is invariant, but "IRNode | Expr | TorchBindObject | Symbol" is not the same as "TensorBox | TorchBindObject | Expr | None" +       Consider switching from "dict" to "Mapping" which is covariant in the value type (reportReturnType) /torch/_inductor/codegen/wrapper_fxir.py + /torch/_inductor/codegen/wrapper_fxir.py:198:16 - error: Type "dict[str, TensorBox | TorchBindObject | Expr]" is not assignable to return type "dict[str, TensorBox | TorchBindObject | Expr | None]" +   "dict[str, TensorBox | TorchBindObject | Expr]" is not assignable to "dict[str, TensorBox | TorchBindObject | Expr | None]" +     Type parameter "_VT@dict" is invariant, but "TensorBox | TorchBindObject | Expr" is not the same as "TensorBox | TorchBindObject | Expr | None" +     Consider switching from "dict" to "Mapping" which is covariant in the value type (reportReturnType) /torch/_inductor/codegen/wrapper_fxir.py:239:9 - error: Method "create" overrides class "PythonWrapperCodegen" in an incompatible manner   Base method is declared as a staticmethod but override is not   Parameter 2 name mismatch: base parameter is named "subgraph_name", override parameter is named "is_subgraph" @@ -7379,10 +7389,8 @@   Parameter 4 name mismatch: base parameter is named "partition_signatures", override parameter is named "parent_wrapper" (reportIncompatibleMethodOverride) /torch/_inductor/codegen/wrapper_fxir.py:293:32 - error: "proxy" is not a known attribute of module "torch.fx" (reportAttributeAccessIssue) /torch/_inductor/codegen/wrapper_fxir.py:325:19 - error: "as_strided" is not a known attribute of module "torch" (reportAttributeAccessIssue) - /torch/_inductor/codegen/wrapper_fxir.py:369:42 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) - /torch/_inductor/codegen/wrapper_fxir.py:398:39 - error: Argument of type "TensorBox | Any | Expr" cannot be assigned to parameter "node" of type "IRNode" in function "_get_buffer" -   Type "TensorBox | Any | Expr" is not assignable to type "IRNode" + /torch/_inductor/codegen/wrapper_fxir.py:398:39 - error: Argument of type "TensorBox | TorchBindObject | Expr" cannot be assigned to parameter "node" of type "IRNode" in function "_get_buffer" +   Type "TensorBox | TorchBindObject | Expr" is not assignable to type "IRNode"     "Expr" is not assignable to "IRNode" (reportArgumentType) /torch/_inductor/codegen/wrapper_fxir.py:466:37 - error: Cannot access attribute "is_integer" for class "Basic"   Attribute "is_integer" is unknown (reportAttributeAccessIssue) @@ -7393,18 +7401,12 @@     Type "int" is not assignable to type "Symbol | Expr"       "int" is not assignable to "Symbol"       "int" is not assignable to "Expr" (reportArgumentType) - /torch/_inductor/codegen/wrapper_fxir.py:506:44 - error: Cannot access attribute "expr" for class "IRNode" -   Attribute "expr" is unknown (reportAttributeAccessIssue) - /torch/_inductor/codegen/wrapper_fxir.py:518:48 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) /torch/_inductor/codegen/wrapper_fxir.py:523:33 - error: Cannot access attribute "get_device" for class "SymbolBuffer"   Attribute "get_device" is unknown (reportAttributeAccessIssue) /torch/_inductor/codegen/wrapper_fxir.py:526:34 - error: Cannot access attribute "get_size" for class "SymbolBuffer"   Attribute "get_size" is unknown (reportAttributeAccessIssue) /torch/_inductor/codegen/wrapper_fxir.py:530:34 - error: Cannot access attribute "get_dtype" for class "SymbolBuffer"   Attribute "get_dtype" is unknown (reportAttributeAccessIssue) - /torch/_inductor/codegen/wrapper_fxir.py:534:75 - error: Cannot access attribute "layout" for class "IRNode" -   Attribute "layout" is unknown (reportAttributeAccessIssue) /torch/_inductor/codegen/wrapper_fxir.py:639:51 - error: Argument of type "dict[Expr, Proxy]" cannot be assigned to parameter "env" of type "dict[Symbol, Any]" in function "sympy_interp"   "dict[Expr, Proxy]" is not assignable to "dict[Symbol, Any]"     Type parameter "_KT@dict" is invariant, but "Expr" is not the same as "Symbol" (reportArgumentType) @@ -7432,8 +7434,6 @@ /torch/_inductor/comm_lowering.py /torch/_inductor/comm_lowering.py:106:12 - error: Cannot assign to attribute "layout" for class "IRNode"   Attribute "layout" is unknown (reportAttributeAccessIssue) - /torch/_inductor/comm_lowering.py:118:21 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) /torch/_inductor/comms.py /torch/_inductor/comms.py:69:40 - error: "median" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/comms.py:70:15 - error: "tensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -7664,6 +7664,7 @@ /torch/_inductor/config.py:643:36 - error: "config" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/config.py:653:47 - error: "hip" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/config.py:964:21 - error: "_utils_internal" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/config.py:993:20 - error: "sched_getaffinity" is not a known attribute of module "os" (reportAttributeAccessIssue) /torch/_inductor/config.py:1040:14 - error: Import "libfb.py" could not be resolved (reportMissingImports) /torch/_inductor/config.py:1565:48 - error: "hip" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/config.py:2240:10 - warning: Import "torch.utils._config_typing" could not be resolved from source (reportMissingModuleSource) @@ -7805,6 +7806,12 @@ /torch/_inductor/debug.py:561:34 - error: "config" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/debug.py:634:34 - error: Cannot access attribute "name" for class "IRNode"   Attribute "name" is unknown (reportAttributeAccessIssue) + /torch/_inductor/debug.py:657:31 - error: Argument of type "list[int]" cannot be assigned to parameter "size" of type "Sequence[Expr]" in function "__init__" +   "int" is not assignable to "Expr" (reportArgumentType) + /torch/_inductor/debug.py:658:33 - error: Argument of type "list[int]" cannot be assigned to parameter "stride" of type "Sequence[Expr] | None" in function "__init__" +   "int" is not assignable to "Expr" (reportArgumentType) + /torch/_inductor/debug.py:659:32 - error: Argument of type "int" cannot be assigned to parameter "offset" of type "Expr" in function "__init__" +   "int" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/debug.py:688:58 - error: Cannot access attribute "data" for class "IRNode"   Attribute "data" is unknown (reportAttributeAccessIssue) /torch/_inductor/debug.py:689:58 - error: Cannot access attribute "data" for class "IRNode" @@ -7946,6 +7953,19 @@   Parameter 2 name mismatch: base parameter is named "expr", override parameter is named "index" (reportIncompatibleMethodOverride) /torch/_inductor/dependencies.py:577:67 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/dependencies.py:585:31 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/dependencies.py:635:26 - error: Argument of type "list[int]" cannot be assigned to parameter "object" of type "Sequence[Expr]" in function "append" +   "list[int]" is not assignable to "Sequence[Expr]" +     Type parameter "_T_co@Sequence" is covariant, but "int" is not a subtype of "Expr" +       "int" is not assignable to "Expr" (reportArgumentType) + /torch/_inductor/dependencies.py:636:47 - error: Argument of type "list[int]" cannot be assigned to parameter "iterable" of type "Iterable[_T1@__new__]" in function "__new__" +   "list[int]" is not assignable to "Iterable[Expr]" +     Type parameter "_T_co@Iterable" is covariant, but "int" is not a subtype of "Expr" +       "int" is not assignable to "Expr" (reportArgumentType) + /torch/_inductor/dependencies.py:636:47 - error: Argument of type "list[int]" cannot be assigned to parameter "iterable" of type "Iterable[_T1@__new__]" in function "__new__" +   "list[int]" is not assignable to "Iterable[_T1@__new__]" +     Type parameter "_T_co@Iterable" is covariant, but "int" is not a subtype of "_T1@__new__" +       Type "int" is not assignable to type "Expr" +         "int" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/dependencies.py:672:26 - error: Cannot access attribute "_reads" for class "OpsHandler[Any]"   Attribute "_reads" is unknown (reportAttributeAccessIssue) /torch/_inductor/dependencies.py:674:26 - error: Cannot access attribute "_writes" for class "OpsHandler[Any]" @@ -9566,8 +9586,56 @@       "FunctionType" is not assignable to "str"     "tuple[Argument, ...]" is not assignable to "tuple[object]"       Tuple size mismatch; expected 1 but received indeterminate (reportIncompatibleMethodOverride) + /torch/_inductor/graph.py:1151:20 - error: Type "TorchBindObject" is not assignable to return type "Expr | TensorBox | None" +   Type "TorchBindObject" is not assignable to type "Expr | TensorBox | None" +     "TorchBindObject" is not assignable to "Expr" +     "TorchBindObject" is not assignable to "TensorBox" +     "TorchBindObject" is not assignable to "None" (reportReturnType) /torch/_inductor/graph.py:1161:40 - error: "Generator" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/graph.py:1165:23 - error: "_prims" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/graph.py:1171:20 - error: Type "GeneratorState" is not assignable to return type "Expr | TensorBox | None" +   Type "GeneratorState" is not assignable to type "Expr | TensorBox | None" +     "GeneratorState" is not assignable to "Expr" +     "GeneratorState" is not assignable to "TensorBox" +     "GeneratorState" is not assignable to "None" (reportReturnType) + /torch/_inductor/graph.py:1192:71 - error: Argument of type "list[Expr] | Sequence[int | Expr]" cannot be assigned to parameter "size" of type "Sequence[Expr]" in function "__init__" +   Type "list[Expr] | Sequence[int | Expr]" is not assignable to type "Sequence[Expr]" +     "Sequence[int | Expr]" is not assignable to "Sequence[Expr]" +       Type parameter "_T_co@Sequence" is covariant, but "int | Expr" is not a subtype of "Expr" +         Type "int | Expr" is not assignable to type "Expr" +           "int" is not assignable to "Expr" (reportArgumentType) + /torch/_inductor/graph.py:1192:78 - error: Argument of type "list[Expr] | Sequence[int | Expr]" cannot be assigned to parameter "stride" of type "Sequence[Expr] | None" in function "__init__" +   Type "list[Expr] | Sequence[int | Expr]" is not assignable to type "Sequence[Expr] | None" +     Type "Sequence[int | Expr]" is not assignable to type "Sequence[Expr] | None" +       "Sequence[int | Expr]" is not assignable to "Sequence[Expr]" +         Type parameter "_T_co@Sequence" is covariant, but "int | Expr" is not a subtype of "Expr" +           Type "int | Expr" is not assignable to type "Expr" +       "Sequence[int | Expr]" is not assignable to "None" (reportArgumentType) + /torch/_inductor/graph.py:1200:71 - error: Argument of type "list[Expr] | Sequence[int | Expr]" cannot be assigned to parameter "size" of type "Sequence[Expr]" in function "__init__" +   Type "list[Expr] | Sequence[int | Expr]" is not assignable to type "Sequence[Expr]" +     "Sequence[int | Expr]" is not assignable to "Sequence[Expr]" +       Type parameter "_T_co@Sequence" is covariant, but "int | Expr" is not a subtype of "Expr" +         Type "int | Expr" is not assignable to type "Expr" +           "int" is not assignable to "Expr" (reportArgumentType) + /torch/_inductor/graph.py:1200:78 - error: Argument of type "list[Expr] | Sequence[int | Expr]" cannot be assigned to parameter "stride" of type "Sequence[Expr] | None" in function "__init__" +   Type "list[Expr] | Sequence[int | Expr]" is not assignable to type "Sequence[Expr] | None" +     Type "Sequence[int | Expr]" is not assignable to type "Sequence[Expr] | None" +       "Sequence[int | Expr]" is not assignable to "Sequence[Expr]" +         Type parameter "_T_co@Sequence" is covariant, but "int | Expr" is not a subtype of "Expr" +           Type "int | Expr" is not assignable to type "Expr" +       "Sequence[int | Expr]" is not assignable to "None" (reportArgumentType) + /torch/_inductor/graph.py:1204:9 - error: Argument of type "TensorBox | ShapeAsConstantBuffer" cannot be assigned to parameter "value" of type "TensorBox | TorchBindObject | Expr" in function "__setitem__" +   Type "TensorBox | ShapeAsConstantBuffer" is not assignable to type "TensorBox | TorchBindObject | Expr" +     Type "ShapeAsConstantBuffer" is not assignable to type "TensorBox | TorchBindObject | Expr" +       "ShapeAsConstantBuffer" is not assignable to "TensorBox" +       "ShapeAsConstantBuffer" is not assignable to "TorchBindObject" +       "ShapeAsConstantBuffer" is not assignable to "Expr" (reportArgumentType) + /torch/_inductor/graph.py:1225:16 - error: Type "TensorBox | ShapeAsConstantBuffer" is not assignable to return type "Expr | TensorBox | None" +   Type "TensorBox | ShapeAsConstantBuffer" is not assignable to type "Expr | TensorBox | None" +     Type "ShapeAsConstantBuffer" is not assignable to type "Expr | TensorBox | None" +       "ShapeAsConstantBuffer" is not assignable to "Expr" +       "ShapeAsConstantBuffer" is not assignable to "TensorBox" +       "ShapeAsConstantBuffer" is not assignable to "None" (reportReturnType) /torch/_inductor/graph.py:1256:40 - error: "Tag" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/graph.py:1261:40 - error: "utils" is not a known attribute of module "torch._library" (reportAttributeAccessIssue) /torch/_inductor/graph.py:1275:43 - error: "Tag" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -9617,8 +9685,8 @@ /torch/_inductor/graph.py:1463:38 - error: Cannot access attribute "meta" for class "SymFloat"   Attribute "meta" is unknown (reportAttributeAccessIssue) /torch/_inductor/graph.py:1463:38 - error: "meta" is not a known attribute of "None" (reportOptionalMemberAccess) - /torch/_inductor/graph.py:1471:13 - error: Type "TensorBox | Any | Expr" is not assignable to declared type "IRNode" -   Type "TensorBox | Any | Expr" is not assignable to type "IRNode" + /torch/_inductor/graph.py:1471:13 - error: Type "TensorBox | TorchBindObject | Expr" is not assignable to declared type "IRNode" +   Type "TensorBox | TorchBindObject | Expr" is not assignable to type "IRNode"     "Expr" is not assignable to "IRNode" (reportAssignmentType) /torch/_inductor/graph.py:1475:64 - error: "ir" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/graph.py:1547:29 - error: "_higher_order_ops" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -9737,6 +9805,7 @@     "Basic" is not assignable to "None" (reportReturnType) /torch/_inductor/ir.py /torch/_inductor/ir.py:132:12 - error: Import "triton" could not be resolved (reportMissingImports) + /torch/_inductor/ir.py:371:18 - error: Type "list[int | Expr]" is not assignable to declared type "StrideType" (reportAssignmentType) /torch/_inductor/ir.py:373:18 - error: Type "list[Expr]" is not assignable to declared type "StrideType"   Type "list[Expr]" is not assignable to type "StrideType"     "list[Expr]" is not assignable to "list[int]" @@ -9780,6 +9849,10 @@         Type "SymInt" is not assignable to type "_IntLike"           "SymInt" is not assignable to "int"           "SymInt" is not assignable to "Expr" (reportArgumentType) + /torch/_inductor/ir.py:501:13 - error: No overloads for "__setitem__" match the provided arguments (reportCallIssue) + /torch/_inductor/ir.py:501:13 - error: Argument of type "int | SymInt" cannot be assigned to parameter "value" of type "Expr" in function "__setitem__" +   Type "int | SymInt" is not assignable to type "Expr" +     "int" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/ir.py:608:54 - error: "stack_trace" is not a known attribute of "None" (reportOptionalMemberAccess) /torch/_inductor/ir.py:610:39 - error: "stack_trace" is not a known attribute of "None" (reportOptionalMemberAccess) /torch/_inductor/ir.py:613:37 - error: "debug" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) @@ -9934,6 +10007,11 @@ /torch/_inductor/ir.py:1894:40 - error: "float16" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:1894:55 - error: "bfloat16" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:1895:24 - error: "float" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/ir.py:1913:40 - error: Argument of type "list[_IntLike]" cannot be assigned to parameter of type "Sequence[Expr]" +   Type "_IntLike" is not assignable to type "Expr" +     "int" is not assignable to "Expr" +   Type "_IntLike" is not assignable to type "Expr" +     "int" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/ir.py:1937:23 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:1938:26 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:1939:26 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -9994,6 +10072,11 @@   Type "_IntLike" is not assignable to type "Integer"     "Expr" is not assignable to "Integer" (reportArgumentType) /torch/_inductor/ir.py:2369:25 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/ir.py:2418:16 - error: Type "Sequence[_IntLike]" is not assignable to return type "Sequence[Expr]" +   "Sequence[_IntLike]" is not assignable to "Sequence[Expr]" +     Type parameter "_T_co@Sequence" is covariant, but "_IntLike" is not a subtype of "Expr" +       Type "_IntLike" is not assignable to type "Expr" +         "int" is not assignable to "Expr" (reportReturnType) /torch/_inductor/ir.py:2433:52 - error: Argument of type "Sequence[_IntLike]" cannot be assigned to parameter "index" of type "Sequence[Expr]" in function "extract_free_symbols"   "Sequence[_IntLike]" is not assignable to "Sequence[Expr]"     Type parameter "_T_co@Sequence" is covariant, but "_IntLike" is not a subtype of "Expr" @@ -10004,9 +10087,24 @@ /torch/_inductor/ir.py:2480:19 - error: Index 0 is out of range for type tuple[()] (reportGeneralTypeIssues) /torch/_inductor/ir.py:2492:31 - error: "hip" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:2492:62 - error: Operator ">=" not supported for "None" (reportOptionalOperand) + /torch/_inductor/ir.py:2520:29 - error: Argument of type "(index: Sequence[Expr], scan_index: Sequence[Expr]) -> list[Expr]" cannot be assigned to parameter "reindex" of type "(Sequence[_IntLike], Sequence[_IntLike]) -> Sequence[_IntLike]" in function "__init__" +   Type "(index: Sequence[Expr], scan_index: Sequence[Expr]) -> list[Expr]" is not assignable to type "(Sequence[_IntLike], Sequence[_IntLike]) -> Sequence[_IntLike]" +     Parameter 1: type "Sequence[_IntLike]" is incompatible with type "Sequence[Expr]" +       "Sequence[_IntLike]" is not assignable to "Sequence[Expr]" +         Type parameter "_T_co@Sequence" is covariant, but "_IntLike" is not a subtype of "Expr" +           Type "_IntLike" is not assignable to type "Expr" +     Parameter 2: type "Sequence[_IntLike]" is incompatible with type "Sequence[Expr]" +       "Sequence[_IntLike]" is not assignable to "Sequence[Expr]" +         Type parameter "_T_co@Sequence" is covariant, but "_IntLike" is not a subtype of "Expr" + ... (reportArgumentType) /torch/_inductor/ir.py:2537:23 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:2538:22 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:2577:25 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/ir.py:2625:16 - error: Type "Sequence[_IntLike]" is not assignable to return type "Sequence[Expr]" +   "Sequence[_IntLike]" is not assignable to "Sequence[Expr]" +     Type parameter "_T_co@Sequence" is covariant, but "_IntLike" is not a subtype of "Expr" +       Type "_IntLike" is not assignable to type "Expr" +         "int" is not assignable to "Expr" (reportReturnType) /torch/_inductor/ir.py:2645:23 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:2646:29 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:2782:21 - error: Argument of type "Sequence[int | Integer]" cannot be assigned to parameter "order" of type "Sequence[int]" in function "freeze_layout_with_stride_order" @@ -10016,38 +10114,60 @@         "Integer" is not assignable to "int" (reportArgumentType) /torch/_inductor/ir.py:2789:19 - error: Cannot access attribute "decide_layout" for class "IRNode"   Attribute "decide_layout" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:2795:15 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:2798:26 - error: Cannot access attribute "layout" for class "IRNode" -   Attribute "layout" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:2817:23 - error: Cannot access attribute "layout" for class "IRNode" -   Attribute "layout" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:2821:34 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) + /torch/_inductor/ir.py:2807:41 - error: Argument of type "Sequence[int | Integer]" cannot be assigned to parameter "order" of type "Sequence[int]" in function "is_stride_ordered" +   "Sequence[int | Integer]" is not assignable to "Sequence[int]" +     Type parameter "_T_co@Sequence" is covariant, but "int | Integer" is not a subtype of "int" +       Type "int | Integer" is not assignable to type "int" +         "Integer" is not assignable to "int" (reportArgumentType) /torch/_inductor/ir.py:2860:30 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:2866:44 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) - /torch/_inductor/ir.py:2898:26 - error: Cannot access attribute "is_module_buffer" for class "IRNode" -   Attribute "is_module_buffer" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:2913:19 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:2916:48 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:2945:17 - error: Argument of type "Expr | None" cannot be assigned to parameter "size" of type "Expr" in function "is_size_one_or_false"   Type "Expr | None" is not assignable to type "Expr"     "None" is not assignable to "Expr" (reportArgumentType) + /torch/_inductor/ir.py:2978:17 - error: Argument of type "list[_IntLike]" cannot be assigned to parameter "size" of type "Sequence[Expr]" in function "__init__" +   "list[_IntLike]" is not assignable to "Sequence[Expr]" +     Type parameter "_T_co@Sequence" is covariant, but "_IntLike" is not a subtype of "Expr" +       Type "_IntLike" is not assignable to type "Expr" +         "int" is not assignable to "Expr" (reportArgumentType) + /torch/_inductor/ir.py:2985:40 - error: Argument of type "Sequence[_IntLike]" cannot be assigned to parameter "size" of type "Sequence[Expr]" in function "__init__" +   "Sequence[_IntLike]" is not assignable to "Sequence[Expr]" +     Type parameter "_T_co@Sequence" is covariant, but "_IntLike" is not a subtype of "Expr" +       Type "_IntLike" is not assignable to type "Expr" +         "int" is not assignable to "Expr" (reportArgumentType) + /torch/_inductor/ir.py:3032:41 - error: Argument of type "list[int]" cannot be assigned to parameter "dims" of type "list[Expr]" in function "__init__" +   "list[int]" is not assignable to "list[Expr]" +     Type parameter "_T@list" is invariant, but "int" is not the same as "Expr" +     Consider switching from "list" to "Sequence" which is covariant (reportArgumentType) /torch/_inductor/ir.py:3039:46 - error: Argument of type "list[Expr]" cannot be assigned to parameter "dims" of type "Sequence[int]" in function "_map_neg_dims"   "list[Expr]" is not assignable to "Sequence[int]"     Type parameter "_T_co@Sequence" is covariant, but "Expr" is not a subtype of "int"       "Expr" is not assignable to "int" (reportArgumentType) + /torch/_inductor/ir.py:3043:17 - error: No overloads for "__getitem__" match the provided arguments (reportCallIssue) + /torch/_inductor/ir.py:3043:17 - error: Argument of type "Expr" cannot be assigned to parameter "index" of type "slice[Any, Any, Any]" in function "__getitem__" +   "Expr" is not assignable to "slice[Any, Any, Any]" (reportArgumentType) /torch/_inductor/ir.py:3049:16 - error: Argument of type "int" cannot be assigned to parameter "key" of type "Expr" in function "__getitem__"   "int" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/ir.py:3123:16 - error: Type "tuple[list[Expr], (index: Sequence[Expr]) -> tuple[Expr]]" is not assignable to return type "tuple[list[int], (Sequence[Expr]) -> tuple[Expr]]"   "list[Expr]" is not assignable to "list[int]"     Type parameter "_T@list" is invariant, but "Expr" is not the same as "int"     Consider switching from "list" to "Sequence" which is covariant (reportReturnType) + /torch/_inductor/ir.py:3198:61 - error: Argument of type "(index: Any) -> tuple[int, ...]" cannot be assigned to parameter "reindex" of type "(Sequence[Expr]) -> Sequence[Expr]" in function "__init__" +   Type "(index: Any) -> tuple[int, ...]" is not assignable to type "(Sequence[Expr]) -> Sequence[Expr]" +     Function return type "tuple[int, ...]" is incompatible with type "Sequence[Expr]" +       "tuple[int, ...]" is not assignable to "Sequence[Expr]" +         Type parameter "_T_co@Sequence" is covariant, but "int" is not a subtype of "Expr" +           "int" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/ir.py:3214:51 - error: Argument of type "list[Expr]" cannot be assigned to parameter "sizes" of type "Sequence[int]" in function "contiguous_strides"   "list[Expr]" is not assignable to "Sequence[int]"     Type parameter "_T_co@Sequence" is covariant, but "Expr" is not a subtype of "int"       "Expr" is not assignable to "int" (reportArgumentType) + /torch/_inductor/ir.py:3221:57 - error: Argument of type "(Sequence[_T@dynamic_reshape_indexer]) -> Sequence[_V@dynamic_reshape_indexer]" cannot be assigned to parameter "reindex" of type "(Sequence[Expr]) -> Sequence[Expr]" in function "__init__" +   Type "(Sequence[_T@dynamic_reshape_indexer]) -> Sequence[_V@dynamic_reshape_indexer]" is not assignable to type "(Sequence[Expr]) -> Sequence[Expr]" +     Function return type "Sequence[_V@dynamic_reshape_indexer]" is incompatible with type "Sequence[Expr]" +       "Sequence[_V@dynamic_reshape_indexer]" is not assignable to "Sequence[Expr]" +         Type parameter "_T_co@Sequence" is covariant, but "_V@dynamic_reshape_indexer" is not a subtype of "Expr" +           "object*" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/ir.py:3246:29 - warning: TypeVar "_T" appears only once in generic function signature   Use "object" instead (reportInvalidTypeVarUse) /torch/_inductor/ir.py:3246:44 - warning: TypeVar "_V" appears only once in generic function signature @@ -10103,6 +10223,12 @@   "int" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/ir.py:3504:46 - error: Argument of type "int" cannot be assigned to parameter "right" of type "Expr" in function "evaluate_min"   "int" is not assignable to "Expr" (reportArgumentType) + /torch/_inductor/ir.py:3514:19 - error: Type "Expr" is not assignable to declared type "int | None" +   Type "Expr" is not assignable to type "int | None" +     "Expr" is not assignable to "int" +     "Expr" is not assignable to "None" (reportAssignmentType) + /torch/_inductor/ir.py:3514:45 - error: Argument of type "int" cannot be assigned to parameter "idx" of type "Expr" in function "handle_negative_index" +   "int" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/ir.py:3515:26 - error: Argument of type "int | None" cannot be assigned to parameter "x" of type "Expr" in function "clamp"   Type "int | None" is not assignable to type "Expr"     "int" is not assignable to "Expr" (reportArgumentType) @@ -10176,21 +10302,27 @@ /torch/_inductor/ir.py:3886:13 - error: Argument of type "int | Integer | Unknown | Expr" cannot be assigned to parameter "value" of type "int" in function "__setitem__"   Type "int | Integer | Unknown | Expr" is not assignable to type "int"     "Expr" is not assignable to "int" (reportArgumentType) - /torch/_inductor/ir.py:3933:38 - error: Cannot access attribute "device" for class "object" -   Attribute "device" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:3934:37 - error: Cannot access attribute "dtype" for class "object" -   Attribute "dtype" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:3935:36 - error: Cannot access attribute "size" for class "object" -   Attribute "size" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:3936:38 - error: Cannot access attribute "stride" for class "object" -   Attribute "stride" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:3937:38 - error: Cannot access attribute "offset" for class "object" -   Attribute "offset" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:3938:41 - error: Cannot access attribute "is_pinned" for class "object" -   Attribute "is_pinned" is unknown (reportAttributeAccessIssue) + /torch/_inductor/ir.py:3904:23 - error: Cannot assign to attribute "stride" for class "FlexibleLayout*" +   "Sequence[int]*" is not assignable to "Sequence[Expr]" +     Type parameter "_T_co@Sequence" is covariant, but "int" is not a subtype of "Expr" +       "int" is not assignable to "Expr" (reportAttributeAccessIssue) + /torch/_inductor/ir.py:3904:41 - error: Argument of type "Sequence[Expr]*" cannot be assigned to parameter "in_strides" of type "Sequence[int]" in function "_pad_strides" +   "Sequence[Expr]*" is not assignable to "Sequence[int]" +     Type parameter "_T_co@Sequence" is covariant, but "Expr" is not a subtype of "int" +       "Expr" is not assignable to "int" (reportArgumentType) /torch/_inductor/ir.py:3941:9 - error: Method "storage_size" overrides class "OutputSpec" in an incompatible manner   Return type mismatch: base method returns type "int", override returns type "Expr"     "Expr" is not assignable to "int" (reportIncompatibleMethodOverride) + /torch/_inductor/ir.py:3960:31 - error: Argument of type "Sequence[Expr]" cannot be assigned to parameter "size" of type "Sequence[int]" in function "_fixed_indexer" +   "Sequence[Expr]" is not assignable to "Sequence[int]" +     Type parameter "_T_co@Sequence" is covariant, but "Expr" is not a subtype of "int" +       "Expr" is not assignable to "int" (reportArgumentType) + /torch/_inductor/ir.py:3960:42 - error: Argument of type "Sequence[Expr]" cannot be assigned to parameter "stride" of type "Sequence[int] | None" in function "_fixed_indexer" +   Type "Sequence[Expr]" is not assignable to type "Sequence[int] | None" +     "Sequence[Expr]" is not assignable to "Sequence[int]" +       Type parameter "_T_co@Sequence" is covariant, but "Expr" is not a subtype of "int" +         "Expr" is not assignable to "int" +     "Sequence[Expr]" is not assignable to "None" (reportArgumentType) /torch/_inductor/ir.py:3997:16 - error: Type "list[None]" is not assignable to return type "list[Expr]"   "list[None]" is not assignable to "list[Expr]"     Type parameter "_T@list" is invariant, but "None" is not the same as "Expr" @@ -10203,6 +10335,29 @@   "Sequence[Expr]" is not assignable to "Sequence[int]"     Type parameter "_T_co@Sequence" is covariant, but "Expr" is not a subtype of "int"       "Expr" is not assignable to "int" (reportArgumentType) + /torch/_inductor/ir.py:4085:44 - error: Argument of type "Sequence[Expr]" cannot be assigned to parameter "in_strides" of type "Sequence[int]" in function "_pad_strides" +   "Sequence[Expr]" is not assignable to "Sequence[int]" +     Type parameter "_T_co@Sequence" is covariant, but "Expr" is not a subtype of "int" +       "Expr" is not assignable to "int" (reportArgumentType) + /torch/_inductor/ir.py:4091:13 - error: Argument of type "Sequence[int] | Sequence[Expr]" cannot be assigned to parameter "stride" of type "Sequence[Expr] | None" in function "__init__" +   Type "Sequence[int] | Sequence[Expr]" is not assignable to type "Sequence[Expr] | None" +     Type "Sequence[int]" is not assignable to type "Sequence[Expr] | None" +       "Sequence[int]" is not assignable to "Sequence[Expr]" +         Type parameter "_T_co@Sequence" is covariant, but "int" is not a subtype of "Expr" +           "int" is not assignable to "Expr" +       "Sequence[int]" is not assignable to "None" (reportArgumentType) + /torch/_inductor/ir.py:4101:44 - error: Argument of type "Sequence[_IntLike]" cannot be assigned to parameter "in_strides" of type "Sequence[int]" in function "_pad_strides" +   "Sequence[_IntLike]" is not assignable to "Sequence[int]" +     Type parameter "_T_co@Sequence" is covariant, but "_IntLike" is not a subtype of "int" +       Type "_IntLike" is not assignable to type "int" +         "Expr" is not assignable to "int" (reportArgumentType) + /torch/_inductor/ir.py:4107:13 - error: Argument of type "Sequence[int] | Sequence[_IntLike]" cannot be assigned to parameter "stride" of type "Sequence[Expr] | None" in function "__init__" +   Type "Sequence[int] | Sequence[_IntLike]" is not assignable to type "Sequence[Expr] | None" +     Type "Sequence[_IntLike]" is not assignable to type "Sequence[Expr] | None" +       "Sequence[_IntLike]" is not assignable to "Sequence[Expr]" +         Type parameter "_T_co@Sequence" is covariant, but "_IntLike" is not a subtype of "Expr" +           Type "_IntLike" is not assignable to type "Expr" +       "Sequence[_IntLike]" is not assignable to "None" (reportArgumentType) /torch/_inductor/ir.py:4113:37 - error: Type "list[Expr]" is not assignable to declared type "Sequence[int]"   "list[Expr]" is not assignable to "Sequence[int]"     Type parameter "_T_co@Sequence" is covariant, but "Expr" is not a subtype of "int" @@ -10211,10 +10366,27 @@   "Sequence[Expr]" is not assignable to "Sequence[int]"     Type parameter "_T_co@Sequence" is covariant, but "Expr" is not a subtype of "int"       "Expr" is not assignable to "int" (reportArgumentType) + /torch/_inductor/ir.py:4120:13 - error: Argument of type "Sequence[int]" cannot be assigned to parameter "stride" of type "Sequence[Expr] | None" in function "__init__" +   Type "Sequence[int]" is not assignable to type "Sequence[Expr] | None" +     "Sequence[int]" is not assignable to "Sequence[Expr]" +       Type parameter "_T_co@Sequence" is covariant, but "int" is not a subtype of "Expr" +         "int" is not assignable to "Expr" +     "Sequence[int]" is not assignable to "None" (reportArgumentType) /torch/_inductor/ir.py:4126:40 - error: Argument of type "Sequence[Expr]" cannot be assigned to parameter "sizes" of type "Sequence[int]" in function "same_ordered"   "Sequence[Expr]" is not assignable to "Sequence[int]"     Type parameter "_T_co@Sequence" is covariant, but "Expr" is not a subtype of "int"       "Expr" is not assignable to "int" (reportArgumentType) + /torch/_inductor/ir.py:4128:44 - error: Argument of type "Sequence[Expr]" cannot be assigned to parameter "in_strides" of type "Sequence[int]" in function "_pad_strides" +   "Sequence[Expr]" is not assignable to "Sequence[int]" +     Type parameter "_T_co@Sequence" is covariant, but "Expr" is not a subtype of "int" +       "Expr" is not assignable to "int" (reportArgumentType) + /torch/_inductor/ir.py:4133:13 - error: Argument of type "Sequence[int] | Sequence[Expr]" cannot be assigned to parameter "stride" of type "Sequence[Expr] | None" in function "__init__" +   Type "Sequence[int] | Sequence[Expr]" is not assignable to type "Sequence[Expr] | None" +     Type "Sequence[int]" is not assignable to type "Sequence[Expr] | None" +       "Sequence[int]" is not assignable to "Sequence[Expr]" +         Type parameter "_T_co@Sequence" is covariant, but "int" is not a subtype of "Expr" +           "int" is not assignable to "Expr" +       "Sequence[int]" is not assignable to "None" (reportArgumentType) /torch/_inductor/ir.py:4159:23 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:4160:22 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:4166:51 - error: Argument of type "Sequence[Expr]" cannot be assigned to parameter "sizes" of type "Sequence[int]" in function "fill_ordered" @@ -10234,6 +10406,10 @@   Attribute "layout" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:4266:28 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:4276:44 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/ir.py:4297:9 - error: "stride" incorrectly overrides property of same name in class "Layout" +   Property method "fset" is incompatible +     Parameter 2 type mismatch: base parameter is type "Sequence[Expr]", override parameter is type "Never" +       Type "Sequence[Expr]" is not assignable to type "Never" (reportIncompatibleMethodOverride) /torch/_inductor/ir.py:4358:31 - error: Cannot access attribute "data" for class "IRNode"   Attribute "data" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:4358:70 - error: Cannot access attribute "data" for class "IRNode" @@ -10242,14 +10418,10 @@   Attribute "data" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:4360:20 - error: Cannot access attribute "data" for class "IRNode"   Attribute "data" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:4392:32 - error: Cannot access attribute "get_example" for class "OutputSpec" -   Attribute "get_example" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:4395:44 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:4402:30 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:4423:16 - error: Type "Expr" is not assignable to return type "int"   "Expr" is not assignable to "int" (reportReturnType) - /torch/_inductor/ir.py:4432:39 - error: Cannot access attribute "as_fixed" for class "OutputSpec" -   Attribute "as_fixed" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:4444:9 - error: Method "freeze_layout_with_same_order" overrides class "IRNode" in an incompatible manner   Parameter 2 type mismatch: base parameter is type "Sequence[_IntLike]", override parameter is type "Sequence[int]"     "Sequence[_IntLike]" is not assignable to "Sequence[int]" @@ -10264,11 +10436,19 @@           "Expr" is not assignable to "int" (reportIncompatibleMethodOverride) /torch/_inductor/ir.py:4539:37 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:4551:48 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) - /torch/_inductor/ir.py:4775:57 - error: Argument of type "Any | Sequence[Expr]" cannot be assigned to parameter "vars" of type "Sequence[Symbol]" in function "stride_hints" -   Type "Any | Sequence[Expr]" is not assignable to type "Sequence[Symbol]" -     "Sequence[Expr]" is not assignable to "Sequence[Symbol]" -       Type parameter "_T_co@Sequence" is covariant, but "Expr" is not a subtype of "Symbol" -         "Expr" is not assignable to "Symbol" (reportArgumentType) + /torch/_inductor/ir.py:4637:17 - error: Argument of type "Sequence[_IntLike]" cannot be assigned to parameter "size" of type "Sequence[Expr]" in function "__init__" +   "Sequence[_IntLike]" is not assignable to "Sequence[Expr]" +     Type parameter "_T_co@Sequence" is covariant, but "_IntLike" is not a subtype of "Expr" +       Type "_IntLike" is not assignable to type "Expr" +         "int" is not assignable to "Expr" (reportArgumentType) + /torch/_inductor/ir.py:4663:30 - error: Cannot access attribute "name" for class "Loops" +   Attribute "name" is unknown (reportAttributeAccessIssue) + /torch/_inductor/ir.py:4775:57 - error: Argument of type "Sequence[_IntLike] | Sequence[Expr]" cannot be assigned to parameter "vars" of type "Sequence[Symbol]" in function "stride_hints" +   Type "Sequence[_IntLike] | Sequence[Expr]" is not assignable to type "Sequence[Symbol]" +     "Sequence[_IntLike]" is not assignable to "Sequence[Symbol]" +       Type parameter "_T_co@Sequence" is covariant, but "_IntLike" is not a subtype of "Symbol" +         Type "_IntLike" is not assignable to type "Symbol" +           "Expr" is not assignable to "Symbol" (reportArgumentType) /torch/_inductor/ir.py:4807:18 - error: Argument of type "Sequence[Expr]" cannot be assigned to parameter "allow_same_symbol_in_index" of type "bool" in function "__init__"   "Sequence[Expr]" is not assignable to "bool" (reportArgumentType) /torch/_inductor/ir.py:4928:22 - error: Type "Sequence[Symbol] | Sequence[int]" is not assignable to declared type "Sequence[Symbol]" @@ -10458,35 +10638,27 @@     Type parameter "_T_co@Sequence" is covariant, but "Expr | int" is not a subtype of "int"       Type "Expr | int" is not assignable to type "int"         "Expr" is not assignable to "int" (reportAssignmentType) + /torch/_inductor/ir.py:5619:24 - error: Argument of type "Sequence[int]" cannot be assigned to parameter "stride" of type "Sequence[Expr] | None" in function "__init__" +   Type "Sequence[int]" is not assignable to type "Sequence[Expr] | None" +     "Sequence[int]" is not assignable to "Sequence[Expr]" +       Type parameter "_T_co@Sequence" is covariant, but "int" is not a subtype of "Expr" +         "int" is not assignable to "Expr" +     "Sequence[int]" is not assignable to "None" (reportArgumentType) /torch/_inductor/ir.py:5631:52 - error: Argument of type "Expr" cannot be assigned to parameter "end" of type "int" in function "create"   "Expr" is not assignable to "int" (reportArgumentType) - /torch/_inductor/ir.py:5638:31 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:5639:39 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:5641:39 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:5670:27 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:5672:36 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:5673:28 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:5692:25 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:5693:32 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:5694:36 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) + /torch/_inductor/ir.py:5693:37 - error: Cannot access attribute "layout" for class "IRNode" +   Attribute "layout" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:5723:26 - error: Cannot assign to attribute "layout" for class "IRNode"   Attribute "layout" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:5998:40 - error: "ScriptObject" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:5998:78 - error: "Generator" is not a known attribute of module "torch" (reportAttributeAccessIssue) - /torch/_inductor/ir.py:6016:39 - error: Cannot access attribute "get_value" for class "IRNode" -   Attribute "get_value" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:6017:48 - error: "ir" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) + /torch/_inductor/ir.py:6018:34 - error: Cannot access attribute "device" for class "BaseView" +   Attribute "device" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:6018:34 - error: Cannot access attribute "device" for class "IRNode"   Attribute "device" is unknown (reportAttributeAccessIssue) + /torch/_inductor/ir.py:6019:26 - error: Cannot access attribute "device" for class "BaseView" +   Attribute "device" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:6019:26 - error: Cannot access attribute "device" for class "IRNode"   Attribute "device" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:6033:47 - error: "_higher_order_ops" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -10498,13 +10670,10 @@   "Sequence[Expr]" is not assignable to "Sequence[Symbol]"     Type parameter "_T_co@Sequence" is covariant, but "Expr" is not a subtype of "Symbol"       "Expr" is not assignable to "Symbol" (reportArgumentType) - /torch/_inductor/ir.py:6123:20 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) + /torch/_inductor/ir.py:6139:47 - error: Argument of type " | | " cannot be assigned to parameter "expr" of type "Expr" in function "__init__" +   Type " | | " is not assignable to type "Expr" +     "" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/ir.py:6145:27 - error: "tensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) - /torch/_inductor/ir.py:6145:36 - error: Cannot access attribute "value" for class "IRNode" -   Attribute "value" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:6153:42 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:6233:39 - error: Argument of type "Sequence[_IntLike] | None" cannot be assigned to parameter "exact_strides" of type "Sequence[int | Integer] | None" in function "as_storage_and_layout"   Type "Sequence[_IntLike] | None" is not assignable to type "Sequence[int | Integer] | None"     Type "Sequence[_IntLike]" is not assignable to type "Sequence[int | Integer] | None" @@ -10552,6 +10721,8 @@ /torch/_inductor/ir.py:6688:24 - error: "iinfo" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:6688:36 - error: "int64" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:6692:29 - error: "int64" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/ir.py:6693:23 - error: Argument of type "list[int]" cannot be assigned to parameter "size" of type "Sequence[Expr]" in function "__init__" +   "int" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/ir.py:6925:48 - error: Cannot access attribute "name" for class "Expr"   Attribute "name" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:6926:60 - error: Cannot access attribute "name" for class "Expr" @@ -10598,11 +10769,16 @@ /torch/_inductor/ir.py:7133:35 - error: Cannot access attribute "arg_names" for class "Kernel[CSEVariable]"   Attribute "arg_names" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:7158:44 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) - /torch/_inductor/ir.py:7300:50 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:7315:53 - error: Cannot access attribute "data" for class "IRNode" -   Attribute "data" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:7431:46 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/ir.py:7459:28 - error: Cannot assign to attribute "is_pinned" for class "Layout" +   "Layout" is frozen (reportAttributeAccessIssue) + /torch/_inductor/ir.py:7465:17 - error: Argument of type "Sequence[_IntLike] | None" cannot be assigned to parameter "stride" of type "Sequence[Expr] | None" in function "__init__" +   Type "Sequence[_IntLike] | None" is not assignable to type "Sequence[Expr] | None" +     Type "Sequence[_IntLike]" is not assignable to type "Sequence[Expr] | None" +       "Sequence[_IntLike]" is not assignable to "Sequence[Expr]" +         Type parameter "_T_co@Sequence" is covariant, but "_IntLike" is not a subtype of "Expr" +           Type "_IntLike" is not assignable to type "Expr" +       "Sequence[_IntLike]" is not assignable to "None" (reportArgumentType) /torch/_inductor/ir.py:7507:56 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:7560:56 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:7599:43 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -10648,14 +10824,17 @@   Attribute "name" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:8538:26 - error: Cannot access attribute "name" for class "IRNode"   Attribute "name" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:8546:27 - error: Cannot access attribute "inner_fn_opcount" for class "IRNode" -   Attribute "inner_fn_opcount" is unknown (reportAttributeAccessIssue) - /torch/_inductor/ir.py:8589:37 - error: Cannot access attribute "inner_fn_opcount" for class "IRNode" -   Attribute "inner_fn_opcount" is unknown (reportAttributeAccessIssue) /torch/_inductor/ir.py:8647:35 - error: Parameter declaration "operands" is obscured by a declaration of the same name (reportRedeclaration) /torch/_inductor/ir.py:8678:21 - error: Argument of type "Any | dict[Any, Any]" cannot be assigned to parameter "object" of type "IRNode" in function "append"   Type "Any | dict[Any, Any]" is not assignable to type "IRNode"     "dict[Any, Any]" is not assignable to "IRNode" (reportArgumentType) + /torch/_inductor/ir.py:8724:32 - error: Argument of type "Sequence[_IntLike]" cannot be assigned to parameter "stride" of type "Sequence[Expr] | None" in function "__init__" +   Type "Sequence[_IntLike]" is not assignable to type "Sequence[Expr] | None" +     "Sequence[_IntLike]" is not assignable to "Sequence[Expr]" +       Type parameter "_T_co@Sequence" is covariant, but "_IntLike" is not a subtype of "Expr" +         Type "_IntLike" is not assignable to type "Expr" +           "int" is not assignable to "Expr" +     "Sequence[_IntLike]" is not assignable to "None" (reportArgumentType) /torch/_inductor/ir.py:9089:43 - error: "bool" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ir.py:9112:51 - error: Argument of type "int | Expr" cannot be assigned to parameter "left" of type "Expr" in function "check_equals"   Type "int | Expr" is not assignable to type "Expr" @@ -10690,6 +10869,12 @@ /torch/_inductor/kernel/bmm.py:130:11 - error: "baddbmm" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/kernel/conv.py /torch/_inductor/kernel/conv.py:326:11 - error: "convolution" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/kernel/conv.py:383:9 - error: Argument of type "Sequence[int]" cannot be assigned to parameter "stride" of type "Sequence[Expr] | None" in function "__init__" +   Type "Sequence[int]" is not assignable to type "Sequence[Expr] | None" +     "Sequence[int]" is not assignable to "Sequence[Expr]" +       Type parameter "_T_co@Sequence" is covariant, but "int" is not a subtype of "Expr" +         "int" is not assignable to "Expr" +     "Sequence[int]" is not assignable to "None" (reportArgumentType) /torch/_inductor/kernel/conv.py:564:24 - error: "utils" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/kernel/conv.py:575:25 - error: "utils" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/kernel/custom_op.py @@ -10699,6 +10884,11 @@ /torch/_inductor/kernel/flex/common.py:56:48 - error: "float32" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/kernel/flex/common.py:206:18 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/kernel/flex/common.py:207:19 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/kernel/flex/common.py:216:13 - error: Argument of type "list[int] | list[Expr]" cannot be assigned to parameter "size" of type "Sequence[Expr]" in function "__init__" +   Type "list[int] | list[Expr]" is not assignable to type "Sequence[Expr]" +     "list[int]" is not assignable to "Sequence[Expr]" +       Type parameter "_T_co@Sequence" is covariant, but "int" is not a subtype of "Expr" +         "int" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/kernel/flex/common.py:266:21 - error: "arange" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/kernel/flex/common.py:289:22 - error: "full" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/kernel/flex/flex_flash_attention.py @@ -10831,7 +11021,19 @@ /torch/_inductor/lowering.py:2155:25 - error: "float8_e8m0fnu" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/lowering.py:2418:33 - error: "device" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/lowering.py:2446:19 - error: "float32" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/lowering.py:2449:24 - error: Argument of type "list[int]" cannot be assigned to parameter "size" of type "Sequence[Expr]" in function "__init__" +   "list[int]" is not assignable to "Sequence[Expr]" +     Type parameter "_T_co@Sequence" is covariant, but "int" is not a subtype of "Expr" +       "int" is not assignable to "Expr" (reportArgumentType) + /torch/_inductor/lowering.py:2449:81 - error: Argument of type "int" cannot be assigned to parameter "offset" of type "Expr" in function "__init__" +   "int" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/lowering.py:2475:19 - error: "int64" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/lowering.py:2478:24 - error: Argument of type "list[int]" cannot be assigned to parameter "size" of type "Sequence[Expr]" in function "__init__" +   "list[int]" is not assignable to "Sequence[Expr]" +     Type parameter "_T_co@Sequence" is covariant, but "int" is not a subtype of "Expr" +       "int" is not assignable to "Expr" (reportArgumentType) + /torch/_inductor/lowering.py:2478:81 - error: Argument of type "int" cannot be assigned to parameter "offset" of type "Expr" in function "__init__" +   "int" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/lowering.py:2506:12 - error: Type "tuple[str, Expr, int | Unknown, _IntLike]" is not assignable to return type "tuple[str, Expr, Expr, Expr]"   Type "int | Unknown" is not assignable to type "Expr"     "int" is not assignable to "Expr" @@ -10864,6 +11066,8 @@   Attribute "name" is unknown (reportAttributeAccessIssue) /torch/_inductor/lowering.py:4491:27 - error: Cannot access attribute "name" for class "IRNode"   Attribute "name" is unknown (reportAttributeAccessIssue) + /torch/_inductor/lowering.py:4501:47 - error: Argument of type "Expr" cannot be assigned to parameter "start" of type "int" +   "Expr" is not assignable to "int" (reportArgumentType) /torch/_inductor/lowering.py:4566:33 - error: "int64" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/lowering.py:4567:50 - error: "int64" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/lowering.py:4573:33 - error: "int64" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -10871,10 +11075,6 @@ /torch/_inductor/lowering.py:4798:25 - error: "virtualized" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/lowering.py:4816:21 - error: "int64" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/lowering.py:6526:31 - error: "ops_handler" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) - /torch/_inductor/lowering.py:6531:17 - error: Cannot access attribute "inner_fn" for class "IRNode" -   Attribute "inner_fn" is unknown (reportAttributeAccessIssue) - /torch/_inductor/lowering.py:6531:29 - error: Cannot access attribute "inner_fn_args" for class "IRNode" -   Attribute "inner_fn_args" is unknown (reportAttributeAccessIssue) /torch/_inductor/lowering.py:6533:44 - error: "virtualized" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/lowering.py:6771:58 - error: "int64" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/lowering.py:6774:58 - error: "int64" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -10948,16 +11148,22 @@       "Expr" is not assignable to "int" (reportArgumentType) /torch/_inductor/mkldnn_ir.py:676:35 - error: "float32" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/mkldnn_ir.py:676:50 - error: "bfloat16" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/mkldnn_ir.py:679:27 - error: Cannot assign to attribute "dtype" for class "FixedLayout" +   "Layout" is frozen (reportAttributeAccessIssue) /torch/_inductor/mkldnn_ir.py:768:13 - error: Type "TensorBox | None" is not assignable to declared type "TensorBox"   Type "TensorBox | None" is not assignable to type "TensorBox"     "None" is not assignable to "TensorBox" (reportAssignmentType) /torch/_inductor/mkldnn_ir.py:1051:35 - error: "float32" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/mkldnn_ir.py:1051:50 - error: "bfloat16" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/mkldnn_ir.py:1054:27 - error: Cannot assign to attribute "dtype" for class "FixedLayout" +   "Layout" is frozen (reportAttributeAccessIssue) /torch/_inductor/mkldnn_ir.py:1139:13 - error: Type "Unknown | TensorBox | None" is not assignable to declared type "TensorBox"   Type "Unknown | TensorBox | None" is not assignable to type "TensorBox"     "None" is not assignable to "TensorBox" (reportAssignmentType) /torch/_inductor/mkldnn_ir.py:1174:35 - error: "float32" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/mkldnn_ir.py:1174:50 - error: "bfloat16" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/mkldnn_ir.py:1177:27 - error: Cannot assign to attribute "dtype" for class "FixedLayout" +   "Layout" is frozen (reportAttributeAccessIssue) /torch/_inductor/mkldnn_ir.py:1282:47 - error: Argument of type "Sequence[Expr]" cannot be assigned to parameter "sizes" of type "Sequence[int]" in function "contiguous_strides"   "Sequence[Expr]" is not assignable to "Sequence[int]"     Type parameter "_T_co@Sequence" is covariant, but "Expr" is not a subtype of "int" @@ -11017,6 +11223,12 @@ /torch/_inductor/mkldnn_lowerings.py:740:59 - error: "int32" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/mkldnn_lowerings.py:757:31 - error: "equal" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/mkldnn_lowerings.py:758:31 - error: "zeros_like" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/mkldnn_lowerings.py:772:25 - error: Argument of type "TensorBox | ShapeAsConstantBuffer" cannot be assigned to parameter "x_scale" of type "TensorBox" in function "create_int8_compensation" +   Type "TensorBox | ShapeAsConstantBuffer" is not assignable to type "TensorBox" +     "ShapeAsConstantBuffer" is not assignable to "TensorBox" (reportArgumentType) + /torch/_inductor/mkldnn_lowerings.py:774:25 - error: Argument of type "TensorBox | ShapeAsConstantBuffer" cannot be assigned to parameter "x_zp" of type "TensorBox" in function "create_int8_compensation" +   Type "TensorBox | ShapeAsConstantBuffer" is not assignable to type "TensorBox" +     "ShapeAsConstantBuffer" is not assignable to "TensorBox" (reportArgumentType) /torch/_inductor/mkldnn_lowerings.py:904:52 - error: "uint8" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/mkldnn_lowerings.py:904:65 - error: "int8" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/mkldnn_lowerings.py:1001:30 - error: Argument of type "list[int | Expr]" cannot be assigned to parameter "sizes" of type "Sequence[Expr]" @@ -11039,6 +11251,12 @@ /torch/_inductor/mkldnn_lowerings.py:1053:63 - error: "bfloat16" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/mkldnn_lowerings.py:1083:31 - error: "equal" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/mkldnn_lowerings.py:1084:31 - error: "zeros_like" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/_inductor/mkldnn_lowerings.py:1099:25 - error: Argument of type "TensorBox | ShapeAsConstantBuffer" cannot be assigned to parameter "x_scale" of type "TensorBox" in function "create_int8_compensation" +   Type "TensorBox | ShapeAsConstantBuffer" is not assignable to type "TensorBox" +     "ShapeAsConstantBuffer" is not assignable to "TensorBox" (reportArgumentType) + /torch/_inductor/mkldnn_lowerings.py:1101:25 - error: Argument of type "TensorBox | ShapeAsConstantBuffer" cannot be assigned to parameter "x_zp" of type "TensorBox" in function "create_int8_compensation" +   Type "TensorBox | ShapeAsConstantBuffer" is not assignable to type "TensorBox" +     "ShapeAsConstantBuffer" is not assignable to "TensorBox" (reportArgumentType) /torch/_inductor/ops_handler.py /torch/_inductor/ops_handler.py:88:69 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/ops_handler.py:128:57 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -11591,8 +11809,6 @@ /torch/_inductor/scheduler.py:754:58 - error: "codegen" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/scheduler.py:862:55 - error: "codegen" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/scheduler.py:985:22 - error: "_prims" is not a known attribute of module "torch" (reportAttributeAccessIssue) - /torch/_inductor/scheduler.py:1051:32 - error: Cannot access attribute "get_buf_bytes" for class "TensorBox" -   Attribute "get_buf_bytes" is unknown (reportAttributeAccessIssue) /torch/_inductor/scheduler.py:1221:53 - error: "codecache" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/scheduler.py:1222:28 - error: "codecache" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/scheduler.py:1433:39 - error: "simplify_and_reorder" is not a known attribute of "None" (reportOptionalMemberAccess) @@ -11664,12 +11880,9 @@ /torch/_inductor/scheduler.py:5252:48 - error: "ir" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/scheduler.py:5253:27 - error: "op_overload" is not a known attribute of "None" (reportOptionalMemberAccess) /torch/_inductor/scheduler.py:5272:33 - error: "config" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) - /torch/_inductor/scheduler.py:5387:41 - error: "size" is not a known attribute of "None" (reportOptionalMemberAccess) - /torch/_inductor/scheduler.py:5388:43 - error: "stride" is not a known attribute of "None" (reportOptionalMemberAccess) - /torch/_inductor/scheduler.py:5389:43 - error: "offset" is not a known attribute of "None" (reportOptionalMemberAccess) - /torch/_inductor/scheduler.py:5597:17 - error: Argument of type "list[IRNode | Any | Expr]" cannot be assigned to parameter "output_nodes" of type "list[IRNode]" in function "__init__" -   "list[IRNode | Any | Expr]" is not assignable to "list[IRNode]" -     Type parameter "_T@list" is invariant, but "IRNode | Any | Expr" is not the same as "IRNode" + /torch/_inductor/scheduler.py:5597:17 - error: Argument of type "list[IRNode | TorchBindObject | Expr]" cannot be assigned to parameter "output_nodes" of type "list[IRNode]" in function "__init__" +   "list[IRNode | TorchBindObject | Expr]" is not assignable to "list[IRNode]" +     Type parameter "_T@list" is invariant, but "IRNode | TorchBindObject | Expr" is not the same as "IRNode"     Consider switching from "list" to "Sequence" which is covariant (reportArgumentType) /torch/_inductor/scheduler.py:5812:36 - error: "config" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/scheduler.py:5852:58 - error: Argument of type "str | None" cannot be assigned to parameter "name" of type "str" in function "define_subgraph_launcher_fn" @@ -11693,6 +11906,12 @@ /torch/_inductor/select_algorithm.py:559:44 - error: Object of type "None" cannot be called (reportOptionalCall) /torch/_inductor/select_algorithm.py:1298:28 - error: "float32" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/select_algorithm.py:1740:33 - error: "config" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) + /torch/_inductor/select_algorithm.py:1962:26 - error: Type "Sequence[Expr]" is not assignable to declared type "Sequence[Symbol] | None" +   Type "Sequence[Expr]" is not assignable to type "Sequence[Symbol] | None" +     "Sequence[Expr]" is not assignable to "Sequence[Symbol]" +       Type parameter "_T_co@Sequence" is covariant, but "Expr" is not a subtype of "Symbol" +         "Expr" is not assignable to "Symbol" +     "Sequence[Expr]" is not assignable to "None" (reportAssignmentType) /torch/_inductor/select_algorithm.py:1968:13 - error: Argument of type "Sequence[Symbol] | None" cannot be assigned to parameter "call_sizes" of type "Sequence[Symbol]" in function "generate_and_load"   Type "Sequence[Symbol] | None" is not assignable to type "Sequence[Symbol]"     "None" is not assignable to "Sequence[Symbol]" (reportArgumentType) @@ -11702,6 +11921,7 @@   Type "Sequence[Symbol] | None" is not assignable to type "Iterable[Expr | int]"     "None" is incompatible with protocol "Iterable[Expr | int]"       "__iter__" is not present (reportArgumentType) + /torch/_inductor/select_algorithm.py:2534:16 - error: "sched_getaffinity" is not a known attribute of module "os" (reportAttributeAccessIssue) /torch/_inductor/select_algorithm.py:2745:29 - error: "autotune_process" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/select_algorithm.py:2761:26 - error: Cannot access attribute "hint_override" for class "ChoiceCaller"   Attribute "hint_override" is unknown (reportAttributeAccessIssue) @@ -11723,6 +11943,8 @@ /torch/_inductor/select_algorithm.py:3451:26 - error: Import "triton.runtime.autotuner" could not be resolved (reportMissingImports) /torch/_inductor/select_algorithm.py:3682:47 - error: "select_algorithm" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) /torch/_inductor/select_algorithm.py:3685:51 - error: "select_algorithm" is not a known attribute of module "torch._inductor" (reportAttributeAccessIssue) + /torch/_inductor/select_algorithm.py:3897:22 - error: Cannot access attribute "layout" for class "IRNode" +   Attribute "layout" is unknown (reportAttributeAccessIssue) /torch/_inductor/shape_propagation.py /torch/_inductor/shape_propagation.py:20:69 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/shape_propagation.py:55:25 - error: Cannot access attribute "shape" for class "int" @@ -11798,8 +12020,6 @@   "Proxy" is not assignable to "OpsHandler[Any]" (reportArgumentType) /torch/_inductor/subgraph_lowering.py:149:9 - error: Method "placeholder" overrides class "OpsHandler" in an incompatible manner   Parameter 2 name mismatch: base parameter is named "index", override parameter is named "idx" (reportIncompatibleMethodOverride) - /torch/_inductor/subgraph_lowering.py:198:40 - error: Cannot access attribute "inner_fn" for class "IRNode" -   Attribute "inner_fn" is unknown (reportAttributeAccessIssue) /torch/_inductor/template_heuristics/contiguous_mm.py /torch/_inductor/template_heuristics/contiguous_mm.py:34:28 - error: "hip" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_inductor/template_heuristics/contiguous_mm.py:40:28 - error: "hip" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -12116,6 +12336,14 @@     Function accepts too many positional parameters; expected 0 but received 1 (reportArgumentType) /torch/_inductor/utils.py:773:30 - error: Cannot access attribute "origins" for class "Sequence[BaseSchedulerNode]"   Attribute "origins" is unknown (reportAttributeAccessIssue) + /torch/_inductor/utils.py:938:55 - error: Argument of type "Sequence[Expr]" cannot be assigned to parameter "shape" of type "Iterable[int]" in function "stringify_shape" +   "Sequence[Expr]" is not assignable to "Iterable[int]" +     Type parameter "_T_co@Iterable" is covariant, but "Expr" is not a subtype of "int" +       "Expr" is not assignable to "int" (reportArgumentType) + /torch/_inductor/utils.py:939:56 - error: Argument of type "Sequence[Expr]" cannot be assigned to parameter "shape" of type "Iterable[int]" in function "stringify_shape" +   "Sequence[Expr]" is not assignable to "Iterable[int]" +     Type parameter "_T_co@Iterable" is covariant, but "Expr" is not a subtype of "int" +       "Expr" is not assignable to "int" (reportArgumentType) /torch/_inductor/utils.py:1053:73 - error: Argument of type "Basic" cannot be assigned to parameter "expr" of type "Expr" in function "sympy_str_mul"   "Basic" is not assignable to "Expr" (reportArgumentType) /torch/_inductor/utils.py:1076:69 - error: Argument of type "tuple[Basic, ...]" cannot be assigned to parameter "iterable" of type "Iterable[_T1@__new__]" in function "__new__" @@ -15898,10 +16126,10 @@ /torch/_prims_common/wrappers.py:49:51 - error: "dtype" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_prims_common/wrappers.py:191:35 - error: "memory_format" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/_prims_common/wrappers.py:284:18 - error: Expected two-entry tuple specifying entry name and type (reportArgumentType) - /torch/_prims_common/wrappers.py:419:16 - error: Type "_Wrapped[_P@out_wrapper, _T@out_wrapper, _P@out_wrapper, _NotImplementedType | TensorLike | tuple[Unknown, ...] | list[Unknown] | tuple[Unknown, ...]* | list[Unknown]* | ]" is not assignable to return type "(**_P@out_wrapper) -> _T@out_wrapper" -   Type "_Wrapped[_P@out_wrapper, _T@out_wrapper, _P@out_wrapper, _NotImplementedType | TensorLike | tuple[Unknown, ...] | list[Unknown] | tuple[Unknown, ...]* | list[Unknown]* | ]" is not assignable to type "(**_P@out_wrapper) -> _T@out_wrapper" -     Function return type "_NotImplementedType | TensorLike | tuple[Unknown, ...] | list[Unknown] | tuple[Unknown, ...]* | list[Unknown]* | " is incompatible with type "_T@out_wrapper" -       Type "_NotImplementedType | TensorLike | tuple[Unknown, ...] | list[Unknown] | tuple[Unknown, ...]* | list[Unknown]* | " is not assignable to type "_T@out_wrapper" (reportReturnType) + /torch/_prims_common/wrappers.py:419:16 - error: Type "_Wrapped[_P@out_wrapper, _T@out_wrapper, _P@out_wrapper, NotImplementedType | TensorLike | tuple[Unknown, ...] | list[Unknown] | tuple[Unknown, ...]* | list[Unknown]* | ]" is not assignable to return type "(**_P@out_wrapper) -> _T@out_wrapper" +   Type "_Wrapped[_P@out_wrapper, _T@out_wrapper, _P@out_wrapper, NotImplementedType | TensorLike | tuple[Unknown, ...] | list[Unknown] | tuple[Unknown, ...]* | list[Unknown]* | ]" is not assignable to type "(**_P@out_wrapper) -> _T@out_wrapper" +     Function return type "NotImplementedType | TensorLike | tuple[Unknown, ...] | list[Unknown] | tuple[Unknown, ...]* | list[Unknown]* | " is incompatible with type "_T@out_wrapper" +       Type "NotImplementedType | TensorLike | tuple[Unknown, ...] | list[Unknown] | tuple[Unknown, ...]* | list[Unknown]* | " is not assignable to type "_T@out_wrapper" (reportReturnType) /torch/_python_dispatcher.py /torch/_python_dispatcher.py:75:22 - error: "_dispatch_library" is not a known attribute of module "torch._C" (reportAttributeAccessIssue) /torch/_refs/__init__.py @@ -18217,6 +18445,8 @@ /torch/ao/pruning/_experimental/pruner/prune_functions.py:349:41 - error: "tensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/ao/pruning/_experimental/pruner/prune_functions.py:430:36 - error: "cat" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/ao/pruning/sparsifier/base_sparsifier.py + /torch/ao/pruning/sparsifier/base_sparsifier.py:71:23 - error: Cannot access attribute "update" for class "MappingProxyType[str, Any]" +   Attribute "update" is unknown (reportAttributeAccessIssue) /torch/ao/pruning/sparsifier/base_sparsifier.py:129:40 - error: "ones" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/ao/pruning/sparsifier/base_sparsifier.py:133:17 - error: "p" is possibly unbound (reportPossiblyUnboundVariable) /torch/ao/quantization/__init__.py @@ -19977,8 +20207,8 @@ /torch/compiler/__init__.py /torch/compiler/__init__.py:364:10 - warning: Import "torch._C._dynamo.eval_frame" could not be resolved from source (reportMissingModuleSource) /torch/contrib/_tensorboard_vis.py - /torch/contrib/_tensorboard_vis.py:13:10 - error: Import "tensorflow.core.framework" could not be resolved (reportMissingImports) - /torch/contrib/_tensorboard_vis.py:14:10 - error: Import "tensorflow.core.util" could not be resolved (reportMissingImports) + /torch/contrib/_tensorboard_vis.py:13:43 - warning: Import "tensorflow.core.framework.graph_pb2" could not be resolved from source (reportMissingModuleSource) + /torch/contrib/_tensorboard_vis.py:14:38 - warning: Import "tensorflow.core.util.event_pb2" could not be resolved from source (reportMissingModuleSource) /torch/contrib/_tensorboard_vis.py:15:10 - error: Import "tensorflow.python.summary.writer.writer" could not be resolved (reportMissingImports) /torch/cpu/__init__.py /torch/cpu/__init__.py:12:16 - error: "device" is unknown import symbol (reportAttributeAccessIssue) @@ -23916,6 +24146,7 @@ /torch/jit/_script.pyi:53:27 - error: "ScriptFunction" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/jit/_script.pyi:140:30 - error: "Graph" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/jit/_script.pyi:142:38 - error: "Graph" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/jit/_script.pyi:158:5 - error: "__dict__" cannot be redeclared because parent class "type" declares it as Final (reportGeneralTypeIssues) /torch/jit/_script.pyi:205:12 - error: "ScriptDict" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/jit/_script.pyi:213:12 - error: "ScriptList" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/jit/_script.pyi:237:6 - error: Variable not allowed in type expression (reportInvalidTypeForm) @@ -25929,7 +26160,13 @@ /torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py /torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:14:22 - warning: Import "torch._C._onnx" could not be resolved from source (reportMissingModuleSource) /torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:100:50 - error: "Value" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:104:15 - error: Type "Unknown | tuple[Unknown, ...]" is not assignable to declared type "float" +   Type "Unknown | tuple[Unknown, ...]" is not assignable to type "float" +     "tuple[Unknown, ...]" is not assignable to "float" (reportAssignmentType) /torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:106:23 - error: "tensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:108:15 - error: Type "Unknown | tuple[Unknown, ...]" is not assignable to declared type "float" +   Type "Unknown | tuple[Unknown, ...]" is not assignable to type "float" +     "tuple[Unknown, ...]" is not assignable to "float" (reportAssignmentType) /torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:110:23 - error: "tensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:189:23 - error: "tensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py:193:23 - error: "tensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -26030,6 +26267,9 @@ /torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:90:48 - error: "Value" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:91:21 - error: "Value" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:91:37 - error: "Value" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:97:9 - error: Type "Unknown | tuple[Unknown, ...]" is not assignable to declared type "float" +   Type "Unknown | tuple[Unknown, ...]" is not assignable to type "float" +     "tuple[Unknown, ...]" is not assignable to "float" (reportAssignmentType) /torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:97:40 - error: "tensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:98:40 - error: "tensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py:98:66 - error: "bool" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -26230,6 +26470,8 @@ /torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:241:68 - error: "int64" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:246:27 - error: "sqrt" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:246:38 - error: "tensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py:246:65 - error: Cannot access attribute "type" for class "tuple[Unknown, ...]" +   Attribute "type" is unknown (reportAttributeAccessIssue) /torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py /torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:68:15 - error: "Value" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py:69:21 - error: "Value" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -26482,8 +26724,8 @@ /torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4247:25 - error: Object of type "None" is not subscriptable (reportOptionalSubscript) /torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4248:25 - error: Object of type "None" is not subscriptable (reportOptionalSubscript) /torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4463:48 - error: "LongTensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) - /torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4564:5 - error: Expression with type "tuple[Unknown, Unknown] | tuple[Unknown, Unknown, Unknown] | None" cannot be assigned to target tuple -   Type "tuple[Unknown, Unknown]" is incompatible with target tuple + /torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4564:5 - error: Expression with type "tuple[Unknown | tuple[Unknown, ...], Unknown | tuple[Unknown, ...]] | tuple[Unknown | tuple[Unknown, ...], Unknown | tuple[Unknown, ...], Unknown | tuple[Unknown, ...]] | None" cannot be assigned to target tuple +   Type "tuple[Unknown | tuple[Unknown, ...], Unknown | tuple[Unknown, ...]]" is incompatible with target tuple     Tuple size mismatch; expected 3 but received 2 (reportAssignmentType) /torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:4564:25 - error: "None" is not iterable   "__iter__" method not defined (reportGeneralTypeIssues) @@ -26589,6 +26831,21 @@ /torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5921:48 - error: "tensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5926:48 - error: "tensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5929:64 - error: "tensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) + /torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5932:23 - error: Type "Unknown | tuple[Unknown, ...]" is not assignable to declared type "Tensor | None" +   Type "Unknown | tuple[Unknown, ...]" is not assignable to type "Tensor | None" +     Type "tuple[Unknown, ...]" is not assignable to type "Tensor | None" +       "tuple[Unknown, ...]" is not assignable to "Tensor" +       "tuple[Unknown, ...]" is not assignable to "None" (reportAssignmentType) + /torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5934:23 - error: Type "Unknown | tuple[Unknown, ...]" is not assignable to declared type "Tensor | None" +   Type "Unknown | tuple[Unknown, ...]" is not assignable to type "Tensor | None" +     Type "tuple[Unknown, ...]" is not assignable to type "Tensor | None" +       "tuple[Unknown, ...]" is not assignable to "Tensor" +       "tuple[Unknown, ...]" is not assignable to "None" (reportAssignmentType) + /torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5937:19 - error: Type "Unknown | tuple[Unknown, ...]" is not assignable to declared type "Tensor | None" +   Type "Unknown | tuple[Unknown, ...]" is not assignable to type "Tensor | None" +     Type "tuple[Unknown, ...]" is not assignable to type "Tensor | None" +       "tuple[Unknown, ...]" is not assignable to "Tensor" +       "tuple[Unknown, ...]" is not assignable to "None" (reportAssignmentType) /torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5937:59 - error: "tensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5967:48 - error: "tensor" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py:5967:70 - error: "int64" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -28465,6 +28722,7 @@ /torch/utils/data/dataloader.py /torch/utils/data/dataloader.py:268:18 - error: "_log_api_usage_once" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/utils/data/dataloader.py:455:69 - error: "context" is not a known attribute of module "multiprocessing" (reportAttributeAccessIssue) + /torch/utils/data/dataloader.py:612:49 - error: "sched_getaffinity" is not a known attribute of module "os" (reportAttributeAccessIssue) /torch/utils/data/dataloader.py:650:32 - error: "Generator" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/utils/data/dataloader.py:706:19 - error: "empty" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/utils/data/dataloader.py:706:41 - error: "int64" is not a known attribute of module "torch" (reportAttributeAccessIssue) @@ -28724,9 +28982,6 @@ /torch/utils/throughput_benchmark.py /torch/utils/throughput_benchmark.py:98:40 - error: "ThroughputBenchmark" is not a known attribute of module "torch._C" (reportAttributeAccessIssue) /torch/utils/throughput_benchmark.py:100:40 - error: "ThroughputBenchmark" is not a known attribute of module "torch._C" (reportAttributeAccessIssue) -/torch/utils/weak.py - /torch/utils/weak.py:296:9 - error: Method "pop" overrides class "MutableMapping" in an incompatible manner -   Parameter 3 mismatch: base parameter "default" is keyword parameter, override parameter is position-only (reportIncompatibleMethodOverride) /torch/xpu/__init__.py /torch/xpu/__init__.py:18:19 - error: "device" is unknown import symbol (reportAttributeAccessIssue) /torch/xpu/__init__.py:39:21 - error: "_has_xpu" is not a known attribute of module "torch._C" (reportAttributeAccessIssue) @@ -28787,4 +29042,4 @@ /torch/xpu/streams.py /torch/xpu/streams.py:14:23 - error: "_XpuStreamBase" is not a known attribute of module "torch" (reportAttributeAccessIssue) /torch/xpu/streams.py:103:22 - error: "_XpuEventBase" is not a known attribute of module "torch" (reportAttributeAccessIssue) -19681 errors, 402 warnings, 0 informations +19720 errors, 404 warnings, 0 informations